|
From: HAYASHI K. <nul...@cl...> - 2014-02-04 10:14:49
|
HAYASHI Kentaro 2014-02-04 19:04:57 +0900 (Tue, 04 Feb 2014) New Revision: 5f91b0207e275c10d29637f986a59b0f06396274 https://github.com/clear-code/cutter/commit/5f91b0207e275c10d29637f986a59b0f06396274 Message: deb: drop GStreamer plugins Keeping this package usability, we must do: * Consider to port to GStreamer 1.0. we need to follow API changes and so on. * Need to maintain build script for the platform which doesn't provides GStreamer 1.0 series. Removed files: packages/debian/gstreamer0.10-plugins-cutter.install Modified files: packages/debian/control Modified: packages/debian/control (+0 -13) =================================================================== --- packages/debian/control 2014-02-04 18:53:55 +0900 (f4d14df) +++ packages/debian/control 2014-02-04 19:04:57 +0900 (e7c819e) @@ -8,7 +8,6 @@ Build-Depends: debhelper (>= 7.0.50), gtk-doc-tools, libgtk2.0-dev, libgoffice-0.8-dev, - libgstreamer0.10-dev, libsoup2.4-dev Standards-Version: 3.9.1 Section: libs @@ -26,7 +25,6 @@ Depends: ${misc:Depends}, libsoupcutter-dev (= ${binary:Version}), cutter-report (= ${binary:Version}), cutter-runner-gtk (= ${binary:Version}), - gstreamer0.10-plugins-cutter (= ${binary:Version}), cutter-doc (= ${binary:Version}) Description: Cutter testing framework suite (meta-package) Cutter is a xUnit family Unit Testing Framework for C and C++. @@ -152,17 +150,6 @@ Description: Test result reporting module for Cutter . This provides a module that reports test result output by Cutter. -Package: gstreamer0.10-plugins-cutter -Section: libs -Architecture: any -Depends: ${misc:Depends}, - ${shlibs:Depends}, - libcutter0 (= ${binary:Version}) -Description: Cutter GStreamer integration - Cutter is a xUnit family Unit Testing Framework for C and C++. - . - This provides GStreamer elements that stream test result of Cutter. - Package: libsoupcutter0 Section: libs Architecture: any Deleted: packages/debian/gstreamer0.10-plugins-cutter.install (+0 -1) 100644 =================================================================== --- packages/debian/gstreamer0.10-plugins-cutter.install 2014-02-04 18:53:55 +0900 (f9de466) +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/gstreamer-0.10/ |