summaryrefslogtreecommitdiff
path: root/pulseaudio
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2019-03-11 20:33:44 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2019-03-11 20:33:44 +0100
commit09462aeb829f176363e5c945473d871312f835f6 (patch)
tree09375a477ceeda36445853bf6fa65329899c0106 /pulseaudio
parent95c1f4fb8edcfc0488d2487026e86f609ebf6b27 (diff)
downloadopt-09462aeb829f176363e5c945473d871312f835f6.tar.gz
opt-09462aeb829f176363e5c945473d871312f835f6.tar.xz
pulseaudio: use --sysconfdir=/etc
Diffstat (limited to 'pulseaudio')
-rw-r--r--pulseaudio/.footprint24
-rw-r--r--pulseaudio/.signature6
-rw-r--r--pulseaudio/Pkgfile3
3 files changed, 17 insertions, 16 deletions
diff --git a/pulseaudio/.footprint b/pulseaudio/.footprint
index 3f04e215c..6eca57542 100644
--- a/pulseaudio/.footprint
+++ b/pulseaudio/.footprint
@@ -1,3 +1,15 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/dbus-1/
+drwxr-xr-x root/root etc/dbus-1/system.d/
+-rw-r--r-- root/root etc/dbus-1/system.d/pulseaudio-system.conf
+drwxr-xr-x root/root etc/pulse/
+-rw-r--r-- root/root etc/pulse/client.conf
+-rw-r--r-- root/root etc/pulse/daemon.conf
+-rw-r--r-- root/root etc/pulse/default.pa
+-rw-r--r-- root/root etc/pulse/system.pa
+drwxr-xr-x root/root etc/xdg/
+drwxr-xr-x root/root etc/xdg/autostart/
+-rw-r--r-- root/root etc/xdg/autostart/pulseaudio.desktop
drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/udev/
drwxr-xr-x root/root lib/udev/rules.d/
@@ -17,18 +29,6 @@ lrwxrwxrwx root/root usr/bin/parecord -> pacat
-rwxr-xr-x root/root usr/bin/pax11publish
-rwxr-xr-x root/root usr/bin/pulseaudio
-rwxr-xr-x root/root usr/bin/start-pulseaudio-x11
-drwxr-xr-x root/root usr/etc/
-drwxr-xr-x root/root usr/etc/dbus-1/
-drwxr-xr-x root/root usr/etc/dbus-1/system.d/
--rw-r--r-- root/root usr/etc/dbus-1/system.d/pulseaudio-system.conf
-drwxr-xr-x root/root usr/etc/pulse/
--rw-r--r-- root/root usr/etc/pulse/client.conf
--rw-r--r-- root/root usr/etc/pulse/daemon.conf
--rw-r--r-- root/root usr/etc/pulse/default.pa
--rw-r--r-- root/root usr/etc/pulse/system.pa
-drwxr-xr-x root/root usr/etc/xdg/
-drwxr-xr-x root/root usr/etc/xdg/autostart/
--rw-r--r-- root/root usr/etc/xdg/autostart/pulseaudio.desktop
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/pulse/
-rw-r--r-- root/root usr/include/pulse/cdecl.h
diff --git a/pulseaudio/.signature b/pulseaudio/.signature
index 80fc59344..114def1d1 100644
--- a/pulseaudio/.signature
+++ b/pulseaudio/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/QIU2rPQbswoI4fj/br/2u/pG4XBQN7r8YH2bjFIIL9T1htMcJt4dbUlNF/Z6tlowwQ217sMAAuPHYlTayeeOA0=
-SHA256 (Pkgfile) = 2fbefeefa7f2fa5a94cc5e7a2ad02efa7e2f04abf3c7b431dc27ec788613302a
-SHA256 (.footprint) = 99634ef9fbc81344520b8c1876b8cbf3d980c4189df46306c20106c01b5a7afb
+RWSE3ohX2g5d/eYvP1visRogNaGZAF9yULZN7d7OQySXhf8WaHZRRB41MlvJq4/pcvYt1VYonekyJh6xBJctSd8klkChdJPp8Q8=
+SHA256 (Pkgfile) = 8c809c2d24f9f1dfff5a386b2cdaaae90004d3ec34d406ce11dd902068f9c963
+SHA256 (.footprint) = 8f1ba052ddc504235ed20909214719db9545c7d25d58759459c1c75a5dea9dfa
SHA256 (pulseaudio-12.2.tar.xz) = 809668ffc296043779c984f53461c2b3987a45b7a25eb2f0a1d11d9f23ba4055
diff --git a/pulseaudio/Pkgfile b/pulseaudio/Pkgfile
index 92b6e3f38..69cbf9e63 100644
--- a/pulseaudio/Pkgfile
+++ b/pulseaudio/Pkgfile
@@ -5,7 +5,7 @@
name=pulseaudio
version=12.2
-release=1
+release=2
source=(https://freedesktop.org/software/$name/releases/$name-$version.tar.xz)
build() {
@@ -13,6 +13,7 @@ build() {
./configure --prefix=/usr \
--libexecdir=/usr/lib/$name \
+ --sysconfdir=/etc \
--disable-bluez4 --disable-bluez5 \
--disable-default-build-tests \
--disable-gtk3 \

Generated by cgit