From: <ren...@us...> - 2008-02-04 18:23:45
|
Revision: 918 http://gmyth.svn.sourceforge.net/gmyth/?rev=918&view=rev Author: renatofilho Date: 2008-02-04 10:23:49 -0800 (Mon, 04 Feb 2008) Log Message: ----------- moved debian dir from gst-gmyth and libgnomevfs2-mythtv to packages project Modified Paths: -------------- trunk/gmyth/configure.ac trunk/gmyth/src/gmyth_backendinfo.c trunk/gmyth/src/gmyth_backendinfo.h trunk/gmyth/src/gmyth_programinfo.h trunk/libgnomevfs2-mythtv/AUTHORS Added Paths: ----------- trunk/packages/gst-debian/ trunk/packages/gst-debian/changelog trunk/packages/gst-debian/compat trunk/packages/gst-debian/control trunk/packages/gst-debian/copyright trunk/packages/gst-debian/gstreamer0.10-indt-mythtvsrc.install trunk/packages/gst-debian/gstreamer0.10-indt-nuvdemux.install trunk/packages/gst-debian/maemo-nuvdemux.install trunk/packages/gst-debian/maemo-nuvdemux.postinst trunk/packages/gst-debian/nuv.xml trunk/packages/gst-debian/osso_media_server_nuv.schemas trunk/packages/gst-debian/rules trunk/packages/gvfs-debian/ trunk/packages/gvfs-debian/README.Debian trunk/packages/gvfs-debian/changelog trunk/packages/gvfs-debian/compat trunk/packages/gvfs-debian/control trunk/packages/gvfs-debian/copyright trunk/packages/gvfs-debian/dirs trunk/packages/gvfs-debian/rules Removed Paths: ------------- trunk/gst-gmyth/debian/ trunk/libgnomevfs2-mythtv/debian/ Modified: trunk/gmyth/configure.ac =================================================================== --- trunk/gmyth/configure.ac 2008-02-04 18:18:05 UTC (rev 917) +++ trunk/gmyth/configure.ac 2008-02-04 18:23:49 UTC (rev 918) @@ -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) Modified: trunk/gmyth/src/gmyth_backendinfo.c =================================================================== --- trunk/gmyth/src/gmyth_backendinfo.c 2008-02-04 18:18:05 UTC (rev 917) +++ trunk/gmyth/src/gmyth_backendinfo.c 2008-02-04 18:23:49 UTC (rev 918) @@ -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; Modified: trunk/gmyth/src/gmyth_backendinfo.h =================================================================== --- trunk/gmyth/src/gmyth_backendinfo.h 2008-02-04 18:18:05 UTC (rev 917) +++ trunk/gmyth/src/gmyth_backendinfo.h 2008-02-04 18:23:49 UTC (rev 918) @@ -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, Modified: trunk/gmyth/src/gmyth_programinfo.h =================================================================== --- trunk/gmyth/src/gmyth_programinfo.h 2008-02-04 18:18:05 UTC (rev 917) +++ trunk/gmyth/src/gmyth_programinfo.h 2008-02-04 18:23:49 UTC (rev 918) @@ -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); Modified: trunk/libgnomevfs2-mythtv/AUTHORS =================================================================== --- trunk/libgnomevfs2-mythtv/AUTHORS 2008-02-04 18:18:05 UTC (rev 917) +++ trunk/libgnomevfs2-mythtv/AUTHORS 2008-02-04 18:23:49 UTC (rev 918) @@ -0,0 +1,4 @@ +Alexsandro Jose Virginio dos Santos <ale...@in...> +Hallyson Luiz de Morais Melo <hal...@in...> +Leonardo Sobral Cunha <leo...@in...> +Rosfran Lins Borges <ros...@in...> Added: trunk/packages/gst-debian/changelog =================================================================== --- trunk/packages/gst-debian/changelog (rev 0) +++ trunk/packages/gst-debian/changelog 2008-02-04 18:23:49 UTC (rev 918) @@ -0,0 +1,12 @@ +gstreamer0.10-indt-plugins (0.10.14-svn20080107) gutsy; urgency=low + + * Relase 01/07/2007; + + -- Renato Araujo Oliveira Filho <ren...@in...> 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 <ren...@in...> Thu, 09 Nov 2006 15:58:00 -0300 + Added: trunk/packages/gst-debian/compat =================================================================== --- trunk/packages/gst-debian/compat (rev 0) +++ trunk/packages/gst-debian/compat 2008-02-04 18:23:49 UTC (rev 918) @@ -0,0 +1 @@ +4 Added: trunk/packages/gst-debian/control =================================================================== --- trunk/packages/gst-debian/control (rev 0) +++ trunk/packages/gst-debian/control 2008-02-04 18:23:49 UTC (rev 918) @@ -0,0 +1,30 @@ +Source: gstreamer0.10-indt-plugins +Section: user/library +Priority: optional +Maintainer: Renato Araujo Oliveira Filho <ren...@in...> +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. Added: trunk/packages/gst-debian/copyright =================================================================== --- trunk/packages/gst-debian/copyright (rev 0) +++ trunk/packages/gst-debian/copyright 2008-02-04 18:23:49 UTC (rev 918) @@ -0,0 +1,23 @@ +This package was debianized by Renato Araujo Oliveira Filho <ren...@in...> 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'. Added: trunk/packages/gst-debian/gstreamer0.10-indt-mythtvsrc.install =================================================================== --- trunk/packages/gst-debian/gstreamer0.10-indt-mythtvsrc.install (rev 0) +++ trunk/packages/gst-debian/gstreamer0.10-indt-mythtvsrc.install 2008-02-04 18:23:49 UTC (rev 918) @@ -0,0 +1 @@ +debian/tmp/usr/lib/gstreamer-*/*mythtvsrc*.so Added: trunk/packages/gst-debian/gstreamer0.10-indt-nuvdemux.install =================================================================== --- trunk/packages/gst-debian/gstreamer0.10-indt-nuvdemux.install (rev 0) +++ trunk/packages/gst-debian/gstreamer0.10-indt-nuvdemux.install 2008-02-04 18:23:49 UTC (rev 918) @@ -0,0 +1 @@ +debian/tmp/usr/lib/gstreamer-*/*nuvdemux*.so Added: trunk/packages/gst-debian/maemo-nuvdemux.install =================================================================== --- trunk/packages/gst-debian/maemo-nuvdemux.install (rev 0) +++ trunk/packages/gst-debian/maemo-nuvdemux.install 2008-02-04 18:23:49 UTC (rev 918) @@ -0,0 +1,2 @@ +debian/nuv.xml usr/share/mime/packages/ +debian/osso_media_server_nuv.schemas usr/share/gconf/schemas Added: trunk/packages/gst-debian/maemo-nuvdemux.postinst =================================================================== --- trunk/packages/gst-debian/maemo-nuvdemux.postinst (rev 0) +++ trunk/packages/gst-debian/maemo-nuvdemux.postinst 2008-02-04 18:23:49 UTC (rev 918) @@ -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 Added: trunk/packages/gst-debian/nuv.xml =================================================================== --- trunk/packages/gst-debian/nuv.xml (rev 0) +++ trunk/packages/gst-debian/nuv.xml 2008-02-04 18:23:49 UTC (rev 918) @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info" + xmlns:osso="http://nokia.com/osso/mime-categories"> + <mime-type type="video/x-nuv"> + <comment>Nuv File</comment> + <comment xml:lang="en">Mythtv Nuv file container</comment> + <magic priority="60"> + <match value="MythTVVideo" type="string" offset="0"/> + </magic> + <glob pattern="*.nuv"/> + <osso:category name="video"/> + </mime-type> +</mime-info> Added: trunk/packages/gst-debian/osso_media_server_nuv.schemas =================================================================== --- trunk/packages/gst-debian/osso_media_server_nuv.schemas (rev 0) +++ trunk/packages/gst-debian/osso_media_server_nuv.schemas 2008-02-04 18:23:49 UTC (rev 918) @@ -0,0 +1,16 @@ +<?xml version="1.0"?> +<gconfschemafile> + <schemalist> + <schema> + <key>/schemas/apps/osso/osso_media_server/demux_video/video_x-nuv</key> + <applyto>/apps/osso/osso_media_server/demux_video/video_x-nuv</applyto> + <owner>osso_media_server</owner> + <type>list</type> + <list_type>string</list_type> + <default>[video/x-nuv,nuvdemux]</default> + <locale name="C"> + <short>Play MYTHTV .nuv files.</short> + </locale> + </schema> + </schemalist> +</gconfschemafile> Added: trunk/packages/gst-debian/rules =================================================================== --- trunk/packages/gst-debian/rules (rev 0) +++ trunk/packages/gst-debian/rules 2008-02-04 18:23:49 UTC (rev 918) @@ -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 Property changes on: trunk/packages/gst-debian/rules ___________________________________________________________________ Name: svn:executable + * Added: trunk/packages/gvfs-debian/README.Debian =================================================================== --- trunk/packages/gvfs-debian/README.Debian (rev 0) +++ trunk/packages/gvfs-debian/README.Debian 2008-02-04 18:23:49 UTC (rev 918) @@ -0,0 +1,6 @@ +libgnomevfs2-mythtv for Debian +------------------ + +This package provides the libgnomevfs2 mythtv modules. + + -- Hallyson Melo <hal...@in...>, Tue, 20 Oct 2006 10:53:12 -0300 Property changes on: trunk/packages/gvfs-debian/README.Debian ___________________________________________________________________ Name: svn:executable + * Added: trunk/packages/gvfs-debian/changelog =================================================================== --- trunk/packages/gvfs-debian/changelog (rev 0) +++ trunk/packages/gvfs-debian/changelog 2008-02-04 18:23:49 UTC (rev 918) @@ -0,0 +1,21 @@ +libgnomevfs2-mythtv (0.7-indt1) unstable; urgency=low + + * Updated version to 0.7; + + -- Hallyson Melo <hal...@in...> 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 <hal...@in...> Mon, 14 May 2007 18:12:58 -0300 + +libgnomevfs2-mythtv (0.1.1) unstable; urgency=low + + * Initial release + + -- Hallyson Melo <hal...@in...> Tue, 20 Oct 2006 10:53:12 -0300 + Property changes on: trunk/packages/gvfs-debian/changelog ___________________________________________________________________ Name: svn:executable + * Added: trunk/packages/gvfs-debian/compat =================================================================== --- trunk/packages/gvfs-debian/compat (rev 0) +++ trunk/packages/gvfs-debian/compat 2008-02-04 18:23:49 UTC (rev 918) @@ -0,0 +1 @@ +4 Property changes on: trunk/packages/gvfs-debian/compat ___________________________________________________________________ Name: svn:executable + * Added: trunk/packages/gvfs-debian/control =================================================================== --- trunk/packages/gvfs-debian/control (rev 0) +++ trunk/packages/gvfs-debian/control 2008-02-04 18:23:49 UTC (rev 918) @@ -0,0 +1,15 @@ +Source: libgnomevfs2-mythtv +Priority: optional +Maintainer: Hallyson Melo <hal...@in...> +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. Property changes on: trunk/packages/gvfs-debian/control ___________________________________________________________________ Name: svn:executable + * Added: trunk/packages/gvfs-debian/copyright =================================================================== --- trunk/packages/gvfs-debian/copyright (rev 0) +++ trunk/packages/gvfs-debian/copyright 2008-02-04 18:23:49 UTC (rev 918) @@ -0,0 +1,23 @@ +This package was debianized by Hallyson Melo <hal...@in...> 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'. Property changes on: trunk/packages/gvfs-debian/copyright ___________________________________________________________________ Name: svn:executable + * Added: trunk/packages/gvfs-debian/dirs =================================================================== --- trunk/packages/gvfs-debian/dirs (rev 0) +++ trunk/packages/gvfs-debian/dirs 2008-02-04 18:23:49 UTC (rev 918) @@ -0,0 +1,2 @@ +usr/lib/gnome-vfs-2.0/modules/ +etc/gnome-vfs-2.0/modules/ Property changes on: trunk/packages/gvfs-debian/dirs ___________________________________________________________________ Name: svn:executable + * Added: trunk/packages/gvfs-debian/rules =================================================================== --- trunk/packages/gvfs-debian/rules (rev 0) +++ trunk/packages/gvfs-debian/rules 2008-02-04 18:23:49 UTC (rev 918) @@ -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 Property changes on: trunk/packages/gvfs-debian/rules ___________________________________________________________________ Name: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |