mplayer: update to 1.5.
This commit is contained in:
parent
4a4c781f0a
commit
7e552d8961
1 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mplayer'
|
||||
pkgname=mplayer
|
||||
version=1.4
|
||||
revision=6
|
||||
version=1.5
|
||||
revision=1
|
||||
wrksrc="MPlayer-${version}"
|
||||
build_style=configure
|
||||
hostmakedepends="pkg-config yasm"
|
||||
|
@ -21,7 +21,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="http://www.mplayerhq.hu/"
|
||||
distfiles="http://www2.mplayerhq.hu/MPlayer/releases/MPlayer-${version}.tar.xz"
|
||||
checksum=82596ed558478d28248c7bc3828eb09e6948c099bbd76bb7ee745a0e3275b548
|
||||
checksum=650cd55bb3cb44c9b39ce36dac488428559799c5f18d16d98edb2b7256cbbf85
|
||||
|
||||
nocross=yes
|
||||
|
||||
|
@ -30,8 +30,6 @@ conf_files="
|
|||
/etc/mplayer/codecs.conf"
|
||||
|
||||
do_configure() {
|
||||
sed 's|-march=i486||g' -i configure
|
||||
|
||||
# we tried runtime cpudetection for ppc32 but stuff's broken
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*|ppc64*) configure_args+=" --enable-vdpau --enable-runtime-cpudetection";;
|
||||
|
|
Loading…
Reference in a new issue