mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/mplayer to 38125-1
This commit is contained in:
parent
c341e1d09a
commit
a736e1da66
1 changed files with 4 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
pkgbase=mplayer
|
||||
pkgname=('mplayer' 'mencoder')
|
||||
pkgver=38101
|
||||
pkgrel=2
|
||||
pkgver=38125
|
||||
pkgrel=1
|
||||
pkgdesc='Media player for Linux'
|
||||
url='http://www.mplayerhq.hu/'
|
||||
arch=('x86_64')
|
||||
|
@ -33,6 +33,8 @@ prepare() {
|
|||
cd ${pkgbase}-${pkgver}
|
||||
patch -p1 < "../include-samba-4.0.patch"
|
||||
patch -p0 < "../revert-icl-fixes.patch"
|
||||
# https://bugs.archlinux.org/task/62050
|
||||
sed -E "s|(#include <samba-4.0/libsmbclient.h>)|#include <time.h>\n\1|g" -i stream/stream_smb.c
|
||||
./version.sh
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue