From 061e46203d22102997a0fddfb0047097b5ea3ad2 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Mon, 10 Aug 2009 21:18:03 +0200 Subject: Ajout de esound#0.2.40-1 --- extra/esound/.footprint | 46 ++++++++++++++++++++++++++++++++++++++++++++++ extra/esound/.md5sum | 1 + extra/esound/Pkgfile | 22 ++++++++++++++++++++++ 3 files changed, 69 insertions(+) create mode 100644 extra/esound/.footprint create mode 100644 extra/esound/.md5sum create mode 100755 extra/esound/Pkgfile (limited to 'extra/esound') diff --git a/extra/esound/.footprint b/extra/esound/.footprint new file mode 100644 index 000000000..92487d251 --- /dev/null +++ b/extra/esound/.footprint @@ -0,0 +1,46 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/esd.conf +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/esd +-rwxr-xr-x root/root usr/bin/esd-config +-rwxr-xr-x root/root usr/bin/esdcat +-rwxr-xr-x root/root usr/bin/esdctl +-rwxr-xr-x root/root usr/bin/esddsp +-rwxr-xr-x root/root usr/bin/esdfilt +-rwxr-xr-x root/root usr/bin/esdloop +-rwxr-xr-x root/root usr/bin/esdmon +-rwxr-xr-x root/root usr/bin/esdplay +-rwxr-xr-x root/root usr/bin/esdrec +-rwxr-xr-x root/root usr/bin/esdsample +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/esd.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libesd.a +-rwxr-xr-x root/root usr/lib/libesd.la +lrwxrwxrwx root/root usr/lib/libesd.so -> libesd.so.0.2.39 +lrwxrwxrwx root/root usr/lib/libesd.so.0 -> libesd.so.0.2.39 +-rwxr-xr-x root/root usr/lib/libesd.so.0.2.39 +-rw-r--r-- root/root usr/lib/libesddsp.a +-rwxr-xr-x root/root usr/lib/libesddsp.la +lrwxrwxrwx root/root usr/lib/libesddsp.so -> libesddsp.so.0.2.39 +lrwxrwxrwx root/root usr/lib/libesddsp.so.0 -> libesddsp.so.0.2.39 +-rwxr-xr-x root/root usr/lib/libesddsp.so.0.2.39 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/esound.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/esd.m4 +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/esd-config.1.gz +-rw-r--r-- root/root usr/share/man/man1/esd.1.gz +-rw-r--r-- root/root usr/share/man/man1/esdcat.1.gz +-rw-r--r-- root/root usr/share/man/man1/esdctl.1.gz +-rw-r--r-- root/root usr/share/man/man1/esddsp.1.gz +-rw-r--r-- root/root usr/share/man/man1/esdfilt.1.gz +-rw-r--r-- root/root usr/share/man/man1/esdloop.1.gz +-rw-r--r-- root/root usr/share/man/man1/esdmon.1.gz +-rw-r--r-- root/root usr/share/man/man1/esdplay.1.gz +-rw-r--r-- root/root usr/share/man/man1/esdrec.1.gz +-rw-r--r-- root/root usr/share/man/man1/esdsample.1.gz diff --git a/extra/esound/.md5sum b/extra/esound/.md5sum new file mode 100644 index 000000000..d9c29d215 --- /dev/null +++ b/extra/esound/.md5sum @@ -0,0 +1 @@ +e9009889ab81269f3021ebcad8addb96 esound-0.2.40.tar.bz2 diff --git a/extra/esound/Pkgfile b/extra/esound/Pkgfile new file mode 100755 index 000000000..321235119 --- /dev/null +++ b/extra/esound/Pkgfile @@ -0,0 +1,22 @@ +# Description: Contient le Enlightened Sound Daemon +# URL: http://www.tux.org/~ricdude/EsounD.html +# Maintainer: NuTyX coreteam +# Packager: thierryn1 at hispeed dot ch +# Depends on: audiofile + +name=esound +version=0.2.40 +release=1 +source=( ftp://ftp.gnome.org/pub/gnome/sources/$name/0.2/$name-$version.tar.bz2) + + +build() { + cd $name-$version + sed -i 's@doc/esound@&-0.2.40@' configure + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share/doc +} -- cgit v1.2.3-70-g09d2