[packages/gstreamer-plugins-bad] - obsoleted

kiesiu kiesiu at pld-linux.org
Sat Sep 29 16:28:38 CEST 2012


commit 33a46e300a16bfe412eb6f301279184ac79f5acc
Author: Łukasz Kieś <kiesiu at pld-linux.org>
Date:   Sat Sep 29 16:15:36 2012 +0200

    - obsoleted

 glib2_32.patch                         | 24 --------------
 gstreamer-plugins-bad-divx4linux.patch | 59 ----------------------------------
 2 files changed, 83 deletions(-)
---
diff --git a/glib2_32.patch b/glib2_32.patch
deleted file mode 100644
index 6ef626c..0000000
--- a/glib2_32.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- gst-plugins-bad-0.10.23/ext/spc/tag.c.orig	2012-05-01 11:03:52.249682126 +0200
-+++ gst-plugins-bad-0.10.23/ext/spc/tag.c	2012-05-01 11:04:32.379676085 +0200
-@@ -16,10 +16,7 @@
-  * Boston, MA 02111-1307, USA.
-  */
- 
--#include <glib/gstring.h>
--#include <glib/gtypes.h>
--#include <glib/gmem.h>
--#include <glib/gprintf.h>
-+#include <glib.h>
- 
- #include <tag.h>
- #include <string.h>
---- gst-plugins-bad-0.10.23/ext/spc/tag.h.orig	2012-05-01 11:03:56.579680685 +0200
-+++ gst-plugins-bad-0.10.23/ext/spc/tag.h	2012-05-01 11:04:14.333847263 +0200
-@@ -16,7 +16,6 @@
-  * Boston, MA 02111-1307, USA.
-  */
- 
--#include <glib/gtypes.h>
- #include <glib.h>
- 
- typedef struct
diff --git a/gstreamer-plugins-bad-divx4linux.patch b/gstreamer-plugins-bad-divx4linux.patch
deleted file mode 100644
index 06e278d..0000000
--- a/gstreamer-plugins-bad-divx4linux.patch
+++ /dev/null
@@ -1,59 +0,0 @@
---- gst-plugins-bad-0.10.1/ext/divx/gstdivxdec.h.orig	2005-12-19 15:40:22.000000000 +0100
-+++ gst-plugins-bad-0.10.1/ext/divx/gstdivxdec.h	2006-02-25 01:04:28.560232500 +0100
-@@ -21,7 +21,7 @@
- #define __GST_DIVXDEC_H__
- 
- #include <gst/gst.h>
--#include <decore.h>
-+#include <divx/decore.h>
- 
- #ifdef __cplusplus
- extern "C" {
---- gst-plugins-bad-0.10.1/ext/divx/gstdivxenc.c.orig	2005-12-19 15:40:22.000000000 +0100
-+++ gst-plugins-bad-0.10.1/ext/divx/gstdivxenc.c	2006-02-25 01:04:46.369345500 +0100
-@@ -24,7 +24,7 @@
- #include <string.h>
- #include "gstdivxenc.h"
- #include <gst/video/video.h>
--#include <encore2.h>
-+#include <divx/encore2.h>
- 
- /* elementfactory information */
- GstElementDetails gst_divxenc_details = {
---- gst-plugins-bad-0.10.3/configure.ac.orig	2006-05-21 20:22:12.474199250 +0200
-+++ gst-plugins-bad-0.10.3/configure.ac	2006-05-21 20:23:11.165867250 +0200
-@@ -317,14 +317,14 @@
- translit(dnm, m, l) AM_CONDITIONAL(USE_DIVX, true)
- GST_CHECK_FEATURE(DIVX, [divx plugins], divx, [
-   HAVE_DIVX=yes
--  AC_CHECK_HEADER(encore2.h, , [
-+  AC_CHECK_HEADER(divx/encore2.h, , [
-     AC_MSG_WARN([Divx4linux encore headers not found])
-     HAVE_DIVX=no
-   ])
-   if [ test x$HAVE_DIVX = xyes ]; then
-     AC_MSG_CHECKING([Checking for valid divx4linux encore version])
-     AC_TRY_COMPILE([
--#include <encore2.h>
-+#include <divx/encore2.h>
- #if ENCORE_VERSION != 20021024
- #error Wrong version of divx encore libraries
- #endif
-@@ -340,7 +340,7 @@
-     ])
-   fi
-   if [ test x$HAVE_DIVX = xyes ]; then
--    AC_CHECK_HEADER(decore.h, , [
-+    AC_CHECK_HEADER(divx/decore.h, , [
-       AC_MSG_WARN([Divx4linux decoder headers not found])
-       HAVE_DIVX=no
-     ])
-@@ -348,7 +348,7 @@
-   if [ test x$HAVE_DIVX = xyes ]; then
-     AC_MSG_CHECKING([Checking for valid divx4linux decore version])
-     AC_TRY_COMPILE([
--#include <decore.h>
-+#include <divx/decore.h>
- #if DECORE_VERSION != 20021112
- #error Wrong version of divx decore libraries
- #endif
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gstreamer-plugins-bad.git/commitdiff/64367c90f1ae07c9d9bf8d19df3c57a6e04f2e31



More information about the pld-cvs-commit mailing list