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,2 @@
libm.so.6
libc.so.6

View File

@@ -1,5 +1,6 @@
# Template file for 'libspeex'.
#
revision=1
short_desc="${short_desc} - shared libraries"
long_desc="
Speex is an audio codec especially designed for compressing voice at low
@@ -9,7 +10,6 @@ long_desc="
This package contains the Speex runtime shared libraries."
Add_dependency run glibc
do_install()
{

View File

@@ -0,0 +1,4 @@
libspeex.so.1
libogg.so.0
libc.so.6
libspeexdsp.so.1

View File

@@ -1,7 +1,7 @@
# Template file for 'speex'.
pkgname=speex
version=1.2rc1
revision=1
revision=2
distfiles="http://downloads.xiph.org/releases/speex/speex-$version.tar.gz"
build_style=gnu-configure
short_desc="A free codec for free speech"
@@ -16,8 +16,5 @@ long_desc="
This package contains the encoder and decoder command-line applications."
subpackages="libspeex $pkgname-devel"
Add_dependency run glibc
Add_dependency run libspeex
Add_dependency run libogg
Add_dependency build pkg-config
Add_dependency build libogg-devel