From 0e0d5747aa6d9f221831330898856d92005f78a8 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 23 Apr 2010 16:09:14 +0200 Subject: [PATCH] libtheora: move so symlink into main pkg. --HG-- extra : convert_revision : 1ac1b04e19e857371a8e0132cc1f56509a590c1f --- srcpkgs/libtheora/libtheora-devel.template | 3 ++- srcpkgs/libtheora/template | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) 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