mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:33:20 +08:00
mplayer-vaapi: switch to pacman hooks #74
This commit is contained in:
parent
ccefa0fce4
commit
0a7d400e4a
@ -1,6 +1,6 @@
|
||||
pkgname=mplayer-vaapi
|
||||
pkgver=36265
|
||||
pkgrel=5
|
||||
pkgrel=6
|
||||
pkgdesc="A movie player, compiled with vaapi support"
|
||||
arch=('x86_64')
|
||||
url="http://gitorious.org/vaapi/mplayer"
|
||||
@ -17,7 +17,6 @@ conflicts=('mplayer')
|
||||
backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
|
||||
categories=('multimedia')
|
||||
options=('!buildflags' '!emptydirs')
|
||||
install=${pkgname}.install
|
||||
source=("http://pkgbuild.com/~foutrelis/sources/${pkgname}/${pkgname}-${pkgver}.tar.xz"
|
||||
'tweak-desktop-file.patch'
|
||||
'subreader-fix-srt-parsing.patch'
|
||||
|
@ -1,9 +0,0 @@
|
||||
post_install() {
|
||||
update-desktop-database -q
|
||||
}
|
||||
post_upgrade() {
|
||||
post_install $1
|
||||
}
|
||||
post_remove() {
|
||||
post_install $1
|
||||
}
|
Loading…
Reference in New Issue
Block a user