community/deadbeef to 0.7.2-5

This commit is contained in:
Kevin Mihelich 2019-04-19 23:57:52 +00:00
parent 367cea599c
commit 4cc00dd752

View file

@ -6,7 +6,7 @@
pkgname=deadbeef
pkgver=0.7.2
pkgrel=4
pkgrel=5
pkgdesc='A GTK+ audio player for GNU/Linux.'
arch=('x86_64')
url='http://deadbeef.sourceforge.net'
@ -35,7 +35,7 @@ optdepends=('gtk2: for the GTK2 interface'
'zlib: for Audio Overload plugin'
'libzip: for vfs_zip plugin'
'ffmpeg: for ffmpeg plugin')
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
'https://github.com/DeaDBeeF-Player/deadbeef/commit/394536bd135dd5f9fac211c391ce2e1a04bda6da.patch'
'https://github.com/DeaDBeeF-Player/deadbeef/commit/7163099d55c64bf11c3dac4dadfd83a0495ea207.patch'
'https://github.com/DeaDBeeF-Player/deadbeef/commit/8fdeb8102d7a8be6773dc4accc5fe87901488724.patch')
@ -55,6 +55,7 @@ build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}