Merge remote-tracking branch 'dave/master'

* dave/master:
  gpgme: add ld-linux.so.2 rundep. bumprev.
  qt: add libjpeg rundep. bumprev.
  libdvdread: update to the new rshlibs world order
  libdvdnav: update to the new rshlibs world order
This commit is contained in:
Juan RP 2011-11-16 14:34:22 +01:00
commit 815d0d66a3
8 changed files with 11 additions and 7 deletions

View file

@ -3,3 +3,4 @@ libgpg-error.so.0
libc.so.6
ld-linux-x86-64.so.2
libpthread.so.0
ld-linux.so.2

View file

@ -5,7 +5,7 @@ distfiles="ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-$version.tar.bz2"
build_style=gnu-configure
configure_args="--enable-fd-passing --disable-gpgsm-test --disable-gpgconf-test
--disable-g13-test"
revision=1
revision=2
short_desc="GnuPG Made Easy"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=74e040fcd46061f6b0d8b621a2a2a48100a7ba5c9f69e7cf207259a6e2e3e6a1

View file

@ -0,0 +1,3 @@
libpthread.so.0
libc.so.6
libdvdread.so.4

View file

@ -1,7 +1,7 @@
# Template file for 'libdvdnav'
pkgname=libdvdnav
version=4.1.3
revision=1
revision=2
distfiles="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="Library to navigate DVDs"
@ -19,8 +19,6 @@ long_desc="
encapsulated."
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run libdvdread
Add_dependency build automake
Add_dependency build libdvdread-devel

View file

@ -0,0 +1,2 @@
libdl.so.2
libc.so.6

View file

@ -1,7 +1,7 @@
# Template file for 'libdvdread'
pkgname=libdvdread
version=4.1.3
revision=1
revision=2
distfiles="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/$pkgname-$version.tar.bz2"
build_style=gnu-configure
short_desc="DVD access library"
@ -12,7 +12,6 @@ long_desc="
for programs that access DVDs a little easier."
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency build automake
pre_configure()

View file

@ -26,3 +26,4 @@ libasound.so.2
libsqlite3.so.0
libmng.so.1
libtiff.so.3
libjpeg.so.8

View file

@ -1,7 +1,7 @@
# Template file for 'qt'
pkgname=qt
version=4.7.4
revision=4
revision=5
_distname=qt-everywhere-opensource-src
wrksrc=${_distname}-${version}
homepage="http://qt.nokia.com/"