ports/compat-32 (3.7): apulse-32: dropped
commit 4809034bdaa0f6ced8aaaad39214ce9193f6f805 Author: Tim Biermann <tbier@posteo.de> Date: Sat Sep 30 10:04:48 2023 +0200 apulse-32: dropped diff --git a/apulse-32/.32bit b/apulse-32/.32bit deleted file mode 100644 index e69de29..0000000 diff --git a/apulse-32/.footprint b/apulse-32/.footprint deleted file mode 100644 index 8e86c2b..0000000 --- a/apulse-32/.footprint +++ /dev/null @@ -1,14 +0,0 @@ -drwxr-xr-x root/root etc/ -drwxr-xr-x root/root etc/revdep.d/ --rw-r--r-- root/root etc/revdep.d/apulse-32 -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/ -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/.signature b/apulse-32/.signature deleted file mode 100644 index 37e6627..0000000 --- a/apulse-32/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXWDXgCuAhX/5izf1ko0TttuA7PLeB5HBaSeT6zBFwH18UQhYW8PyRHpHtE+7j6LSzslsnSBMcloD7Q98Yz0oFw8= -SHA256 (Pkgfile) = a386000fc325260a82f7d7d5a4b8aadbac16b674dc9dc7eb2ca85e8885c65bec -SHA256 (.footprint) = 2e5981f817dbd155e9104731e8f766e5eda60317d184536073d80df199bfe2bf -SHA256 (apulse-v0.1.13.tar.gz) = 9234ec4e10e408b9c01d5f4ea768ad1fc15494217c932db2c435202a9c7b5efd diff --git a/apulse-32/Pkgfile b/apulse-32/Pkgfile deleted file mode 100644 index 4dd353d..0000000 --- a/apulse-32/Pkgfile +++ /dev/null @@ -1,28 +0,0 @@ -# Description: PulseAudio emulation for ALSA. -# URL: https://github.com/i-rinat/apulse -# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu -# Depends on: alsa-lib-32 cmake glib-32 - -name=apulse-32 -version=0.1.13 -release=1 -source=(https://github.com/i-rinat/apulse/archive/v$version/${name%-*}-v$version.tar.gz) - -build() { - sed -i -e '/^set(APULSEPATH /s|lib|&32|' ${name%-*}-$version/CMakeLists.txt - - cmake -S${name%-*}-$version -Bbuild -GNinja \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release - - cmake --build build - DESTDIR=$PKG cmake --build build --target install - - install -d $PKG/etc/revdep.d - echo '/usr/lib32/apulse' > $PKG/etc/revdep.d/apulse-32 - - mv $PKG/usr/bin/apulse $PKG/usr/bin/apulse-32 - - rm -r $PKG/usr/share/man - rmdir $PKG/usr/share -}
participants (1)
-
crux@crux.nu