summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-03-24 06:46:23 +0100
committersL1pKn072020-03-24 06:46:23 +0100
commit7322db23624d6d320936f151c3ef6852a4dd92e0 (patch)
treeb2a4bab759f7b4df8e81bfdc4af7e1d1ad2c60b3
parent4ef2a1f49c59331f66fd72a65f178c8744458b61 (diff)
downloadaur-7322db23624d6d320936f151c3ef6852a4dd92e0.tar.gz
last bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 3 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9f859782bff..de38b95e2ba7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,13 +13,10 @@ pkgbase = mplayer2-build-git
makedepends = vstream-client
makedepends = yasm
depends = a52dec
- depends = desktop-file-utils
depends = directfb
depends = enca
depends = faad2
depends = fribidi
- depends = jack
- depends = lcms2
depends = libbluray
depends = libbs2b
depends = libcaca
@@ -31,23 +28,21 @@ pkgbase = mplayer2-build-git
depends = libdvdnav
depends = libdvdcss
depends = libmad
- depends = libpulse
depends = libquvi
depends = libtheora
depends = libvdpau
depends = libxv
depends = libxinerama
depends = libxss
- depends = libxxf86vm
depends = lirc-utils
depends = mpg123
depends = nut-multimedia-git
- depends = portaudio
depends = rsound
depends = smbclient
depends = speex
depends = ttf-font
depends = xvidcore
+ depends = hicolor-icon-theme
provides = mplayer
provides = mplayer2
conflicts = mplayer
diff --git a/PKGBUILD b/PKGBUILD
index 15633de8d91a..a1dffd38b62c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,10 @@ pkgrel=2
pkgdesc="A movie player for linux (uses statically linked libav). (GIT version)"
arch=('x86_64')
depends=('a52dec'
- 'desktop-file-utils'
'directfb'
'enca'
'faad2'
'fribidi'
- 'jack'
- 'lcms2'
'libbluray'
'libbs2b'
'libcaca'
@@ -24,23 +21,21 @@ depends=('a52dec'
'libdvdnav'
'libdvdcss'
'libmad'
- 'libpulse'
'libquvi'
'libtheora'
'libvdpau'
'libxv'
'libxinerama'
'libxss'
- 'libxxf86vm'
'lirc-utils'
'mpg123'
'nut-multimedia-git'
- 'portaudio'
'rsound'
'smbclient'
'speex'
'ttf-font'
'xvidcore'
+ 'hicolor-icon-theme'
)
license=('GPL')
url="http://www.mplayer2.org/"
@@ -173,5 +168,5 @@ package() {
make DESTDIR="${pkgdir}" install
install -Dm644 mplayer/etc/{codecs,input,example}.conf "${pkgdir}/etc/mplayer/"
install -Dm644 mplayer/etc/mplayer.desktop "${pkgdir}/usr/share/applications/mplayer.desktop"
- install -Dm644 "${srcdir}/mplayer.svg" "${pkgdir}/usr/share/pixmaps/mplayer.svg"
+ install -Dm644 "${srcdir}/mplayer.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/mplayer.svg"
}