diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2019-03-18 22:05:03 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2019-03-18 22:06:37 +1100 |
commit | 7507a7e8982b16dcd0a455ea3f6326ba5748c9dd (patch) | |
tree | 25d436de2ec523b90ed49af35b170dcf19f97b6c /apulse-32 | |
parent | f8f76ec59ed2f1da61592137013f5103f66d6095 (diff) | |
download | compat-32-7507a7e8982b16dcd0a455ea3f6326ba5748c9dd.tar.gz compat-32-7507a7e8982b16dcd0a455ea3f6326ba5748c9dd.tar.xz |
apulse-32: 0.1.2 -> 0.1.12
Diffstat (limited to 'apulse-32')
-rw-r--r-- | apulse-32/.footprint | 12 | ||||
-rw-r--r-- | apulse-32/.md5sum | 1 | ||||
-rw-r--r-- | apulse-32/.signature | 8 | ||||
-rw-r--r-- | apulse-32/Pkgfile | 25 |
4 files changed, 26 insertions, 20 deletions
diff --git a/apulse-32/.footprint b/apulse-32/.footprint index 55ff62c4..65c6e0df 100644 --- a/apulse-32/.footprint +++ b/apulse-32/.footprint @@ -2,8 +2,10 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/apulse-32 drwxr-xr-x root/root usr/lib32/ -lrwxrwxrwx root/root usr/lib32/libpulse-simple.so -> libpulse-simple.so.0 --rwxr-xr-x root/root usr/lib32/libpulse-simple.so.0 -lrwxrwxrwx root/root usr/lib32/libpulse.so -> libpulse.so.0 --rwxr-xr-x root/root usr/lib32/libpulse.so.0 --rwxr-xr-x root/root usr/lib32/libpulsecommon-5.0.so +drwxr-xr-x root/root usr/lib32/apulse/ +lrwxrwxrwx root/root usr/lib32/apulse/libpulse-mainloop-glib.so -> libpulse-mainloop-glib.so.0 +-rwxr-xr-x root/root usr/lib32/apulse/libpulse-mainloop-glib.so.0 +lrwxrwxrwx root/root usr/lib32/apulse/libpulse-simple.so -> libpulse-simple.so.0 +-rwxr-xr-x root/root usr/lib32/apulse/libpulse-simple.so.0 +lrwxrwxrwx root/root usr/lib32/apulse/libpulse.so -> libpulse.so.0 +-rwxr-xr-x root/root usr/lib32/apulse/libpulse.so.0 diff --git a/apulse-32/.md5sum b/apulse-32/.md5sum deleted file mode 100644 index 01edf602..00000000 --- a/apulse-32/.md5sum +++ /dev/null @@ -1 +0,0 @@ -1d38f3052107b77188f82d4c128fd7d0 v0.1.2.tar.gz diff --git a/apulse-32/.signature b/apulse-32/.signature index e32b5802..b347ed87 100644 --- a/apulse-32/.signature +++ b/apulse-32/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXbWuF/NHt8Sll4wcSgMcx2COVar7bjgFni8yF9b/rduz8Jk4P3zcm9XmWyUSNK2vmhT5XAnjDqdefWq9Vaz59gI= -SHA256 (Pkgfile) = d8520a39b02116e2481567b28707d86c31646d9859deb7bdc06c8ca0fe5a3d32 -SHA256 (.footprint) = e9bc94685f8a2d07fb590e862596f0854363c9c0a85d3d9862b3eef065ab33e4 -SHA256 (v0.1.2.tar.gz) = 7e066199d962cf0d30dfc9d09dfe636698d0bc880a63b8e5fc5f721e91322009 +RWSwxGo/zH7eXRqdUB8Vg4j6v+aBEljgJLDP0c/2oKkDIrx/tpP1pVIx1KJNFfEoZp+L1/J5eTQOzRKf+2DkB6UG2buBan5sswY= +SHA256 (Pkgfile) = 3c88f5f6ca404d5f78519f77d70ea5a40fa3b0b4d6572892b13f12bc5b038682 +SHA256 (.footprint) = def64e348dd6672d4c02c36052ba525782a0f7fb58c63ee8da287e07b3e7f4a5 +SHA256 (v0.1.12.tar.gz) = cfcadfe971abd785ed3ca24e576fcbaade185525c1eda76daf32dbf298e52892 diff --git a/apulse-32/Pkgfile b/apulse-32/Pkgfile index 3ef7d48e..6fc77fb6 100644 --- a/apulse-32/Pkgfile +++ b/apulse-32/Pkgfile @@ -1,25 +1,30 @@ # Description: PulseAudio emulation for ALSA. # URL: https://github.com/i-rinat/apulse # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu -# Packager: Thomas Penteker, tek at serverop dot de # Depends on: cmake glib-32 alsa-lib-32 name=apulse-32 -version=0.1.2 +version=0.1.12 release=1 source=(https://github.com/i-rinat/apulse/archive/v${version}.tar.gz) build() { - cd apulse-$version - sed -i -e "s:/lib/apulse:/lib32:" CMakeLists.txt + cd apulse-$version - mkdir build - cd build + sed -i -e '/^set(APULSEPATH /s|lib|&32|' CMakeLists.txt - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. + mkdir build + cd build - make - make DESTDIR=$PKG install + cmake .. \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release - mv $PKG/usr/bin/apulse $PKG/usr/bin/apulse-32 + make + make DESTDIR=$PKG install + + mv $PKG/usr/bin/apulse $PKG/usr/bin/apulse-32 + + rm -r $PKG/usr/share/man + rmdir $PKG/usr/share } |