Update xfce4-related pkgs for new rshlib thing

This commit is contained in:
davehome
2011-11-12 08:45:15 +00:00
parent 4d76ba1f41
commit 7fa0e64d4d
324 changed files with 1717 additions and 1053 deletions

View File

@@ -0,0 +1,3 @@
libFLAC.so.8
libm.so.6
libc.so.6

View File

@@ -0,0 +1,5 @@
libstdc++.so.6
libm.so.6
libc.so.6
libgcc_s.so.1
libogg.so.0

View File

@@ -5,12 +5,8 @@ long_desc="${long_desc}
This package contains the FLAC shared libraries."
revision=3
revision=4
Add_dependency run glibc
Add_dependency run libgcc
Add_dependency run libstdc++
Add_dependency run libogg
do_install()
{

View File

@@ -1,7 +1,7 @@
# Template file for 'flac'
pkgname=flac
version=1.2.1
revision=2
revision=3
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--disable-rpath --disable-doxygen-docs --disable-xmms-plugin"
@@ -26,8 +26,6 @@ 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 libflac
Add_dependency build nasm
Add_dependency build libogg-devel