From e02426282dc9a3ea46dccd2849cb6fbcc884a3a7 Mon Sep 17 00:00:00 2001 From: John McQuah Date: Sun, 13 Nov 2022 13:20:31 -0500 Subject: [PATCH] deadbeef: bump version to 1.9.3 --- deadbeef/.signature | 6 +++--- deadbeef/Pkgfile | 9 +++------ 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/deadbeef/.signature b/deadbeef/.signature index b2fb851..a8168f5 100644 --- a/deadbeef/.signature +++ b/deadbeef/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/jmq.pub -RWTTPlFarK9CxHsbZVqBl8O/98hiFaS1DXI+BTossGBMOAiJZ7kgPGJxRq5API36G4jA3bB2THjJKfD0h3NhjQIbLjjd7ocmFw8= -SHA256 (Pkgfile) = 1049d4e25ba278e40ada88ffcbe706a3b3538fae1a6dd36cf637c2eb058595e8 +RWTTPlFarK9CxJ/qEnqfAtXjTm2FK2N7PKZTNxMFBqUqMxoH/OCaju/cVLfxyyruDrxHLVak5algzBTce49xpYWwmG0zO7Huaww= +SHA256 (Pkgfile) = 5a901bfa768ada17803133982d6178ea152d2b4dade1ae89774e521c0fc9a760 SHA256 (.footprint) = 8636df7c1eb5195a6bb2b48c42e2e61625f667cbc9612c95e24ae19bc8a2f318 -SHA256 (deadbeef-1.9.1.tar.bz2) = f613668a79eebc91c050a3edb5cad9144af2cff20c5f999a668e1f3dc0d2b423 +SHA256 (deadbeef-1.9.3.tar.bz2) = c2c3a78c9e85b06a30b45b0432a830253bff71b458927dcb23ac90681e863e2f SHA256 (dbq) = 96e02f0ff231b3fb6e275fc9f8177384aae0fde4abdc11bb3fe8e95f99b78eb4 diff --git a/deadbeef/Pkgfile b/deadbeef/Pkgfile index 7ca8572..ca42a44 100644 --- a/deadbeef/Pkgfile +++ b/deadbeef/Pkgfile @@ -2,20 +2,17 @@ # URL: http://deadbeef.sf.net # Maintainer: John McQuah, jmcquah at disroot dot org # Depends on: alsa-lib gtk3 jansson libdispatch libmad yasm -# Optional: libcdio libsndfile libsamplerate mpg123 flac libvorbis ffmpeg4 faad2 wildmidi dbus pulseaudio +# Optional: libcdio libsndfile libsamplerate mpg123 flac libvorbis faad2 wildmidi dbus pulseaudio name=deadbeef -version=1.9.1 +version=1.9.3 release=1 source=(https://sourceforge.net/projects/$name/files/travis/linux/$version/$name-$version.tar.bz2 dbq) build() { cd $name-$version - PKGMK_DEADBEEF="--disable-gtk2 --disable-nls --prefix=/usr --docdir=/usr/share/deadbeef/doc" - # compilation fails with newest ffmpeg; only enable the plugin when ffmpeg4 is present - prt-get isinst ffmpeg4 && export PKG_CONFIG_PATH='/usr/lib/ffmpeg4/pkgconfig' \ - || PKGMK_DEADBEEF+=" --disable-ffmpeg" + PKGMK_DEADBEEF="--disable-gtk2 --disable-nls --prefix=/usr --docdir=/usr/share/$name/doc" CC=clang CXX=clang++ ./configure $PKGMK_DEADBEEF make