mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/deadbeef to 0.7.2-5
This commit is contained in:
parent
367cea599c
commit
4cc00dd752
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue