mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/mplayer to 38407-1
This commit is contained in:
parent
c7013549ba
commit
f4c74e71f1
1 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgbase=mplayer
|
||||
pkgname=('mplayer' 'mencoder')
|
||||
pkgver=38359
|
||||
pkgver=38407
|
||||
pkgrel=1
|
||||
pkgdesc='Media player for Linux'
|
||||
url='http://www.mplayerhq.hu/'
|
||||
|
@ -17,7 +17,7 @@ license=('GPL')
|
|||
makedepends=('xorgproto' 'libxxf86vm' 'libmad' 'libxinerama' 'libmng' 'libxss'
|
||||
'smbclient' 'aalib' 'jack' 'libcaca' 'faac' 'faad2' 'lirc' 'libxv'
|
||||
'libxvmc' 'enca' 'libdca' 'a52dec' 'libvpx' 'unzip' 'mesa'
|
||||
'live-media' 'yasm' 'git' 'mpg123' 'ladspa' 'libcdio' 'zlib'
|
||||
'yasm' 'git' 'mpg123' 'ladspa' 'libcdio' 'zlib'
|
||||
'libcdio-paranoia' 'subversion' 'x264' 'libx264.so' 'rtmpdump'
|
||||
'libdvdcss' 'libdvdread' 'libdvdnav' 'ffmpeg' 'giflib' 'libgif.so'
|
||||
'libbs2b' 'fribidi' 'opus' 'libvorbis' 'libvorbis.so' 'gsm'
|
||||
|
@ -64,7 +64,6 @@ build() {
|
|||
--confdir=/etc/mplayer \
|
||||
--extra-cflags="${CFLAGS} ${CPPFLAGS}" \
|
||||
--extra-ldflags="${LDFLAGS}"
|
||||
[[ "${CARCH}" = "i686" ]] && sed 's|-march=i486|-march=i686|g' -i config.mak
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue