# HG changeset patch # User renatofilho # Date 1202149429 0 # Node ID da7ce603d47f80f5021a6ea0617253fd365be2cd # Parent d20c167cc988fd20158531919c1be49910ce709a [svn r918] moved debian dir from gst-gmyth and libgnomevfs2-mythtv to packages project diff -r d20c167cc988 -r da7ce603d47f gmyth/configure.ac --- a/gmyth/configure.ac Sat Feb 02 23:22:44 2008 +0000 +++ b/gmyth/configure.ac Mon Feb 04 18:23:49 2008 +0000 @@ -3,14 +3,14 @@ AC_PREREQ(2.50) -AC_INIT([gmyth],[0.4.1]) +AC_INIT([gmyth],[0.7.0]) AC_CONFIG_SRCDIR([src/gmyth.h]) AC_CONFIG_HEADER(config.h) dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, SVN and prerelease does Werror too -AS_VERSION(gmyth, GMYTH, 0, 4, 1, 0, GMYTH_SVN="no", GMYTH_SVN="yes") +AS_VERSION(gmyth, GMYTH, 0, 7, 0, 0, GMYTH_SVN="no", GMYTH_SVN="yes") GMYTH_MAJORMINOR=$GMYTH_MAJOR_VERSION.$GMYTH_MINOR_VERSION AC_SUBST(GMYTH_MAJORMINOR) diff -r d20c167cc988 -r da7ce603d47f gmyth/src/gmyth_backendinfo.c --- a/gmyth/src/gmyth_backendinfo.c Sat Feb 02 23:22:44 2008 +0000 +++ b/gmyth/src/gmyth_backendinfo.c Mon Feb 04 18:23:49 2008 +0000 @@ -41,8 +41,8 @@ static void gmyth_backend_info_dispose(GObject * object); static void gmyth_backend_info_finalize(GObject * object); -G_DEFINE_TYPE(GMythBackendInfo, gmyth_backend_info, G_TYPE_OBJECT) - static void gmyth_backend_info_class_init(GMythBackendInfoClass * +G_DEFINE_TYPE(GMythBackendInfo, gmyth_backend_info, G_TYPE_OBJECT); +static void gmyth_backend_info_class_init(GMythBackendInfoClass * klass) { GObjectClass *gobject_class; diff -r d20c167cc988 -r da7ce603d47f gmyth/src/gmyth_backendinfo.h --- a/gmyth/src/gmyth_backendinfo.h Sat Feb 02 23:22:44 2008 +0000 +++ b/gmyth/src/gmyth_backendinfo.h Mon Feb 04 18:23:49 2008 +0000 @@ -84,7 +84,7 @@ }; -GType gmyth_backend_info_get_type (void) G_GNUC_CONST;; +GType gmyth_backend_info_get_type (void) G_GNUC_CONST; GMythBackendInfo* gmyth_backend_info_new (void); GMythBackendInfo* gmyth_backend_info_new_full (const gchar *hostname, const gchar *username, diff -r d20c167cc988 -r da7ce603d47f gmyth/src/gmyth_programinfo.h --- a/gmyth/src/gmyth_programinfo.h Sat Feb 02 23:22:44 2008 +0000 +++ b/gmyth/src/gmyth_programinfo.h Mon Feb 04 18:23:49 2008 +0000 @@ -149,7 +149,7 @@ GString *hostname; }; -GType gmyth_program_info_type(void); +GType gmyth_program_info_get_type(void); GMythProgramInfo *gmyth_program_info_new(void); diff -r d20c167cc988 -r da7ce603d47f gst-gmyth/debian/changelog --- a/gst-gmyth/debian/changelog Sat Feb 02 23:22:44 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -gstreamer0.10-indt-plugins (0.10.14-svn20080107) gutsy; urgency=low - - * Relase 01/07/2007; - - -- Renato Araujo Oliveira Filho Mon, 07 Jan 2008 10:38:00 -0300 - -gstreamer0.10-indt-plugins (0.10.2-svn20070914) unstable; urgency=low - - * Initial packaged; - - -- Renato Araujo Oliveira Filho Thu, 09 Nov 2006 15:58:00 -0300 - diff -r d20c167cc988 -r da7ce603d47f gst-gmyth/debian/compat --- a/gst-gmyth/debian/compat Sat Feb 02 23:22:44 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -4 diff -r d20c167cc988 -r da7ce603d47f gst-gmyth/debian/control --- a/gst-gmyth/debian/control Sat Feb 02 23:22:44 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -Source: gstreamer0.10-indt-plugins -Section: user/library -Priority: optional -Maintainer: Renato Araujo Oliveira Filho -Build-Depends: debhelper (>= 4.1.0), cdbs (>= 0.4.8), autotools-dev, pkg-config (>= 0.11.0), libgstreamer0.10-dev (>= 0.10.0), gmyth-dev (>= 0.3) -Standards-Version: 3.6.2 -Section: user/library - -Package: gstreamer0.10-indt-nuvdemux -Architecture: any -Section: user/library -Depends: ${misc:Depends}, ${shlibs:Depends} -Replaces: gstreamer0.10-plugins-bad -Description: INdT nuv demux GStreamer plugin - This GStreamer plugin permits demux of Nuv streams. - -Package: gstreamer0.10-indt-mythtvsrc -Architecture: any -Section: user/library -Depends: ${misc:Depends}, ${shlibs:Depends}, gmyth (>= 0.3) -Description: INdT mythtv source GStreamer plugin - This GStreamer plugin permits read streamer from MythTv Server - -Package: maemo-nuvdemux -Architecture: all -Section: user/library -Depends: gstreamer0.10-indt-nuvdemux -Description: enable support to nuvdemux on osso media server (meta-package) - This package is a meta-package that, when installed, guarantees that you - have support to nuv files on osso-media-server. diff -r d20c167cc988 -r da7ce603d47f gst-gmyth/debian/copyright --- a/gst-gmyth/debian/copyright Sat Feb 02 23:22:44 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -This package was debianized by Renato Araujo Oliveira Filho on -Thu, 09 Nov 2006 15:58:00 -0300. - -Copyright Holder: 2006 INdT - -License: - - This package 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; version 2 dated June, 1991. - - This package 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 package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - MA 02110-1301, USA. - -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. diff -r d20c167cc988 -r da7ce603d47f gst-gmyth/debian/gstreamer0.10-indt-mythtvsrc.install --- a/gst-gmyth/debian/gstreamer0.10-indt-mythtvsrc.install Sat Feb 02 23:22:44 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -debian/tmp/usr/lib/gstreamer-*/*mythtvsrc*.so diff -r d20c167cc988 -r da7ce603d47f gst-gmyth/debian/gstreamer0.10-indt-nuvdemux.install --- a/gst-gmyth/debian/gstreamer0.10-indt-nuvdemux.install Sat Feb 02 23:22:44 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -debian/tmp/usr/lib/gstreamer-*/*nuvdemux*.so diff -r d20c167cc988 -r da7ce603d47f gst-gmyth/debian/maemo-nuvdemux.install --- a/gst-gmyth/debian/maemo-nuvdemux.install Sat Feb 02 23:22:44 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -debian/nuv.xml usr/share/mime/packages/ -debian/osso_media_server_nuv.schemas usr/share/gconf/schemas diff -r d20c167cc988 -r da7ce603d47f gst-gmyth/debian/maemo-nuvdemux.postinst --- a/gst-gmyth/debian/maemo-nuvdemux.postinst Sat Feb 02 23:22:44 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -#! /bin/sh -set -e - -#DEBHELPER# - -# Register our X Desktop Group Shared MIME-info Database info -if [ -x /usr/bin/update-mime-database ] ; then - /usr/bin/update-mime-database /usr/share/mime -fi - -# Register a new type on Osso Media Server -if [ -x /usr/bin/gconftool-2 ] ; then - /usr/bin/gconftool-2 --makefile-install-rule /usr/share/gconf/schemas/osso_media_server_nuv.schemas -fi - -#append nuv info on osso mediaplayer ui -data_file=/usr/share/applications/hildon/mp_ui.desktop -tmp_file=/tmp/mp_ui.desktop -cat $data_file | sed 's/X-Osso-URI-Actions=rtsp/X-Osso-URI-Actions=rtsp;myth/' | sed 's/MimeType=\(.*\)/MimeType=\1;video\/x-nuv/' > $tmp_file -echo -e "\n\n[X-Osso-URI-Action Handler myth] \nMethod=mime_open\nName=medi_ap_mediaplayer_name\nTranslationDomain=mediaplayer" >> $tmp_file -cat $tmp_file > $data_file -echo "FILE DESKTOP UPDATED" - -exit 0 diff -r d20c167cc988 -r da7ce603d47f gst-gmyth/debian/nuv.xml --- a/gst-gmyth/debian/nuv.xml Sat Feb 02 23:22:44 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ - - - - Nuv File - Mythtv Nuv file container - - - - - - - diff -r d20c167cc988 -r da7ce603d47f gst-gmyth/debian/osso_media_server_nuv.schemas --- a/gst-gmyth/debian/osso_media_server_nuv.schemas Sat Feb 02 23:22:44 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ - - - - - /schemas/apps/osso/osso_media_server/demux_video/video_x-nuv - /apps/osso/osso_media_server/demux_video/video_x-nuv - osso_media_server - list - string - [video/x-nuv,nuvdemux] - - Play MYTHTV .nuv files. - - - - diff -r d20c167cc988 -r da7ce603d47f gst-gmyth/debian/rules --- a/gst-gmyth/debian/rules Sat Feb 02 23:22:44 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk -include /usr/share/cdbs/1/class/gnome.mk -include /usr/share/cdbs/1/rules/utils.mk - -# debian package version -version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2) - -maint: debian/control - -binary-install/gstreamer0.10-indt-nuvdemux:: - rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgstnuvdemux.la - rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgstnuvdemux.a - rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgsttypefindfunctions_indt.la - rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgsttypefindfunctions_indt.a - -.PHONY: maint diff -r d20c167cc988 -r da7ce603d47f libgnomevfs2-mythtv/AUTHORS --- a/libgnomevfs2-mythtv/AUTHORS Sat Feb 02 23:22:44 2008 +0000 +++ b/libgnomevfs2-mythtv/AUTHORS Mon Feb 04 18:23:49 2008 +0000 @@ -0,0 +1,4 @@ +Alexsandro Jose Virginio dos Santos +Hallyson Luiz de Morais Melo +Leonardo Sobral Cunha +Rosfran Lins Borges diff -r d20c167cc988 -r da7ce603d47f libgnomevfs2-mythtv/debian/README.Debian --- a/libgnomevfs2-mythtv/debian/README.Debian Sat Feb 02 23:22:44 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -libgnomevfs2-mythtv for Debian ------------------- - -This package provides the libgnomevfs2 mythtv modules. - - -- Hallyson Melo , Tue, 20 Oct 2006 10:53:12 -0300 diff -r d20c167cc988 -r da7ce603d47f libgnomevfs2-mythtv/debian/changelog --- a/libgnomevfs2-mythtv/debian/changelog Sat Feb 02 23:22:44 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -libgnomevfs2-mythtv (0.3-indt1) unstable; urgency=low - - * Some bugs fixed - * Livetv improved - * API updated to gmyth-0.3 - * Added some tests - - -- Hallyson Melo Mon, 14 May 2007 18:12:58 -0300 - -libgnomevfs2-mythtv (0.1.1) unstable; urgency=low - - * Initial release - - -- Hallyson Melo Tue, 20 Oct 2006 10:53:12 -0300 - diff -r d20c167cc988 -r da7ce603d47f libgnomevfs2-mythtv/debian/compat --- a/libgnomevfs2-mythtv/debian/compat Sat Feb 02 23:22:44 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -4 diff -r d20c167cc988 -r da7ce603d47f libgnomevfs2-mythtv/debian/control --- a/libgnomevfs2-mythtv/debian/control Sat Feb 02 23:22:44 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -Source: libgnomevfs2-mythtv -Priority: optional -Maintainer: Hallyson Melo -Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libglib2.0-dev, gmyth-dev (>= 0.3) -Standards-Version: 3.6.1 -Section: user/library - -Package: libgnomevfs2-mythtv -Section: user/library -Architecture: any -Depends: libglib2.0-0, gmyth (>= 0.3) -Description: libgnomevfs2-mythtv - Contains the gnomevfs2 modules for Mythtv protocol. It allows access backend recorded program files and livetv. - . - This package contains the libgnomevfs2 mythtv modules. diff -r d20c167cc988 -r da7ce603d47f libgnomevfs2-mythtv/debian/copyright --- a/libgnomevfs2-mythtv/debian/copyright Sat Feb 02 23:22:44 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -This package was debianized by Hallyson Melo on -Tue, 16 May 2006 10:53:12 -0300. - -Copyright Holder: 2006 INdT - -License: - - This package is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This package 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 - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -On Debian GNU/Linux systems, the complete text of the GNU Lesser General -Public License can be found in `/usr/share/common-licenses/LGPL'. diff -r d20c167cc988 -r da7ce603d47f libgnomevfs2-mythtv/debian/dirs --- a/libgnomevfs2-mythtv/debian/dirs Sat Feb 02 23:22:44 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -usr/lib/gnome-vfs-2.0/modules/ -etc/gnome-vfs-2.0/modules/ diff -r d20c167cc988 -r da7ce603d47f libgnomevfs2-mythtv/debian/rules --- a/libgnomevfs2-mythtv/debian/rules Sat Feb 02 23:22:44 2008 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/autotools.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk -include /usr/share/cdbs/1/rules/utils.mk - -# debian package version -version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2) - -maint: debian/control - -common_conf_flags = \ - --disable-debug - -# FIXME: should disable docs for arch only builds -DEB_CONFIGURE_EXTRA_FLAGS := $(common_conf_flags) - -DEB_INSTALL_DOCS_ALL += debian/README.Debian NEWS - -.PHONY: maint diff -r d20c167cc988 -r da7ce603d47f packages/gst-debian/changelog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/gst-debian/changelog Mon Feb 04 18:23:49 2008 +0000 @@ -0,0 +1,12 @@ +gstreamer0.10-indt-plugins (0.10.14-svn20080107) gutsy; urgency=low + + * Relase 01/07/2007; + + -- Renato Araujo Oliveira Filho Mon, 07 Jan 2008 10:38:00 -0300 + +gstreamer0.10-indt-plugins (0.10.2-svn20070914) unstable; urgency=low + + * Initial packaged; + + -- Renato Araujo Oliveira Filho Thu, 09 Nov 2006 15:58:00 -0300 + diff -r d20c167cc988 -r da7ce603d47f packages/gst-debian/compat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/gst-debian/compat Mon Feb 04 18:23:49 2008 +0000 @@ -0,0 +1,1 @@ +4 diff -r d20c167cc988 -r da7ce603d47f packages/gst-debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/gst-debian/control Mon Feb 04 18:23:49 2008 +0000 @@ -0,0 +1,30 @@ +Source: gstreamer0.10-indt-plugins +Section: user/library +Priority: optional +Maintainer: Renato Araujo Oliveira Filho +Build-Depends: debhelper (>= 4.1.0), cdbs (>= 0.4.8), autotools-dev, pkg-config (>= 0.11.0), libgstreamer0.10-dev (>= 0.10.0), gmyth-dev (>= 0.3) +Standards-Version: 3.6.2 +Section: user/library + +Package: gstreamer0.10-indt-nuvdemux +Architecture: any +Section: user/library +Depends: ${misc:Depends}, ${shlibs:Depends} +Replaces: gstreamer0.10-plugins-bad +Description: INdT nuv demux GStreamer plugin + This GStreamer plugin permits demux of Nuv streams. + +Package: gstreamer0.10-indt-mythtvsrc +Architecture: any +Section: user/library +Depends: ${misc:Depends}, ${shlibs:Depends}, gmyth (>= 0.3) +Description: INdT mythtv source GStreamer plugin + This GStreamer plugin permits read streamer from MythTv Server + +Package: maemo-nuvdemux +Architecture: all +Section: user/library +Depends: gstreamer0.10-indt-nuvdemux +Description: enable support to nuvdemux on osso media server (meta-package) + This package is a meta-package that, when installed, guarantees that you + have support to nuv files on osso-media-server. diff -r d20c167cc988 -r da7ce603d47f packages/gst-debian/copyright --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/gst-debian/copyright Mon Feb 04 18:23:49 2008 +0000 @@ -0,0 +1,23 @@ +This package was debianized by Renato Araujo Oliveira Filho on +Thu, 09 Nov 2006 15:58:00 -0300. + +Copyright Holder: 2006 INdT + +License: + + This package 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; version 2 dated June, 1991. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. diff -r d20c167cc988 -r da7ce603d47f packages/gst-debian/gstreamer0.10-indt-mythtvsrc.install --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/gst-debian/gstreamer0.10-indt-mythtvsrc.install Mon Feb 04 18:23:49 2008 +0000 @@ -0,0 +1,1 @@ +debian/tmp/usr/lib/gstreamer-*/*mythtvsrc*.so diff -r d20c167cc988 -r da7ce603d47f packages/gst-debian/gstreamer0.10-indt-nuvdemux.install --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/gst-debian/gstreamer0.10-indt-nuvdemux.install Mon Feb 04 18:23:49 2008 +0000 @@ -0,0 +1,1 @@ +debian/tmp/usr/lib/gstreamer-*/*nuvdemux*.so diff -r d20c167cc988 -r da7ce603d47f packages/gst-debian/maemo-nuvdemux.install --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/gst-debian/maemo-nuvdemux.install Mon Feb 04 18:23:49 2008 +0000 @@ -0,0 +1,2 @@ +debian/nuv.xml usr/share/mime/packages/ +debian/osso_media_server_nuv.schemas usr/share/gconf/schemas diff -r d20c167cc988 -r da7ce603d47f packages/gst-debian/maemo-nuvdemux.postinst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/gst-debian/maemo-nuvdemux.postinst Mon Feb 04 18:23:49 2008 +0000 @@ -0,0 +1,24 @@ +#! /bin/sh +set -e + +#DEBHELPER# + +# Register our X Desktop Group Shared MIME-info Database info +if [ -x /usr/bin/update-mime-database ] ; then + /usr/bin/update-mime-database /usr/share/mime +fi + +# Register a new type on Osso Media Server +if [ -x /usr/bin/gconftool-2 ] ; then + /usr/bin/gconftool-2 --makefile-install-rule /usr/share/gconf/schemas/osso_media_server_nuv.schemas +fi + +#append nuv info on osso mediaplayer ui +data_file=/usr/share/applications/hildon/mp_ui.desktop +tmp_file=/tmp/mp_ui.desktop +cat $data_file | sed 's/X-Osso-URI-Actions=rtsp/X-Osso-URI-Actions=rtsp;myth/' | sed 's/MimeType=\(.*\)/MimeType=\1;video\/x-nuv/' > $tmp_file +echo -e "\n\n[X-Osso-URI-Action Handler myth] \nMethod=mime_open\nName=medi_ap_mediaplayer_name\nTranslationDomain=mediaplayer" >> $tmp_file +cat $tmp_file > $data_file +echo "FILE DESKTOP UPDATED" + +exit 0 diff -r d20c167cc988 -r da7ce603d47f packages/gst-debian/nuv.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/gst-debian/nuv.xml Mon Feb 04 18:23:49 2008 +0000 @@ -0,0 +1,13 @@ + + + + Nuv File + Mythtv Nuv file container + + + + + + + diff -r d20c167cc988 -r da7ce603d47f packages/gst-debian/osso_media_server_nuv.schemas --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/gst-debian/osso_media_server_nuv.schemas Mon Feb 04 18:23:49 2008 +0000 @@ -0,0 +1,16 @@ + + + + + /schemas/apps/osso/osso_media_server/demux_video/video_x-nuv + /apps/osso/osso_media_server/demux_video/video_x-nuv + osso_media_server + list + string + [video/x-nuv,nuvdemux] + + Play MYTHTV .nuv files. + + + + diff -r d20c167cc988 -r da7ce603d47f packages/gst-debian/rules --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/gst-debian/rules Mon Feb 04 18:23:49 2008 +0000 @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/utils.mk + +# debian package version +version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2) + +maint: debian/control + +binary-install/gstreamer0.10-indt-nuvdemux:: + rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgstnuvdemux.la + rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgstnuvdemux.a + rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgsttypefindfunctions_indt.la + rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgsttypefindfunctions_indt.a + +.PHONY: maint diff -r d20c167cc988 -r da7ce603d47f packages/gvfs-debian/README.Debian --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/gvfs-debian/README.Debian Mon Feb 04 18:23:49 2008 +0000 @@ -0,0 +1,6 @@ +libgnomevfs2-mythtv for Debian +------------------ + +This package provides the libgnomevfs2 mythtv modules. + + -- Hallyson Melo , Tue, 20 Oct 2006 10:53:12 -0300 diff -r d20c167cc988 -r da7ce603d47f packages/gvfs-debian/changelog --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/gvfs-debian/changelog Mon Feb 04 18:23:49 2008 +0000 @@ -0,0 +1,21 @@ +libgnomevfs2-mythtv (0.7-indt1) unstable; urgency=low + + * Updated version to 0.7; + + -- Hallyson Melo Mon, 04 Feb 2008 15:19:00 -0300 + +libgnomevfs2-mythtv (0.3-indt1) unstable; urgency=low + + * Some bugs fixed + * Livetv improved + * API updated to gmyth-0.3 + * Added some tests + + -- Hallyson Melo Mon, 14 May 2007 18:12:58 -0300 + +libgnomevfs2-mythtv (0.1.1) unstable; urgency=low + + * Initial release + + -- Hallyson Melo Tue, 20 Oct 2006 10:53:12 -0300 + diff -r d20c167cc988 -r da7ce603d47f packages/gvfs-debian/compat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/gvfs-debian/compat Mon Feb 04 18:23:49 2008 +0000 @@ -0,0 +1,1 @@ +4 diff -r d20c167cc988 -r da7ce603d47f packages/gvfs-debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/gvfs-debian/control Mon Feb 04 18:23:49 2008 +0000 @@ -0,0 +1,15 @@ +Source: libgnomevfs2-mythtv +Priority: optional +Maintainer: Hallyson Melo +Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libglib2.0-dev, gmyth-dev (>= 0.3) +Standards-Version: 3.6.1 +Section: user/library + +Package: libgnomevfs2-mythtv +Section: user/library +Architecture: any +Depends: libglib2.0-0, gmyth (>= 0.3) +Description: libgnomevfs2-mythtv + Contains the gnomevfs2 modules for Mythtv protocol. It allows access backend recorded program files and livetv. + . + This package contains the libgnomevfs2 mythtv modules. diff -r d20c167cc988 -r da7ce603d47f packages/gvfs-debian/copyright --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/gvfs-debian/copyright Mon Feb 04 18:23:49 2008 +0000 @@ -0,0 +1,23 @@ +This package was debianized by Hallyson Melo on +Tue, 16 May 2006 10:53:12 -0300. + +Copyright Holder: 2006 INdT + +License: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + + This package 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian GNU/Linux systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL'. diff -r d20c167cc988 -r da7ce603d47f packages/gvfs-debian/dirs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/gvfs-debian/dirs Mon Feb 04 18:23:49 2008 +0000 @@ -0,0 +1,2 @@ +usr/lib/gnome-vfs-2.0/modules/ +etc/gnome-vfs-2.0/modules/ diff -r d20c167cc988 -r da7ce603d47f packages/gvfs-debian/rules --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packages/gvfs-debian/rules Mon Feb 04 18:23:49 2008 +0000 @@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk + +# debian package version +version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2) + +maint: debian/control + +common_conf_flags = \ + --disable-debug + +# FIXME: should disable docs for arch only builds +DEB_CONFIGURE_EXTRA_FLAGS := $(common_conf_flags) + +DEB_INSTALL_DOCS_ALL += debian/README.Debian NEWS + +.PHONY: maint