diff --git a/srcpkgs/libtheora/libtheora-devel.template b/srcpkgs/libtheora/libtheora-devel.template index 92802b9dca..bccc019bd5 100644 --- a/srcpkgs/libtheora/libtheora-devel.template +++ b/srcpkgs/libtheora/libtheora-devel.template @@ -5,6 +5,8 @@ long_desc="${long_desc} This package contains files for development, headers, static libs, etc." +revision=1 + Add_dependency run libtheora do_install() @@ -12,7 +14,6 @@ do_install() mkdir -p ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib - mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr } diff --git a/srcpkgs/libtheora/template b/srcpkgs/libtheora/template index 7f6679da5d..b88528aa22 100644 --- a/srcpkgs/libtheora/template +++ b/srcpkgs/libtheora/template @@ -1,6 +1,7 @@ # Template file for 'libtheora'. pkgname=libtheora version=1.0 +revision=1 distfiles="http://downloads.xiph.org/releases/theora/$pkgname-$version.tar.bz2" build_style=gnu_configure configure_args="--disable-examples --disable-vorbistest --disable-sdltest" @@ -16,6 +17,7 @@ long_desc=" in the future to improve over what is possible with VP3." subpackages="$pkgname-devel" +Add_dependency run glibc +Add_dependency run libogg Add_dependency build pkg-config -Add_dependency full glibc -Add_dependency full libogg +Add_dependency build libogg-devel