diff --git a/helpers/DATA/gnome-menus/applications.menu b/helpers/DATA/gnome-menus/applications.menu index 2ee97aeb77293c5c8f7c864f8676768b6a43557a..d614eb323ea55b48b09b3578990adb6413e8afd4 100644 --- a/helpers/DATA/gnome-menus/applications.menu +++ b/helpers/DATA/gnome-menus/applications.menu @@ -172,7 +172,6 @@ </Include> <Exclude> <Filename>gnash.desktop</Filename> - <Filename>gnome-sound-recorder.desktop</Filename> </Exclude> </Menu> <!-- End Multimedia --> diff --git a/helpers/make-gnome-media b/helpers/make-gnome-media new file mode 100644 index 0000000000000000000000000000000000000000..3124acabaaa1cc5fc04c57e0c8112d329164c2f1 --- /dev/null +++ b/helpers/make-gnome-media @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright (C) 2012 Rubén RodrÃguez <ruben@trisquel.info> +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + +VERSION=1 +COMPONENT=main + +. ./config + +changelog "Reverted to gst 0.10" + +compile + diff --git a/helpers/make-gnome-menus b/helpers/make-gnome-menus index f4e79e9f6c805bd0606f68a76f46fa59e92b9fee..dcb7b7267fb12967b7be9d035467e11d1639516f 100644 --- a/helpers/make-gnome-menus +++ b/helpers/make-gnome-menus @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=7 +VERSION=8 COMPONENT=main . ./config diff --git a/helpers/make-libgnome-media-profiles b/helpers/make-libgnome-media-profiles new file mode 100644 index 0000000000000000000000000000000000000000..8640b1b9a1a077e05f281805d0751cfe25880ee3 --- /dev/null +++ b/helpers/make-libgnome-media-profiles @@ -0,0 +1,31 @@ +#!/bin/sh +# +# Copyright (C) 2012 Rubén RodrÃguez <ruben@trisquel.info> +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# + +VERSION=1 +COMPONENT=main + +. ./config + +rm debian/patches/02-gstreamer-1.0.patch +sed '/02-gstreamer-1.0/d' -i debian/patches/series + +changelog "Reverted to gst 0.10" + +compile +