r31088 - in /trunk/libgstreamer-perl/debian: changelog patches/fix-man-pages

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Feb 24 22:33:56 UTC 2009


Author: gregoa
Date: Tue Feb 24 22:33:27 2009
New Revision: 31088

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31088
Log:
Refresh patch.

Modified:
    trunk/libgstreamer-perl/debian/changelog
    trunk/libgstreamer-perl/debian/patches/fix-man-pages

Modified: trunk/libgstreamer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgstreamer-perl/debian/changelog?rev=31088&op=diff
==============================================================================
--- trunk/libgstreamer-perl/debian/changelog (original)
+++ trunk/libgstreamer-perl/debian/changelog Tue Feb 24 22:33:27 2009
@@ -1,6 +1,10 @@
 libgstreamer-perl (0.15-1) unstable; urgency=low
 
+  [ Antonio Radici ]
   * New upstream release
+
+  [ gregor herrmann ]
+  * Refresh patch.
 
  -- Antonio Radici <antonio at dyne.org>  Mon, 23 Feb 2009 20:58:38 +0000
 

Modified: trunk/libgstreamer-perl/debian/patches/fix-man-pages
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgstreamer-perl/debian/patches/fix-man-pages?rev=31088&op=diff
==============================================================================
--- trunk/libgstreamer-perl/debian/patches/fix-man-pages (original)
+++ trunk/libgstreamer-perl/debian/patches/fix-man-pages Tue Feb 24 22:33:27 2009
@@ -1,8 +1,7 @@
 fix man pages for whatis
 
-diff -ur GStreamer-0.14/xs/GstBin.xs libgstreamer-perl-0.14/xs/GstBin.xs
---- GStreamer-0.14/xs/GstBin.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstBin.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstBin.xs
++++ b/xs/GstBin.xs
 @@ -22,6 +22,10 @@
  
  MODULE = GStreamer::Bin	PACKAGE = GStreamer::Bin	PREFIX = gst_bin_
@@ -14,9 +13,8 @@
  BOOT:
  	gperl_object_set_no_warn_unreg_subclass (GST_TYPE_BIN, TRUE);
  
-diff -ur GStreamer-0.14/xs/GstBuffer.xs libgstreamer-perl-0.14/xs/GstBuffer.xs
---- GStreamer-0.14/xs/GstBuffer.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstBuffer.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstBuffer.xs
++++ b/xs/GstBuffer.xs
 @@ -22,6 +22,10 @@
  
  MODULE = GStreamer::Buffer	PACKAGE = GStreamer::Buffer	PREFIX = gst_buffer_
@@ -28,9 +26,8 @@
  # DESTROY inherited from GStreamer::MiniObject.
  
  GstBufferFlag
-diff -ur GStreamer-0.14/xs/GstBus.xs libgstreamer-perl-0.14/xs/GstBus.xs
---- GStreamer-0.14/xs/GstBus.xs	2008-12-20 12:11:53.000000000 +0000
-+++ libgstreamer-perl-0.14/xs/GstBus.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstBus.xs
++++ b/xs/GstBus.xs
 @@ -67,6 +67,10 @@
  
  MODULE = GStreamer::Bus	PACKAGE = GStreamer::Bus	PREFIX = gst_bus_
@@ -42,9 +39,8 @@
  # GstBus * gst_bus_new (void);
  GstBus * gst_bus_new (class)
      C_ARGS:
-diff -ur GStreamer-0.14/xs/GstCaps.xs libgstreamer-perl-0.14/xs/GstCaps.xs
---- GStreamer-0.14/xs/GstCaps.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstCaps.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstCaps.xs
++++ b/xs/GstCaps.xs
 @@ -22,6 +22,10 @@
  
  MODULE = GStreamer::Caps	PACKAGE = GStreamer::Caps::Empty
@@ -100,9 +96,8 @@
  =for position SYNOPSIS
  
  =head1 SYNOPSIS
-diff -ur GStreamer-0.14/xs/GstChildProxy.xs libgstreamer-perl-0.14/xs/GstChildProxy.xs
---- GStreamer-0.14/xs/GstChildProxy.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstChildProxy.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstChildProxy.xs
++++ b/xs/GstChildProxy.xs
 @@ -22,6 +22,10 @@
  
  MODULE = GStreamer::ChildProxy	PACKAGE = GStreamer::ChildProxy	PREFIX = gst_child_proxy_
@@ -114,9 +109,8 @@
  =for position DESCRIPTION
  
  =head1 DESCRIPTION
-diff -ur GStreamer-0.14/xs/GstClock.xs libgstreamer-perl-0.14/xs/GstClock.xs
---- GStreamer-0.14/xs/GstClock.xs	2009-01-18 12:45:08.000000000 +0000
-+++ libgstreamer-perl-0.14/xs/GstClock.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstClock.xs
++++ b/xs/GstClock.xs
 @@ -126,6 +126,10 @@
  
  MODULE = GStreamer::Clock	PACKAGE = GStreamer::Clock	PREFIX = gst_clock_
@@ -139,9 +133,8 @@
  void
  DESTROY (id)
  	GstClockID id
-diff -ur GStreamer-0.14/xs/GstElementFactory.xs libgstreamer-perl-0.14/xs/GstElementFactory.xs
---- GStreamer-0.14/xs/GstElementFactory.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstElementFactory.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstElementFactory.xs
++++ b/xs/GstElementFactory.xs
 @@ -22,6 +22,10 @@
  
  MODULE = GStreamer::ElementFactory	PACKAGE = GStreamer::ElementFactory	PREFIX = gst_element_factory_
@@ -153,9 +146,8 @@
  # FIXME?
  # gboolean gst_element_register (GstPlugin *plugin, const gchar *name, guint rank, GType type);
  
-diff -ur GStreamer-0.14/xs/GstElement.xs libgstreamer-perl-0.14/xs/GstElement.xs
---- GStreamer-0.14/xs/GstElement.xs	2008-12-15 19:00:58.000000000 +0000
-+++ libgstreamer-perl-0.14/xs/GstElement.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstElement.xs
++++ b/xs/GstElement.xs
 @@ -22,6 +22,10 @@
  
  MODULE = GStreamer::Element	PACKAGE = GStreamer::Element	PREFIX = gst_element_
@@ -167,9 +159,8 @@
  # FIXME?
  # void gst_element_class_add_pad_template (GstElementClass *klass, GstPadTemplate *templ);
  # GstPadTemplate* gst_element_class_get_pad_template (GstElementClass *element_class, const gchar *name);
-diff -ur GStreamer-0.14/xs/GstEvent.xs libgstreamer-perl-0.14/xs/GstEvent.xs
---- GStreamer-0.14/xs/GstEvent.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstEvent.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstEvent.xs
++++ b/xs/GstEvent.xs
 @@ -77,6 +77,10 @@
  
  MODULE = GStreamer::Event	PACKAGE = GStreamer::Event	PREFIX = gst_event_
@@ -291,10 +282,9 @@
  # GstEvent * gst_event_new_navigation (GstStructure *structure);
  GstEvent_noinc *
  new (class, GstStructure *structure)
-diff -ur GStreamer-0.14/xs/GstFormat.xs libgstreamer-perl-0.14/xs/GstFormat.xs
---- GStreamer-0.14/xs/GstFormat.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstFormat.xs	2009-01-28 23:53:31.000000000 +0000
-@@ -51,6 +51,10 @@
+--- a/xs/GstFormat.xs
++++ b/xs/GstFormat.xs
+@@ -56,6 +56,10 @@
  
  MODULE = GStreamer::Format	PACKAGE = GStreamer::Format	PREFIX = gst_format_
  
@@ -305,9 +295,8 @@
  =for apidoc __function__
  =cut
  # GstFormat gst_format_register (const gchar *nick, const gchar *description);
-diff -ur GStreamer-0.14/xs/GstGhostPad.xs libgstreamer-perl-0.14/xs/GstGhostPad.xs
---- GStreamer-0.14/xs/GstGhostPad.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstGhostPad.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstGhostPad.xs
++++ b/xs/GstGhostPad.xs
 @@ -22,6 +22,10 @@
  
  MODULE = GStreamer::GhostPad	PACKAGE = GStreamer::GhostPad	PREFIX = gst_ghost_pad_
@@ -319,9 +308,8 @@
  # GstPad * gst_ghost_pad_new (const gchar *name, GstPad *target);
  GstPad_ornull * gst_ghost_pad_new (class, const gchar_ornull *name, GstPad *target)
      C_ARGS:
-diff -ur GStreamer-0.14/xs/GstIndexFactory.xs libgstreamer-perl-0.14/xs/GstIndexFactory.xs
---- GStreamer-0.14/xs/GstIndexFactory.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstIndexFactory.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstIndexFactory.xs
++++ b/xs/GstIndexFactory.xs
 @@ -22,6 +22,10 @@
  
  MODULE = GStreamer::IndexFactory	PACKAGE = GStreamer::IndexFactory	PREFIX = gst_index_factory_
@@ -333,9 +321,8 @@
  # GstIndexFactory * gst_index_factory_new (const gchar *name, const gchar *longdesc, GType type);
  GstIndexFactory *
  gst_index_factory_new (class, name, longdesc, type)
-diff -ur GStreamer-0.14/xs/GstIndex.xs libgstreamer-perl-0.14/xs/GstIndex.xs
---- GStreamer-0.14/xs/GstIndex.xs	2008-11-26 21:17:40.000000000 +0000
-+++ libgstreamer-perl-0.14/xs/GstIndex.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstIndex.xs
++++ b/xs/GstIndex.xs
 @@ -128,6 +128,10 @@
  
  MODULE = GStreamer::Index	PACKAGE = GStreamer::Index	PREFIX = gst_index_
@@ -358,10 +345,9 @@
  # gboolean gst_index_entry_assoc_map (GstIndexEntry *entry, GstFormat format, gint64 *value);
  gint64
  gst_index_entry_assoc_map (entry, format)
-diff -ur GStreamer-0.14/xs/GstIterator.xs libgstreamer-perl-0.14/xs/GstIterator.xs
---- GStreamer-0.14/xs/GstIterator.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstIterator.xs	2009-01-28 23:53:31.000000000 +0000
-@@ -96,6 +96,10 @@
+--- a/xs/GstIterator.xs
++++ b/xs/GstIterator.xs
+@@ -99,6 +99,10 @@
  
  MODULE = GStreamer::Iterator	PACKAGE = GStreamer::Iterator	PREFIX = gst_iterator_
  
@@ -372,7 +358,7 @@
  =for position SYNOPSIS
  
  =head1 SYNOPSIS
-@@ -183,6 +187,10 @@
+@@ -186,6 +190,10 @@
  
  MODULE = GStreamer::Iterator	PACKAGE = GStreamer::Iterator::Tie
  
@@ -383,9 +369,8 @@
  IV
  FETCHSIZE (GstIterator *iter)
      PREINIT:
-diff -ur GStreamer-0.14/xs/GstMessage.xs libgstreamer-perl-0.14/xs/GstMessage.xs
---- GStreamer-0.14/xs/GstMessage.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstMessage.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstMessage.xs
++++ b/xs/GstMessage.xs
 @@ -131,6 +131,10 @@
  
  MODULE = GStreamer::Message	PACKAGE = GStreamer::Message	PREFIX = gst_message_
@@ -595,9 +580,8 @@
  #if GST_CHECK_VERSION (0, 10, 13)
  
  # GstMessage * gst_message_new_async_done (GstObject * src);
-diff -ur GStreamer-0.14/xs/GstMiniObject.xs libgstreamer-perl-0.14/xs/GstMiniObject.xs
---- GStreamer-0.14/xs/GstMiniObject.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstMiniObject.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstMiniObject.xs
++++ b/xs/GstMiniObject.xs
 @@ -150,6 +150,10 @@
  
  MODULE = GStreamer::MiniObject	PACKAGE = GStreamer::MiniObject	PREFIX = gst_mini_object_
@@ -609,9 +593,8 @@
  BOOT:
  	gst2perl_mini_object_initialize ();
  
-diff -ur GStreamer-0.14/xs/GstObject.xs libgstreamer-perl-0.14/xs/GstObject.xs
---- GStreamer-0.14/xs/GstObject.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstObject.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstObject.xs
++++ b/xs/GstObject.xs
 @@ -22,6 +22,10 @@
  
  MODULE = GStreamer::Object	PACKAGE = GStreamer::Object	PREFIX = gst_object_
@@ -623,9 +606,8 @@
  BOOT:
  	/* Register gst_object_sink() as the sink function to get the
  	   ref-counting right. */
-diff -ur GStreamer-0.14/xs/GstPadTemplate.xs libgstreamer-perl-0.14/xs/GstPadTemplate.xs
---- GStreamer-0.14/xs/GstPadTemplate.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstPadTemplate.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstPadTemplate.xs
++++ b/xs/GstPadTemplate.xs
 @@ -22,6 +22,10 @@
  
  MODULE = GStreamer::PadTemplate	PACKAGE = GStreamer::PadTemplate	PREFIX = gst_pad_template_
@@ -637,9 +619,8 @@
  # GstPadTemplate* gst_pad_template_new (const gchar *name_template, GstPadDirection direction, GstPadPresence presence, GstCaps *caps);
  GstPadTemplate *
  gst_pad_template_new (class, name_template, direction, presence, caps)
-diff -ur GStreamer-0.14/xs/GstPad.xs libgstreamer-perl-0.14/xs/GstPad.xs
---- GStreamer-0.14/xs/GstPad.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstPad.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstPad.xs
++++ b/xs/GstPad.xs
 @@ -39,6 +39,10 @@
  
  MODULE = GStreamer::Pad	PACKAGE = GStreamer::Pad	PREFIX = gst_pad_
@@ -651,9 +632,8 @@
  BOOT:
  	gperl_object_set_no_warn_unreg_subclass (GST_TYPE_PAD, TRUE);
  
-diff -ur GStreamer-0.14/xs/GstPipeline.xs libgstreamer-perl-0.14/xs/GstPipeline.xs
---- GStreamer-0.14/xs/GstPipeline.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstPipeline.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstPipeline.xs
++++ b/xs/GstPipeline.xs
 @@ -22,6 +22,10 @@
  
  MODULE = GStreamer::Pipeline	PACKAGE = GStreamer::Pipeline	PREFIX = gst_pipeline_
@@ -665,9 +645,8 @@
  BOOT:
  	gperl_object_set_no_warn_unreg_subclass (GST_TYPE_PIPELINE, TRUE);
  
-diff -ur GStreamer-0.14/xs/GstPluginFeature.xs libgstreamer-perl-0.14/xs/GstPluginFeature.xs
---- GStreamer-0.14/xs/GstPluginFeature.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstPluginFeature.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstPluginFeature.xs
++++ b/xs/GstPluginFeature.xs
 @@ -53,6 +53,10 @@
  
  MODULE = GStreamer::PluginFeature	PACKAGE = GStreamer::PluginFeature	PREFIX = gst_plugin_feature_
@@ -679,9 +658,8 @@
  BOOT:
  	gperl_object_set_no_warn_unreg_subclass (GST_TYPE_PLUGIN_FEATURE, TRUE);
  
-diff -ur GStreamer-0.14/xs/GstPlugin.xs libgstreamer-perl-0.14/xs/GstPlugin.xs
---- GStreamer-0.14/xs/GstPlugin.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstPlugin.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstPlugin.xs
++++ b/xs/GstPlugin.xs
 @@ -61,6 +61,10 @@
  
  MODULE = GStreamer::Plugin	PACKAGE = GStreamer::Plugin	PREFIX = gst_plugin_
@@ -693,9 +671,8 @@
  const gchar* gst_plugin_get_name (GstPlugin *plugin);
  
  const gchar* gst_plugin_get_description (GstPlugin *plugin);
-diff -ur GStreamer-0.14/xs/GstQuery.xs libgstreamer-perl-0.14/xs/GstQuery.xs
---- GStreamer-0.14/xs/GstQuery.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstQuery.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstQuery.xs
++++ b/xs/GstQuery.xs
 @@ -107,6 +107,10 @@
  
  MODULE = GStreamer::Query	PACKAGE = GStreamer::QueryType	PREFIX = gst_query_type_
@@ -773,9 +750,8 @@
  # GstQuery * gst_query_new_application (GstQueryType type, GstStructure *structure);
  GstQuery_noinc *
  new (class, GstQueryType type, GstStructure *structure)
-diff -ur GStreamer-0.14/xs/GstRegistry.xs libgstreamer-perl-0.14/xs/GstRegistry.xs
---- GStreamer-0.14/xs/GstRegistry.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstRegistry.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstRegistry.xs
++++ b/xs/GstRegistry.xs
 @@ -40,6 +40,10 @@
  
  MODULE = GStreamer::Registry	PACKAGE = GStreamer::Registry	PREFIX = gst_registry_
@@ -787,9 +763,8 @@
  BOOT:
  	gperl_object_set_no_warn_unreg_subclass (GST_TYPE_REGISTRY, TRUE);
  
-diff -ur GStreamer-0.14/xs/GstStructure.xs libgstreamer-perl-0.14/xs/GstStructure.xs
---- GStreamer-0.14/xs/GstStructure.xs	2008-11-26 21:17:40.000000000 +0000
-+++ libgstreamer-perl-0.14/xs/GstStructure.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstStructure.xs
++++ b/xs/GstStructure.xs
 @@ -145,6 +145,10 @@
  
  MODULE = GStreamer::Structure	PACKAGE = GStreamer::Structure	PREFIX = gst_structure_
@@ -801,9 +776,8 @@
  =for position SYNOPSIS
  
  =head1 SYNOPSIS
-diff -ur GStreamer-0.14/xs/GstSystemClock.xs libgstreamer-perl-0.14/xs/GstSystemClock.xs
---- GStreamer-0.14/xs/GstSystemClock.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstSystemClock.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstSystemClock.xs
++++ b/xs/GstSystemClock.xs
 @@ -22,6 +22,10 @@
  
  MODULE = GStreamer::SystemClock	PACKAGE = GStreamer::SystemClock	PREFIX = gst_system_clock_
@@ -815,9 +789,8 @@
  BOOT:
  	gperl_object_set_no_warn_unreg_subclass (GST_TYPE_SYSTEM_CLOCK, TRUE);
  
-diff -ur GStreamer-0.14/xs/GstTagSetter.xs libgstreamer-perl-0.14/xs/GstTagSetter.xs
---- GStreamer-0.14/xs/GstTagSetter.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstTagSetter.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstTagSetter.xs
++++ b/xs/GstTagSetter.xs
 @@ -22,6 +22,10 @@
  
  MODULE = GStreamer::TagSetter	PACKAGE = GStreamer::TagSetter	PREFIX = gst_tag_setter_
@@ -829,9 +802,8 @@
  void gst_tag_setter_merge_tags (GstTagSetter *setter, const GstTagList *list, GstTagMergeMode mode);
  
  # void gst_tag_setter_add_tags (GstTagSetter *setter, GstTagMergeMode mode, const gchar *tag, ...);
-diff -ur GStreamer-0.14/xs/GstTag.xs libgstreamer-perl-0.14/xs/GstTag.xs
---- GStreamer-0.14/xs/GstTag.xs	2008-11-26 21:17:40.000000000 +0000
-+++ libgstreamer-perl-0.14/xs/GstTag.xs	2009-01-28 23:57:18.000000000 +0000
+--- a/xs/GstTag.xs
++++ b/xs/GstTag.xs
 @@ -114,6 +114,10 @@
  
  MODULE = GStreamer::Tag	PACKAGE = GStreamer::Tag	PREFIX = gst_tag_
@@ -843,9 +815,8 @@
  BOOT:
  	gst_tag_list_wrapper_class = *gperl_default_boxed_wrapper_class ();
  	gst_tag_list_wrapper_class.wrap = (GPerlBoxedWrapFunc) gst_tag_list_wrap;
-diff -ur GStreamer-0.14/xs/GstTypeFindFactory.xs libgstreamer-perl-0.14/xs/GstTypeFindFactory.xs
---- GStreamer-0.14/xs/GstTypeFindFactory.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/GstTypeFindFactory.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstTypeFindFactory.xs
++++ b/xs/GstTypeFindFactory.xs
 @@ -22,6 +22,10 @@
  
  MODULE = GStreamer::TypeFindFactory	PACKAGE = GStreamer::TypeFindFactory	PREFIX = gst_type_find_factory_
@@ -857,9 +828,8 @@
  # GList * gst_type_find_factory_get_list (void);
  void
  gst_type_find_factory_get_list (class)
-diff -ur GStreamer-0.14/xs/GstValue.xs libgstreamer-perl-0.14/xs/GstValue.xs
---- GStreamer-0.14/xs/GstValue.xs	2008-11-26 21:17:40.000000000 +0000
-+++ libgstreamer-perl-0.14/xs/GstValue.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/GstValue.xs
++++ b/xs/GstValue.xs
 @@ -483,6 +483,10 @@
  
  MODULE = GStreamer::Value	PACKAGE = GStreamer::Value	PREFIX = gst_value_
@@ -871,9 +841,8 @@
  BOOT:
  	gst2perl_fourcc_initialize ();
  	gst2perl_int_range_initialize ();
-diff -ur GStreamer-0.14/xs/Gst.xs libgstreamer-perl-0.14/xs/Gst.xs
---- GStreamer-0.14/xs/Gst.xs	2008-10-22 20:49:54.000000000 +0100
-+++ libgstreamer-perl-0.14/xs/Gst.xs	2009-01-28 23:53:31.000000000 +0000
+--- a/xs/Gst.xs
++++ b/xs/Gst.xs
 @@ -22,6 +22,10 @@
  
  MODULE = GStreamer	PACKAGE = GStreamer	PREFIX = gst_




More information about the Pkg-perl-cvs-commits mailing list