flac: sanitize deps, bumprev.

--HG--
extra : convert_revision : d10ba7e57eb60adae4c160cb9ebf26e4a128f593
This commit is contained in:
Juan RP 2010-01-11 22:12:32 +01:00
parent 11150411c3
commit aadff15013
2 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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