summaryrefslogtreecommitdiffstats
path: root/extra/libcanberra/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libcanberra/Pkgfile')
-rwxr-xr-xextra/libcanberra/Pkgfile11
1 files changed, 7 insertions, 4 deletions
diff --git a/extra/libcanberra/Pkgfile b/extra/libcanberra/Pkgfile
index b7149920e..550f09c27 100755
--- a/extra/libcanberra/Pkgfile
+++ b/extra/libcanberra/Pkgfile
@@ -2,12 +2,12 @@
# URL: http://0pointer.de/lennart/projects/libcanberra
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: xorg-libxcursor, xorg-libxdamage, xorg-libxrandr, xorg-libxinerama, libvorbis, gtk, alsa-lib, gstreamer
-# Run on: expat,freetype,glib,libogg,libpng,libtool,pcre,atk,cairo,fontconfig,glitz,gtk,libvorbis,pango
+# Depends on: xorg-libxcursor, xorg-libxdamage, xorg-libxrandr, xorg-libxinerama, libvorbis, gtk3, alsa-lib, gstreamer, pulseaudio
+# Run on: expat,freetype,glib,libogg,libpng,libtool,pcre,atk,cairo,fontconfig,glitz,gtk3,libvorbis,pango
name=libcanberra
version=0.28
-release=1
+release=2
source=(http://0pointer.de/lennart/projects/$name/$name-$version.tar.gz)
build() {
@@ -16,7 +16,10 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
- --infodir=/usr/share/info
+ --infodir=/usr/share/info \
+ --disable-lynx \
+ --disable-schemas-install \
+ --disable-oss
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc