mplayer: bump version (#7214)

This commit is contained in:
kenmays
2022-09-18 14:36:11 -07:00
committed by GitHub
parent 0ebb632072
commit bc4c9153c0
2 changed files with 12 additions and 12 deletions

View File

@@ -20,13 +20,13 @@ fonts are supported along with 12 subtitle formats (MicroDVD, SubRip, OGM, \
SubViewer, Sami, VPlayer, RT, SSA, AQTitle, JACOsub, PJS and our own: MPsub). \
DVD subtitles (SPU streams, VOBsub and Closed Captions) are supported as well."
HOMEPAGE="http://www.mplayerhq.hu/"
COPYRIGHT="2001-2019 The MPlayer Team"
COPYRIGHT="2001-2022 The MPlayer Team"
LICENSE="GNU LGPL v2.1"
REVISION="1"
SOURCE_URI="https://anduin.linuxfromscratch.org/BLFS/mplayer/mplayer-export-2021-07-29.tar.bz2"
CHECKSUM_SHA256="fc15102b81440dcd297258f3b2afefe6930ce8791985d0ca8c38555e56bf07b1"
SOURCE_DIR="mplayer-export-2021-07-29"
PATCHES="mplayer-1.4.0_20210729.patchset"
SOURCE_URI="https://mplayerhq.hu/MPlayer/releases/MPlayer-$portVersion.tar.xz"
CHECKSUM_SHA256="650cd55bb3cb44c9b39ce36dac488428559799c5f18d16d98edb2b7256cbbf85"
SOURCE_DIR="MPlayer-$portVersion"
PATCHES="mplayer-$portVersion.patchset"
ADDITIONAL_FILES="mplayer.rdef.in"
ARCHITECTURES="all !x86_gcc2"

View File

@@ -1,4 +1,4 @@
From fdc110ed7092d15c47daa7ef14415d6ca4d729f6 Mon Sep 17 00:00:00 2001
From 1d6c9eec40b23aa21e58d6e3ec1414900a69de85 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
Date: Mon, 22 Apr 2019 11:38:50 +0200
Subject: Haiku
@@ -19,7 +19,7 @@ index 94ef503..e5c4b3a 100644
SRCS_MPLAYER-$(SNDIO) += libao2/ao_sndio.c
SRCS_MPLAYER-$(SUNAUDIO) += libao2/ao_sun.c
diff --git a/configure b/configure
index abb3643..b71c6c1 100755
index d4882c0..e99eb0f 100755
--- a/configure
+++ b/configure
@@ -233,12 +233,13 @@ sunos() { issystem "SunOS"; }
@@ -91,7 +91,7 @@ index abb3643..b71c6c1 100755
if darwin && test "$cc_vendor" != "clang" ; then
extra_cflags="-falign-loops=16 -shared-libgcc $extra_cflags"
fi
@@ -6098,6 +6109,29 @@ fi
@@ -6097,6 +6108,29 @@ fi
echores "$_v4l2"
@@ -121,7 +121,7 @@ index abb3643..b71c6c1 100755
#########
# AUDIO #
@@ -8358,7 +8392,7 @@ fi
@@ -8313,7 +8347,7 @@ fi
# (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly)
ld_dl_dynamic=''
freebsd || netbsd || openbsd || dragonfly || bsdos && ld_dl_dynamic='-rdynamic'
@@ -130,7 +130,7 @@ index abb3643..b71c6c1 100755
ld_dl_dynamic='-rdynamic'
fi
@@ -8861,6 +8895,7 @@ RADIO_CAPTURE=$_radio_capture
@@ -8815,6 +8849,7 @@ RADIO_CAPTURE=$_radio_capture
REAL_CODECS = $_real
S3FB = $_s3fb
SDL = $_sdl
@@ -138,7 +138,7 @@ index abb3643..b71c6c1 100755
SDL_IMAGE = $sdl_image
SPEEX = $_speex
STREAM_CACHE = $_stream_cache
@@ -9458,6 +9493,7 @@ $def_quartz
@@ -9413,6 +9448,7 @@ $def_quartz
$def_s3fb
$def_sdl
$def_sdl_sdl_h
@@ -1417,5 +1417,5 @@ index e6287d2..e5c4cd9 100644
if (filename == NULL) {
if ((buff = malloc(len)) == NULL)
--
2.30.2
2.36.1