libcanberra: switch to /usr.
This commit is contained in:
parent
31c4f64100
commit
c105b052f7
|
@ -1,18 +1,20 @@
|
|||
# Template build file for 'libcanberra'.
|
||||
pkgname=libcanberra
|
||||
version=0.28
|
||||
revision=12
|
||||
distfiles="http://0pointer.de/lennart/projects/$pkgname/$pkgname-$version.tar.gz"
|
||||
revision=13
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-alsa --enable-null
|
||||
--enable-gstreamer --disable-oss --with-builtin=dso --disable-lynx
|
||||
--disable-schemas-install --with-gconf-schema-file-dir=/usr/share/gconf/schemas
|
||||
--with-systemdsystemunitdir=/lib/systemd/system"
|
||||
makedepends="pkg-config gtk+-devel gtk+3-devel libvorbis-devel libltdl-devel gstreamer-devel alsa-lib-devel tdb-devel pulseaudio-devel libudev-devel>=183 vala-devel GConf-devel"
|
||||
--with-systemdsystemunitdir=/usr/lib/systemd/system"
|
||||
makedepends="pkg-config gtk+-devel gtk+3-devel libvorbis-devel libltdl-devel
|
||||
gstreamer-devel alsa-lib-devel tdb-devel pulseaudio-devel libudev-devel>=183
|
||||
vala-devel GConf-devel"
|
||||
gconf_schemas="libcanberra.schemas"
|
||||
subpackages="$pkgname-devel"
|
||||
short_desc="XDG Sound Theme and Name Specification library implementation"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
distfiles="http://0pointer.de/lennart/projects/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=eb1f8b2cabad7f07b6e44d606a91d73e1efca4b46daf92bd553e7222bc68868c
|
||||
long_desc="
|
||||
libcanberra is an implementation of the XDG Sound Theme and Name
|
||||
|
|
Loading…
Reference in New Issue