Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=918b7c456f7fd33b5f4e7545dfa4c916a71c37a5
commit 918b7c456f7fd33b5f4e7545dfa4c916a71c37a5 Author: crazy <[email protected]> Date: Sun Jan 8 12:34:38 2017 +0100 mpv-0.23.0-1-x86_64 * Version bump * added a FIXME: for depends=() .. some stuff is missing diff --git a/source/apps-extra/mpv/FrugalBuild b/source/apps-extra/mpv/FrugalBuild index bb25a42..9391df6 100644 --- a/source/apps-extra/mpv/FrugalBuild +++ b/source/apps-extra/mpv/FrugalBuild @@ -2,10 +2,11 @@ # Maintainer: Marius Cirsta <[email protected]> pkgname=mpv -pkgver=0.22.0 -pkgrel=5 +pkgver=0.23.0 +pkgrel=1 pkgdesc="A movie player based on mplayer and mplayer2. It supports a wide variety of video file formats, audio and video codecs, and subtitle types." url="http://mpv.io" +## FIXME: depends=() depends=('aalib' 'cdparanoia' 'dejavu-ttf' 'faad2' 'ffmpeg>=3.2.2' 'jack' \ 'libass>=0.13.6' 'libbluray' 'libcdio-paranoia' 'libguess' 'ladspa_sdk' 'samba-client' \ 'libdca' 'libdv' 'libdvdnav>=5.0.1' 'libgl' 'liblirc' 'libmad' 'libmng' \ @@ -23,7 +24,7 @@ archs=('x86_64') #backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf' 'etc/mplayer/mplayer.conf') conflicts=('mplayer2') replaces=('mplayer2') -sha1sums=('c90bbc51f7c66bd3544eef3b0b98887b9156e178') +sha1sums=('99df32c3fdeece2e01ff6bc112586b13f10cffb9') build() { @@ -33,7 +34,7 @@ build() --confdir=/etc/mpv \ --enable-zsh-comp \ --enable-libmpv-shared \ - --enable-cdda + --enable-cdda \ --disable-lua ./waf build _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
