mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/mplayer to 35421-1
This commit is contained in:
parent
db72318fc9
commit
0751a3d05c
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
pkgbase=mplayer
|
||||
pkgname=('mplayer' 'mencoder')
|
||||
pkgver=35014
|
||||
pkgver=35421
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'cdparanoia' 'libxinerama' 'sdl' 'lame' 'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
|
||||
|
@ -20,7 +20,7 @@ url="http://www.mplayerhq.hu/"
|
|||
options=(!emptydirs)
|
||||
source=(ftp://mirrors.kernel.org/archlinux/other/$pkgbase/$pkgbase-$pkgver.tar.xz mplayer.desktop
|
||||
live-media.patch)
|
||||
md5sums=('d0785560e5e8eb02e089728ef4412eae'
|
||||
md5sums=('b5d8c24fc106b4ed58acda3b86c468fa'
|
||||
'c0d6ef795cf6de48e3b87ff7c23f0319'
|
||||
'b6c057633ff7001ee0c102b5f81ec1e3')
|
||||
|
||||
|
@ -75,7 +75,7 @@ package_mplayer() {
|
|||
package_mencoder() {
|
||||
pkgdesc="Free command line video decoding, encoding and filtering tool"
|
||||
depends=('enca' 'a52dec' 'libvpx' 'x264' 'libmng' 'libdca' 'bzip2' 'lame' 'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore' 'opencore-amr' 'cdparanoia'
|
||||
'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2' 'schroedinger' 'mpg123' 'libass' 'libbluray' 'libcdio')
|
||||
'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2' 'schroedinger' 'mpg123' 'libass' 'libbluray' 'libcdio' 'libvorbis')
|
||||
|
||||
cd "$srcdir/$pkgbase"
|
||||
make DESTDIR="$pkgdir" install-mencoder install-mencoder-man
|
||||
|
|
Loading…
Reference in a new issue