diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-07-25 05:52:05 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-07-25 05:52:05 (GMT) |
commit | f1727fd54aaf22427c3caa2d2b299e83f8a3fc71 (patch) | |
tree | 92a2898dc93319006269d434ffc52b9ac25c4395 /abs/core-testing/libdv/PKGBUILD | |
parent | b71a457c86e8ea7c92cfe808c93fd2d6695db8e9 (diff) | |
download | linhes_pkgbuild-f1727fd54aaf22427c3caa2d2b299e83f8a3fc71.zip linhes_pkgbuild-f1727fd54aaf22427c3caa2d2b299e83f8a3fc71.tar.gz linhes_pkgbuild-f1727fd54aaf22427c3caa2d2b299e83f8a3fc71.tar.bz2 |
libdv: add gtk dep and rebuild
Diffstat (limited to 'abs/core-testing/libdv/PKGBUILD')
-rw-r--r-- | abs/core-testing/libdv/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/libdv/PKGBUILD b/abs/core-testing/libdv/PKGBUILD index c535c2c..bd54a0d 100644 --- a/abs/core-testing/libdv/PKGBUILD +++ b/abs/core-testing/libdv/PKGBUILD @@ -4,10 +4,10 @@ pkgname=libdv pkgver=1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="The Quasar DV codec (libdv) is a software codec for DV video" arch=('i686' 'x86_64') -depends=('popt') +depends=('popt' 'gtk') makedepends=('pkgconfig' 'gtk') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) md5sums=('f895162161cfa4bb4a94c070a7caa6c7') |