[DRE-commits] [ruby-gnome2] 02/04: Drop ruby-clutter-gstreamer

zeha at debian.org zeha at debian.org
Sun May 1 21:31:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository ruby-gnome2.

commit 42c672537e787093fbb18a83d2bcdcbb8df053ba
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Sun May 1 21:09:50 2016 +0000

    Drop ruby-clutter-gstreamer
    
    Closes: #805804
---
 debian/control                         | 14 --------------
 debian/patches/no-clutter-gst-2.0      | 24 ++++++++++++++++++++++++
 debian/patches/series                  |  1 +
 debian/ruby-clutter-gstreamer.examples |  1 -
 debian/ruby-clutter-gstreamer.install  |  1 -
 5 files changed, 25 insertions(+), 16 deletions(-)

diff --git a/debian/control b/debian/control
index ede9c9e..ca310c2 100644
--- a/debian/control
+++ b/debian/control
@@ -98,20 +98,6 @@ Description: Clutter bindings for the Ruby language
  2D surfaces, or 'actors', inside a 3D space.  This package contains
  libraries for using Clutter with the Ruby language.
 
-Package: ruby-clutter-gstreamer
-Architecture: all
-Priority: extra
-Depends: gir1.2-clutter-gst-2.0,
-         ruby | ruby-interpreter,
-         ruby-clutter (>= ${source:Version}),
-         ruby-gdk-pixbuf2 (>= ${source:Version}),
-         ruby-gstreamer (>= ${source:Version}),
-         ${misc:Depends}
-Description: Clutter-GStreamer bindings for the Ruby language
- Clutter-GStreamer provides a Clutter interface implementation using
- GStreamer for basic video and audio playback.  This package contains
- libraries for using Clutter-GStreamer with the Ruby language.
-
 Package: ruby-clutter-gtk
 Architecture: all
 Priority: extra
diff --git a/debian/patches/no-clutter-gst-2.0 b/debian/patches/no-clutter-gst-2.0
new file mode 100644
index 0000000..ebecfeb
--- /dev/null
+++ b/debian/patches/no-clutter-gst-2.0
@@ -0,0 +1,24 @@
+Index: ruby-gnome2/Rakefile
+===================================================================
+--- ruby-gnome2.orig/Rakefile
++++ ruby-gnome2/Rakefile
+@@ -156,7 +156,6 @@ gnome2_packages = gtk2_packages + gtk3_p
+   "gtksourceview3",
+   "clutter",
+   "clutter-gtk",
+-  "clutter-gstreamer",
+   "webkit-gtk",
+   "webkit-gtk2",
+ ]
+Index: ruby-gnome2/extconf.rb
+===================================================================
+--- ruby-gnome2.orig/extconf.rb
++++ ruby-gnome2/extconf.rb
+@@ -24,6 +24,7 @@ priorlibs = [
+ ]
+ 
+ unsupported_libraries = [
++  "clutter-gstreamer",
+   "vte",
+   "vte3",
+   "gdk3-no-gi"
diff --git a/debian/patches/series b/debian/patches/series
index b1b660c..ea009d9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 no-vte.patch
 Fail-the-build-if-any-subpackage-fails
 reject_goocanvas.patch
+no-clutter-gst-2.0
diff --git a/debian/ruby-clutter-gstreamer.examples b/debian/ruby-clutter-gstreamer.examples
deleted file mode 100644
index 807e9d6..0000000
--- a/debian/ruby-clutter-gstreamer.examples
+++ /dev/null
@@ -1 +0,0 @@
-clutter-gstreamer/sample/*
diff --git a/debian/ruby-clutter-gstreamer.install b/debian/ruby-clutter-gstreamer.install
deleted file mode 100644
index b431bf4..0000000
--- a/debian/ruby-clutter-gstreamer.install
+++ /dev/null
@@ -1 +0,0 @@
-clutter-gstreamer/lib/clutter-gst.rb /usr/lib/ruby/vendor_ruby

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-gnome2.git



More information about the Pkg-ruby-extras-commits mailing list