deadbeef: bump version to 1.9.3
This commit is contained in:
parent
ebaedad2c7
commit
e02426282d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user