From e0d68bee4667cafda4df819a72d1904d4f213e27 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 27 Aug 2023 17:50:43 +0200 Subject: [PATCH] apulse: moved to contrib --- apulse/.footprint | 18 ------------------ apulse/.signature | 5 ----- apulse/Pkgfile | 21 --------------------- 3 files changed, 44 deletions(-) delete mode 100644 apulse/.footprint delete mode 100644 apulse/.signature delete mode 100644 apulse/Pkgfile diff --git a/apulse/.footprint b/apulse/.footprint deleted file mode 100644 index 1123f9621..000000000 --- a/apulse/.footprint +++ /dev/null @@ -1,18 +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 -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 deleted file mode 100644 index e475b113d..000000000 --- a/apulse/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/YTGgU3O0NZJ9Adf7gMOjG9VxrYj+s8c6VnXegzE0W9nOQLl+FWlZ2B0yrLMtnHfmnhRd6QFxewqJOX8XSy/8g0= -SHA256 (Pkgfile) = b465929d450bc34d29ac6cb8c4965a19217dd59429aed71db0d01ca41cabd93b -SHA256 (.footprint) = 88a7a19b9a3fc9068b102b09e3f228e5a02651302be28e1fcb7a4ae4b46b430b -SHA256 (apulse-v0.1.13.tar.gz) = 9234ec4e10e408b9c01d5f4ea768ad1fc15494217c932db2c435202a9c7b5efd diff --git a/apulse/Pkgfile b/apulse/Pkgfile deleted file mode 100644 index 52b0bf2a0..000000000 --- a/apulse/Pkgfile +++ /dev/null @@ -1,21 +0,0 @@ -# Description: PulseAudio emulation for ALSA. -# URL: https://github.com/i-rinat/apulse -# Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: alsa-lib cmake glib - -name=apulse -version=0.1.13 -release=1 -source=(https://github.com/i-rinat/$name/archive/v$version/$name-v$version.tar.gz) - -build() { - cmake -S$name-$version -Bbuild -GNinja \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release - - cmake --build build - DESTDIR=$PKG cmake --install build - - install -d $PKG/etc/revdep.d - echo '/usr/lib/apulse' > $PKG/etc/revdep.d/apulse -}