From aadff150131498ab407f99be5eecfea6e5c38678 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 11 Jan 2010 22:12:32 +0100 Subject: [PATCH] flac: sanitize deps, bumprev. --HG-- extra : convert_revision : d10ba7e57eb60adae4c160cb9ebf26e4a128f593 --- srcpkgs/flac/libflac.template | 4 ++++ srcpkgs/flac/template | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/srcpkgs/flac/libflac.template b/srcpkgs/flac/libflac.template index 7f8334f866..8cbde19f11 100644 --- a/srcpkgs/flac/libflac.template +++ b/srcpkgs/flac/libflac.template @@ -5,6 +5,10 @@ long_desc="${long_desc} This package contains the FLAC shared libraries." +revision=1 + +Add_dependency run glibc +Add_dependency run libgcc Add_dependency run libstdc++ Add_dependency run libogg diff --git a/srcpkgs/flac/template b/srcpkgs/flac/template index 0bcd925b82..2ef37bc997 100644 --- a/srcpkgs/flac/template +++ b/srcpkgs/flac/template @@ -1,6 +1,7 @@ # Template file for 'flac' pkgname=flac version=1.2.1 +revision=1 distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" build_style=gnu_configure configure_args="--disable-rpath --disable-doxygen-docs --disable-xmms-plugin" @@ -25,6 +26,9 @@ means that the source for libFLAC is available under the LGPL and the sources for flac and the plugins are available under the GPL." subpackages="libflac libflac-devel" +Add_dependency run glibc +Add_dependency run libogg Add_dependency run libflac Add_dependency build nasm Add_dependency build libogg-devel +Add_dependency build libogg-devel