diff options
author | root <root@rshg054.dnsready.net> | 2013-08-02 01:31:32 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-02 01:31:32 -0700 |
commit | f7cd2a0a073da2373cd3f3c8e31515dd0b83b645 (patch) | |
tree | e28c5c379825afaf02a927a8f1d1b1fcb94c2362 /community/xmms2/PKGBUILD | |
parent | 70ec180b1cca6eda5576597c2bfff9171f7815bf (diff) |
Fri Aug 2 01:30:56 PDT 2013
Diffstat (limited to 'community/xmms2/PKGBUILD')
-rw-r--r-- | community/xmms2/PKGBUILD | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/community/xmms2/PKGBUILD b/community/xmms2/PKGBUILD index 46e0b30f6..e7fa795bb 100644 --- a/community/xmms2/PKGBUILD +++ b/community/xmms2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 92871 2013-06-17 10:57:56Z spupykin $ +# $Id: PKGBUILD 94916 2013-08-01 06:55:59Z bpiotrowski $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=xmms2 pkgver=0.8DrO_o -pkgrel=18 +pkgrel=19 pkgdesc="complete rewrite of the popular music player" arch=('i686' 'x86_64') url="http://xmms2.org/" @@ -53,22 +53,18 @@ install=xmms2.install source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2" "xmms2d.conf" "xmms2d.service" - "ffmpeg-0.11.diff") + "ffmpeg2.0.patch") md5sums=('84d5c05a70bfd31ed392a4e3f701eaa3' 'af13c937bf3c86b77ae6820107aab9b8' '47e68461589578e8a99857746c5b6f29' - 'e176971ef96807f72fa8fc17d260c20a') + 'da84ec58c5711f3c4ecd932c3e6642d6') build() { - cd xmms2-${pkgver}/src/plugins/avcodec/ - # remove call to avcodec_init - # http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=3211932c513338566b31d990d06957e15a644d13 - patch -Np0 -i ${srcdir}/ffmpeg-0.11.diff - cd ${srcdir}/${pkgname}-${pkgver} + patch -Np1 -i ../ffmpeg2.0.patch # python2 fix -# sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' waf + # sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' waf sed -i 's|#include <cdio/cdda.h>|#include <cdio/paranoia/cdda.h>|' src/plugins/cdda/cdda.c sed -i 's|libsmbclient.h|samba-4.0/libsmbclient.h|' src/plugins/samba/{samba.c,wscript} |