mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/mplayer to 36498-4
This commit is contained in:
parent
7b335b09c4
commit
b6e047f496
1 changed files with 3 additions and 8 deletions
|
@ -10,7 +10,7 @@
|
||||||
pkgbase=mplayer
|
pkgbase=mplayer
|
||||||
pkgname=('mplayer' 'mencoder')
|
pkgname=('mplayer' 'mencoder')
|
||||||
pkgver=36498
|
pkgver=36498
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
makedepends=(
|
makedepends=(
|
||||||
'libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora'
|
'libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora'
|
||||||
|
@ -74,7 +74,7 @@ package_mplayer() {
|
||||||
install=mplayer.install
|
install=mplayer.install
|
||||||
backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
|
backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
|
||||||
depends=(
|
depends=(
|
||||||
'desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 'libvpx'
|
'desktop-file-utils' 'ttf-font' 'enca' 'libxss' 'a52dec' 'libvpx'
|
||||||
'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'
|
'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'
|
||||||
'libgl' 'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore'
|
'libgl' 'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore'
|
||||||
'opencore-amr' 'jack' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga'
|
'opencore-amr' 'jack' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga'
|
||||||
|
@ -88,12 +88,7 @@ package_mplayer() {
|
||||||
install -Dm644 etc/{codecs.conf,input.conf,example.conf} \
|
install -Dm644 etc/{codecs.conf,input.conf,example.conf} \
|
||||||
"$pkgdir/etc/mplayer/"
|
"$pkgdir/etc/mplayer/"
|
||||||
|
|
||||||
install -dm755 "$pkgdir/usr/share/mplayer/"
|
# desktop file FS#14770
|
||||||
ln -s /usr/share/fonts/TTF/DejaVuSans.ttf \
|
|
||||||
"$pkgdir/usr/share/mplayer/subfont.ttf"
|
|
||||||
rm -rf "$pkgdir/usr/share/mplayer/font"
|
|
||||||
|
|
||||||
#desktop file FS#14770
|
|
||||||
install -Dm644 "$srcdir/mplayer.desktop" \
|
install -Dm644 "$srcdir/mplayer.desktop" \
|
||||||
"$pkgdir/usr/share/applications/mplayer.desktop"
|
"$pkgdir/usr/share/applications/mplayer.desktop"
|
||||||
install -Dm644 etc/mplayer256x256.png \
|
install -Dm644 etc/mplayer256x256.png \
|
||||||
|
|
Loading…
Reference in a new issue