summaryrefslogtreecommitdiff
path: root/apulse
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-03-17 13:23:44 +1100
committerDanny Rawlins <monster.romster@gmail.com>2019-03-17 20:53:31 +1100
commitc12c4aa9588793aa05610cdef219770c941bde9e (patch)
treef28596b09aa4fe5ddee705f0f0585364804fff59 /apulse
parent58c2342f3a9ad3ab1aadba1684ad436e91c0abba (diff)
downloadopt-c12c4aa9588793aa05610cdef219770c941bde9e.tar.gz
opt-c12c4aa9588793aa05610cdef219770c941bde9e.tar.xz
apulse: initial import
Diffstat (limited to 'apulse')
-rw-r--r--apulse/.footprint15
-rw-r--r--apulse/.signature5
-rw-r--r--apulse/Pkgfile23
3 files changed, 43 insertions, 0 deletions
diff --git a/apulse/.footprint b/apulse/.footprint
new file mode 100644
index 000000000..a77c821ee
--- /dev/null
+++ b/apulse/.footprint
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/apulse
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/apulse/
+lrwxrwxrwx root/root usr/lib/apulse/libpulse-mainloop-glib.so -> libpulse-mainloop-glib.so.0
+-rwxr-xr-x root/root usr/lib/apulse/libpulse-mainloop-glib.so.0
+lrwxrwxrwx root/root usr/lib/apulse/libpulse-simple.so -> libpulse-simple.so.0
+-rwxr-xr-x root/root usr/lib/apulse/libpulse-simple.so.0
+lrwxrwxrwx root/root usr/lib/apulse/libpulse.so -> libpulse.so.0
+-rwxr-xr-x root/root usr/lib/apulse/libpulse.so.0
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/apulse.1.gz
diff --git a/apulse/.signature b/apulse/.signature
new file mode 100644
index 000000000..b395682d7
--- /dev/null
+++ b/apulse/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/opt.pub
+RWSE3ohX2g5d/V2nHhkUEe+0omjgpcIrcsC8CQ1qoctz21ys4dKj6pwa/w8AUI9GAoq/QAjfhYgYHuGJcGCHZ6kcor68bpTCXAM=
+SHA256 (Pkgfile) = 37f850bf4e3ac4419dfc0b18d5e8ac835be82deb9981529fe0127fe90a73f22d
+SHA256 (.footprint) = f193ab1ccc514e0e0b47782a2dbb1d0873850a570a7d92cf67740af9658de005
+SHA256 (v0.1.12.tar.gz) = cfcadfe971abd785ed3ca24e576fcbaade185525c1eda76daf32dbf298e52892
diff --git a/apulse/Pkgfile b/apulse/Pkgfile
new file mode 100644
index 000000000..70665f73a
--- /dev/null
+++ b/apulse/Pkgfile
@@ -0,0 +1,23 @@
+# Description: PulseAudio emulation for ALSA.
+# URL: https://github.com/i-rinat/apulse
+# Maintainer: Danny Rawlins, crux at romster dot me
+# Depends on: cmake glib alsa-lib
+
+name=apulse
+version=0.1.12
+release=1
+source=(https://github.com/i-rinat/apulse/archive/v${version}.tar.gz)
+
+build() {
+ cd apulse-$version
+
+ mkdir build
+ cd build
+
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
+
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit