]> git.pld-linux.org Git - packages/mplayer.git/commitdiff
- up to 20140910 snap
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 12 Sep 2014 17:16:06 +0000 (19:16 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 12 Sep 2014 17:16:06 +0000 (19:16 +0200)
mplayer-gsm.patch
mplayer.spec

index 3f1cf204712d670286e90a2b2a795bd1ec78bafd..fe718f3426b7ef63d00299c4bd34b961daaba1ff 100644 (file)
@@ -9,18 +9,4 @@
  fi
  if test "$_libgsm" = yes ; then
    def_libgsm='#define CONFIG_LIBGSM 1'
---- MPlayer-1.1/ffmpeg/libavcodec/libgsm.c.orig        2012-06-02 20:13:19.000000000 +0200
-+++ MPlayer-1.1/ffmpeg/libavcodec/libgsm.c     2013-02-03 19:07:39.377220838 +0100
-@@ -28,11 +28,7 @@
- // The idiosyncrasies of GSM-in-WAV are explained at http://kbs.cs.tu-berlin.de/~jutta/toast.html
- #include "config.h"
--#if HAVE_GSM_H
- #include <gsm.h>
--#else
--#include <gsm/gsm.h>
--#endif
- #include "libavutil/channel_layout.h"
- #include "libavutil/common.h"
 
index 19a20019589504b139a4e85f2cbb1b8928366d0d..7d0e1f9e31b906b81fb7fc4c7110b78772304dbc 100644 (file)
 %endif
 
 # date from directory inside of tarball (like mplayer-export-2014-04-29)
-%define        snap    2014-04-29
+%define        snap    2014-09-10
 %define        ssnap   %(echo %{snap} | tr -d -)
 Summary:       MPlayer - THE Movie Player for UN*X
 Summary(de.UTF-8):     MPlayer ist ein unter der freien GPL-Lizenz stehender Media-Player
@@ -128,9 +128,9 @@ License:    GPL
 Group:         Applications/Multimedia
 # Source0:        http://mplayerhq.hu/MPlayer/releases/MPlayer-%{version}.tar.xz
 Source0:       ftp://ftp.mplayerhq.hu/MPlayer/releases/mplayer-export-snapshot.tar.bz2
-# Source0-md5: e0183567e23a6c03495cbff696d840c0
+# Source0-md5: 24f283994e54deb1744460b0d70c76c9
 Source1:       http://ffmpeg.org/releases/ffmpeg-snapshot.tar.bz2
-# Source1-md5: 2e2d3842604047137318880f5b7d8691
+# Source1-md5: 00315d9e593b74430bc4a9a2cde6bd5e
 Source3:       ftp://ftp1.mplayerhq.hu/MPlayer/releases/fonts/font-arial-iso-8859-2.tar.bz2
 # Source3-md5: 7b47904a925cf58ea546ca15f3df160c
 Source5:       g%{name}.desktop
@@ -473,7 +473,7 @@ CONFIGADD
 
 %build
 CFLAGS="%{rpmcflags} %{?with_hidden_visibility:-fvisibility=hidden} %{?with_shared:-fvisibility=default -fPIC}"
-CFLAGS="$CFLAGS -I%{_includedir}/xvid%{?with_directfb::%{_includedir}/directfb}"
+CFLAGS="$CFLAGS -I%{_includedir}/xvid%{?with_directfb::%{_includedir}/directfb} -DHAVE_GSM_H=1"
 
 # NOTE:
 # - lircc refers to obsolete liblircc library (used in LIRCCD < 0.9)
This page took 0.142518 seconds and 4 git commands to generate.