diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | bdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch) | |
tree | 1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /libao | |
download | opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz |
create branch for 2.2
Diffstat (limited to 'libao')
-rw-r--r-- | libao/.footprint | 25 | ||||
-rw-r--r-- | libao/.md5sum | 1 | ||||
-rw-r--r-- | libao/Pkgfile | 18 |
3 files changed, 44 insertions, 0 deletions
diff --git a/libao/.footprint b/libao/.footprint new file mode 100644 index 000000000..8fb9202a6 --- /dev/null +++ b/libao/.footprint @@ -0,0 +1,25 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/ao/ +-rw-r--r-- root/root usr/include/ao/ao.h +-rw-r--r-- root/root usr/include/ao/os_types.h +-rw-r--r-- root/root usr/include/ao/plugin.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/ao/ +drwxr-xr-x root/root usr/lib/ao/plugins-2/ +-rwxr-xr-x root/root usr/lib/ao/plugins-2/libalsa09.la +-rwxr-xr-x root/root usr/lib/ao/plugins-2/libalsa09.so +-rwxr-xr-x root/root usr/lib/ao/plugins-2/liboss.la +-rwxr-xr-x root/root usr/lib/ao/plugins-2/liboss.so +-rwxr-xr-x root/root usr/lib/libao.la +lrwxrwxrwx root/root usr/lib/libao.so -> libao.so.2.1.3 +lrwxrwxrwx root/root usr/lib/libao.so.2 -> libao.so.2.1.3 +-rwxr-xr-x root/root usr/lib/libao.so.2.1.3 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/ao.pc +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man5/ +-rw-r--r-- root/root usr/man/man5/libao.conf.5.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/aclocal/ +-rw-r--r-- root/root usr/share/aclocal/ao.m4 diff --git a/libao/.md5sum b/libao/.md5sum new file mode 100644 index 000000000..0668ecc12 --- /dev/null +++ b/libao/.md5sum @@ -0,0 +1 @@ +12e136a4c0995068ff134997c84421ed libao-0.8.6.tar.gz diff --git a/libao/Pkgfile b/libao/Pkgfile new file mode 100644 index 000000000..c8f31f032 --- /dev/null +++ b/libao/Pkgfile @@ -0,0 +1,18 @@ +# Description: Cross-platform audio output library and plugins +# Maintainer: Jukka Heino, jukka at karsikkopuu dot net +# Packager: Olle Gustafsson, ogg at linux dot se +# URL: http://www.xiph.org/ao/ + +name=libao +version=0.8.6 +release=1 +source=(http://downloads.xiph.org/releases/ao/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share/doc + mv $PKG/usr/share/man $PKG/usr +} |