extra/mplayer to 37379-3

This commit is contained in:
Kevin Mihelich 2015-04-21 12:04:08 +00:00
parent 97f673562e
commit 19792fdcfc
2 changed files with 22 additions and 7 deletions

12
extra/mplayer/37386.patch Normal file
View file

@ -0,0 +1,12 @@
Index: configure
===================================================================
--- configure (revision 37385)
+++ configure (revision 37386)
@@ -9212,6 +9212,7 @@
#define HAVE_MM_EMPTY 0
#define HAVE_PPC4XX 0
#define HAVE_RDTSC 0
+#define HAVE_SECTION_DATA_REL_RO 0
#define HAVE_SIMD_ALIGN_16 1
#define HAVE_STRERROR_R 0
#define HAVE_STRPTIME 0

View file

@ -5,13 +5,13 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - remove --enable-runtime-cpudetection from configure
# - use kernel.org mirror for package source
# - --enable-armv5te to use v5 edsp (fails autodetect for v5)
# - patch to fix ARM build
pkgbase=mplayer
pkgname=('mplayer' 'mencoder')
pkgver=37386
pkgrel=2
pkgver=37379
pkgrel=3
arch=('i686' 'x86_64')
makedepends=(
'libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora'
@ -26,17 +26,19 @@ license=('GPL')
url='http://www.mplayerhq.hu/'
options=('!buildflags' '!emptydirs')
source=($pkgbase-$pkgver::svn://svn.mplayerhq.hu/mplayer/trunk#revision=$pkgver
http://ffmpeg.org/releases/ffmpeg-2.6.1.tar.bz2
http://ffmpeg.org/releases/ffmpeg-2.6.2.tar.bz2
mplayer.desktop
cdio-includes.patch
include-samba-4.0.patch
revert-icl-fixes.patch)
revert-icl-fixes.patch
37386.patch)
md5sums=('SKIP'
'62b5a37525fdf79aedd4a51a64793ed7'
'e75d598921285d6775f20164a91936ac'
'62f44a58f072b2b1a3c3d3e4976d64b3'
'7b5be7191aafbea64218dc4916343bbc'
'868a92bdef148df7f38bfa992b26ce9d'
'3579402002b7302fdf2d146639333efd')
'3579402002b7302fdf2d146639333efd'
'9131fa5229c857174ab029ed9b0cb71b')
pkgver() {
cd $pkgbase-$pkgver
@ -50,6 +52,7 @@ prepare() {
patch -p0 -i ../cdio-includes.patch
patch -p1 -i ../include-samba-4.0.patch
patch -Np0 -i ../revert-icl-fixes.patch
patch -p0 -i ../37386.patch
./version.sh
}