2011-08-26 08:51:27 +00:00
|
|
|
# Template build file for 'gnome-video-effects'.
|
|
|
|
pkgname=gnome-video-effects
|
2012-03-27 07:12:07 +00:00
|
|
|
version=0.4.0
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="pkg-config intltool gstreamer-devel"
|
2012-06-03 07:08:53 +00:00
|
|
|
revision=1
|
2011-08-26 08:51:27 +00:00
|
|
|
short_desc="A collection of GStreamer effects for GNOME"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
license="GPL-2"
|
2013-04-12 13:11:12 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/0.4/$pkgname-$version.tar.xz"
|
2012-03-27 07:12:07 +00:00
|
|
|
checksum=8f7f674b23abab88fac1c10db8eda0cfc7bff1c39413f2959203b9755575bde7
|
2011-08-26 08:51:27 +00:00
|
|
|
long_desc="
|
|
|
|
This package contains a set of GStreamer video effects for the GNOME desktop."
|
|
|
|
|
2013-04-12 13:11:12 +00:00
|
|
|
gnome-video-effects_package() {
|
|
|
|
noarch="yes"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|