deadbeef: fix compilation on CRUX musl

This commit is contained in:
John McQuah 2024-06-07 11:38:33 +00:00
parent 9e78905f85
commit 4148fcbd40
3 changed files with 7 additions and 5 deletions

View File

@ -147,11 +147,9 @@ drwxr-xr-x root/root usr/lib/deadbeef/data68/Replay/
-rwxr-xr-x root/root usr/lib/deadbeef/rg_scanner.so
-rwxr-xr-x root/root usr/lib/deadbeef/shellexec.so
-rwxr-xr-x root/root usr/lib/deadbeef/shellexecui_gtk3.so
-rwxr-xr-x root/root usr/lib/deadbeef/sid.so
-rwxr-xr-x root/root usr/lib/deadbeef/supereq.so
-rwxr-xr-x root/root usr/lib/deadbeef/tta.so
-rwxr-xr-x root/root usr/lib/deadbeef/vfs_curl.so
-rwxr-xr-x root/root usr/lib/deadbeef/vfs_zip.so
-rwxr-xr-x root/root usr/lib/deadbeef/vorbis.so
-rwxr-xr-x root/root usr/lib/deadbeef/vtx.so
-rwxr-xr-x root/root usr/lib/deadbeef/wma.so

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxAtvCtuqzU+dXvDCim1Z4tD4FVu3Jj3xO/CDA3MN1e5QXVSU+TQT0p9nDD+u3mdmyHr5P9PybHQpS/CjjQuBDAg=
SHA256 (Pkgfile) = f3474e61743c313ed32d30b7aa71c51fe7669871428e0635398888fdaea94d27
SHA256 (.footprint) = 0f021680b933138593c3456c881e567d188cea63a8238828f7bc8f0ff5186f95
RWTTPlFarK9CxENLU5vibFJbRXGl8E2Uw0VdqRmAxqmYk2dELPA7sjs01xohMQ7sH6Diw+O2ZMnHMGTXkKAVr7W9OQcHhddd8Qo=
SHA256 (Pkgfile) = a6a3646e615cf043ddad5161940d2f62faa0a8a6b2c6201f808ac1910f6cb8c9
SHA256 (.footprint) = 9560351c569f21d9b7312c91e3c9fabd88a7dd5e29bd1ef83b62da223fd5f190
SHA256 (deadbeef-1.9.6.tar.bz2) = 9d77b3d8afdeab5027d24bd18e9cfc04ce7d6ab3ddc043cc8e84c82b41b79c04
SHA256 (dbq) = 9a30884403429b68ac00266b4b0aa92d7d643a4185be9802759b14d07ea46fa3

View File

@ -12,9 +12,13 @@ source=(https://sourceforge.net/projects/$name/files/travis/linux/$version/$name
build() {
cd $name-$version
sed -e "/CFLAGS/s/ -Werror//" -i plugins/gtkui/Makefile.*
sed -e "/CFLAGS/s/ -Werror//" -i configure
PKGMK_DEADBEEF=(--disable-gtk2
--disable-nls
--disable-adplug
--disable-sid
--prefix=/usr
--docdir=/usr/share/$name/doc)