23dd7d008e
- There's no need to set build_style for custom-install (default). - gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
18 lines
606 B
Text
18 lines
606 B
Text
# Template build file for 'gnome-video-effects'.
|
|
pkgname=gnome-video-effects
|
|
version=0.3.0
|
|
distfiles="${GNOME_SITE}/$pkgname/0.3/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
short_desc="A collection of GStreamer effects for GNOME"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnome.org"
|
|
license="GPL-2"
|
|
checksum=c637f81f5da65846247c6f28d139a7ac0ef294c737cd0da5288b4d2e36b08e7d
|
|
long_desc="
|
|
This package contains a set of GStreamer video effects for the GNOME desktop."
|
|
|
|
noarch=yes
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build intltool
|
|
Add_dependency build gstreamer-devel
|