forked from ports/contrib
libcanberra: Move Pulseaudio to optional dependencies
This commit is contained in:
parent
2cbd078660
commit
32a8157ac8
@ -22,8 +22,6 @@ drwxr-xr-x root/root usr/lib/libcanberra-0.30/
|
||||
-rwxr-xr-x root/root usr/lib/libcanberra-0.30/libcanberra-multi.so
|
||||
-rwxr-xr-x root/root usr/lib/libcanberra-0.30/libcanberra-null.la
|
||||
-rwxr-xr-x root/root usr/lib/libcanberra-0.30/libcanberra-null.so
|
||||
-rwxr-xr-x root/root usr/lib/libcanberra-0.30/libcanberra-pulse.la
|
||||
-rwxr-xr-x root/root usr/lib/libcanberra-0.30/libcanberra-pulse.so
|
||||
-rwxr-xr-x root/root usr/lib/libcanberra-gtk.la
|
||||
lrwxrwxrwx root/root usr/lib/libcanberra-gtk.so -> libcanberra-gtk.so.0.1.9
|
||||
lrwxrwxrwx root/root usr/lib/libcanberra-gtk.so.0 -> libcanberra-gtk.so.0.1.9
|
||||
|
@ -1,7 +1,7 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF34H5/1UOxNEPpnsKbqKY3LyR3bIkM7MVaD/DbTpwM5atXfg+ZzgBS/ZqpLiN3bi6doPiObpmwqXoAbgHlidZqgA=
|
||||
SHA256 (Pkgfile) = 0089fd9609eb77d1edb39079fab9d95d799b5f2900bca60d56c042b7546b4157
|
||||
SHA256 (.footprint) = 6b5bff3e4cb578563a9176b787732debae744871570a1c290b1a223834e7d98d
|
||||
RWSagIOpLGJF37zp0Q6SmqNw3gMFh7C92z0+3kE7PqtgYjLpSrl0kQ4HitX65/CvCZnKV7XZsQJkjmVhU3s6+VjW8U+8/V4PsQg=
|
||||
SHA256 (Pkgfile) = 2cc7b806d20158508e734d9f797937596c0e5a540194677e54bdb260a3b629e6
|
||||
SHA256 (.footprint) = a6bfc89d600feeb9fbcdfff0f8989e15b2d235f2017b16eae370a9c0ea798672
|
||||
SHA256 (libcanberra-0.30.tar.xz) = c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72
|
||||
SHA256 (libcanberra-broadway-fix.patch) = 5c07bf6a7199d992e6f797de157bf4368391e597ab7a332da401269a8d8dd12b
|
||||
SHA256 (libcanberra-multi-backend.patch) = de146cae3e40a16b38c8edb4f1a3a423c64eb9c5000e36c316b677e9909c9b06
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Description: A small and lightweight implementation of the XDG Sound Theme Specification
|
||||
# URL: http://0pointer.de/lennart/projects/libcanberra
|
||||
# Maintainer: Pedja, predivan at mts dot rs
|
||||
# Depends on: gtk gtk3 pulseaudio libvorbis
|
||||
# Optional: gstreamer tdb
|
||||
# Depends on: gtk gtk3 libvorbis
|
||||
# Optional: gstreamer pulseaudio tdb
|
||||
|
||||
name=libcanberra
|
||||
version=0.30
|
||||
release=2
|
||||
release=3
|
||||
source=(http://0pointer.de/lennart/projects/libcanberra/libcanberra-$version.tar.xz
|
||||
libcanberra-broadway-fix.patch
|
||||
libcanberra-multi-backend.patch)
|
||||
@ -18,7 +18,6 @@ build() {
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--enable-alsa \
|
||||
--enable-pulse \
|
||||
--disable-oss \
|
||||
--disable-static \
|
||||
--with-builtin=dso \
|
||||
|
Loading…
x
Reference in New Issue
Block a user