[arch-commits] Commit in mplayer/trunk (PKGBUILD live-media.patch)

Ionut Biru ibiru at archlinux.org
Sun Jun 3 16:16:53 UTC 2012


    Date: Sunday, June 3, 2012 @ 12:16:53
  Author: ibiru
Revision: 160672

bump to latest snapshot
rebuild x264

Modified:
  mplayer/trunk/PKGBUILD
Deleted:
  mplayer/trunk/live-media.patch

------------------+
 PKGBUILD         |   15 ++++++---------
 live-media.patch |   13 -------------
 2 files changed, 6 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-06-03 15:50:03 UTC (rev 160671)
+++ PKGBUILD	2012-06-03 16:16:53 UTC (rev 160672)
@@ -4,7 +4,7 @@
 
 pkgbase=mplayer
 pkgname=('mplayer' 'mencoder')
-pkgver=34799
+pkgver=34992
 pkgrel=1
 arch=('i686' 'x86_64')
 makedepends=('libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora' 'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient'
@@ -13,17 +13,13 @@
 license=('GPL')
 url="http://www.mplayerhq.hu/"
 options=(!buildflags !emptydirs)
-source=(ftp://ftp.archlinux.org/other/$pkgbase/$pkgbase-$pkgver.tar.xz mplayer.desktop
-        live-media.patch)
-md5sums=('e8bd960bcdb48fdc5a1f45390dc13c53'
-         'c0d6ef795cf6de48e3b87ff7c23f0319'
-         'b6c057633ff7001ee0c102b5f81ec1e3')
+source=(ftp://ftp.archlinux.org/other/$pkgbase/$pkgbase-$pkgver.tar.xz mplayer.desktop)
+md5sums=('04642b1eb68671577ff53bb84839253a'
+         'c0d6ef795cf6de48e3b87ff7c23f0319')
 
 build() {
     cd "$srcdir/$pkgbase"
 
-    patch -Np0 -i "$srcdir/live-media.patch"
-
     ./configure --prefix=/usr \
         --enable-runtime-cpudetection \
         --disable-gui \
@@ -41,7 +37,8 @@
         --enable-radio \
         --enable-radio-capture \
         --language=all \
-        --confdir=/etc/mplayer
+        --confdir=/etc/mplayer \
+         --extra-cflags="-fpermissive"
     [ "$CARCH" = "i686" ] &&  sed 's|-march=i486|-march=i686|g' -i config.mak
 
     make

Deleted: live-media.patch
===================================================================
--- live-media.patch	2012-06-03 15:50:03 UTC (rev 160671)
+++ live-media.patch	2012-06-03 16:16:53 UTC (rev 160672)
@@ -1,13 +0,0 @@
-Index: libmpdemux/demux_rtp.cpp
-===================================================================
---- libmpdemux/demux_rtp.cpp	(revision 34798)
-+++ libmpdemux/demux_rtp.cpp	(working copy)
-@@ -19,6 +19,8 @@
-  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-  */
- 
-+#define RTSPCLIENT_SYNCHRONOUS_INTERFACE 1
-+
- extern "C" {
- // on MinGW, we must include windows.h before the things it conflicts
- #ifdef __MINGW32__    // with.  they are each protected from




More information about the arch-commits mailing list