[svn r918] moved debian dir from gst-gmyth and libgnomevfs2-mythtv to packages project trunk
authorrenatofilho
Mon Feb 04 18:23:49 2008 +0000 (2008-02-04)
branchtrunk
changeset 911da7ce603d47f
parent 910 d20c167cc988
child 912 b200d6198191
[svn r918] moved debian dir from gst-gmyth and libgnomevfs2-mythtv to packages project
gmyth/configure.ac
gmyth/src/gmyth_backendinfo.c
gmyth/src/gmyth_backendinfo.h
gmyth/src/gmyth_programinfo.h
gst-gmyth/debian/changelog
gst-gmyth/debian/compat
gst-gmyth/debian/control
gst-gmyth/debian/copyright
gst-gmyth/debian/gstreamer0.10-indt-mythtvsrc.install
gst-gmyth/debian/gstreamer0.10-indt-nuvdemux.install
gst-gmyth/debian/maemo-nuvdemux.install
gst-gmyth/debian/maemo-nuvdemux.postinst
gst-gmyth/debian/nuv.xml
gst-gmyth/debian/osso_media_server_nuv.schemas
gst-gmyth/debian/rules
libgnomevfs2-mythtv/AUTHORS
libgnomevfs2-mythtv/debian/README.Debian
libgnomevfs2-mythtv/debian/changelog
libgnomevfs2-mythtv/debian/compat
libgnomevfs2-mythtv/debian/control
libgnomevfs2-mythtv/debian/copyright
libgnomevfs2-mythtv/debian/dirs
libgnomevfs2-mythtv/debian/rules
packages/gst-debian/changelog
packages/gst-debian/compat
packages/gst-debian/control
packages/gst-debian/copyright
packages/gst-debian/gstreamer0.10-indt-mythtvsrc.install
packages/gst-debian/gstreamer0.10-indt-nuvdemux.install
packages/gst-debian/maemo-nuvdemux.install
packages/gst-debian/maemo-nuvdemux.postinst
packages/gst-debian/nuv.xml
packages/gst-debian/osso_media_server_nuv.schemas
packages/gst-debian/rules
packages/gvfs-debian/README.Debian
packages/gvfs-debian/changelog
packages/gvfs-debian/compat
packages/gvfs-debian/control
packages/gvfs-debian/copyright
packages/gvfs-debian/dirs
packages/gvfs-debian/rules
     1.1 --- a/gmyth/configure.ac	Sat Feb 02 23:22:44 2008 +0000
     1.2 +++ b/gmyth/configure.ac	Mon Feb 04 18:23:49 2008 +0000
     1.3 @@ -3,14 +3,14 @@
     1.4  
     1.5  AC_PREREQ(2.50)
     1.6  
     1.7 -AC_INIT([gmyth],[0.4.1])
     1.8 +AC_INIT([gmyth],[0.7.0])
     1.9  
    1.10  AC_CONFIG_SRCDIR([src/gmyth.h])
    1.11  AC_CONFIG_HEADER(config.h)
    1.12  
    1.13  dnl when going to/from release please set the nano (fourth number) right !
    1.14  dnl releases only do Wall, SVN and prerelease does Werror too
    1.15 -AS_VERSION(gmyth, GMYTH, 0, 4, 1, 0, GMYTH_SVN="no", GMYTH_SVN="yes")
    1.16 +AS_VERSION(gmyth, GMYTH, 0, 7, 0, 0, GMYTH_SVN="no", GMYTH_SVN="yes")
    1.17  GMYTH_MAJORMINOR=$GMYTH_MAJOR_VERSION.$GMYTH_MINOR_VERSION
    1.18  AC_SUBST(GMYTH_MAJORMINOR)
    1.19  
     2.1 --- a/gmyth/src/gmyth_backendinfo.c	Sat Feb 02 23:22:44 2008 +0000
     2.2 +++ b/gmyth/src/gmyth_backendinfo.c	Mon Feb 04 18:23:49 2008 +0000
     2.3 @@ -41,8 +41,8 @@
     2.4  static void     gmyth_backend_info_dispose(GObject * object);
     2.5  static void     gmyth_backend_info_finalize(GObject * object);
     2.6  
     2.7 -G_DEFINE_TYPE(GMythBackendInfo, gmyth_backend_info, G_TYPE_OBJECT)
     2.8 -    static void     gmyth_backend_info_class_init(GMythBackendInfoClass *
     2.9 +G_DEFINE_TYPE(GMythBackendInfo, gmyth_backend_info, G_TYPE_OBJECT);
    2.10 +static void     gmyth_backend_info_class_init(GMythBackendInfoClass *
    2.11                                                    klass)
    2.12  {
    2.13      GObjectClass   *gobject_class;
     3.1 --- a/gmyth/src/gmyth_backendinfo.h	Sat Feb 02 23:22:44 2008 +0000
     3.2 +++ b/gmyth/src/gmyth_backendinfo.h	Mon Feb 04 18:23:49 2008 +0000
     3.3 @@ -84,7 +84,7 @@
     3.4  };
     3.5  
     3.6  
     3.7 -GType               gmyth_backend_info_get_type         (void) G_GNUC_CONST;;
     3.8 +GType               gmyth_backend_info_get_type         (void) G_GNUC_CONST;
     3.9  GMythBackendInfo*   gmyth_backend_info_new              (void);
    3.10  GMythBackendInfo*   gmyth_backend_info_new_full         (const gchar        *hostname,
    3.11                                                           const gchar        *username,
     4.1 --- a/gmyth/src/gmyth_programinfo.h	Sat Feb 02 23:22:44 2008 +0000
     4.2 +++ b/gmyth/src/gmyth_programinfo.h	Mon Feb 04 18:23:49 2008 +0000
     4.3 @@ -149,7 +149,7 @@
     4.4      GString        *hostname;
     4.5  };
     4.6  
     4.7 -GType           gmyth_program_info_type(void);
     4.8 +GType           gmyth_program_info_get_type(void);
     4.9  
    4.10  GMythProgramInfo *gmyth_program_info_new(void);
    4.11  
     5.1 --- a/gst-gmyth/debian/changelog	Sat Feb 02 23:22:44 2008 +0000
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,12 +0,0 @@
     5.4 -gstreamer0.10-indt-plugins (0.10.14-svn20080107) gutsy; urgency=low
     5.5 -
     5.6 -  * Relase 01/07/2007;
     5.7 -
     5.8 - -- Renato Araujo Oliveira Filho <renato.filho@indt.org.br>  Mon, 07 Jan 2008 10:38:00 -0300
     5.9 -
    5.10 -gstreamer0.10-indt-plugins (0.10.2-svn20070914) unstable; urgency=low
    5.11 -
    5.12 -  * Initial packaged;
    5.13 -
    5.14 - -- Renato Araujo Oliveira Filho <renato.filho@indt.org.br>  Thu, 09 Nov 2006 15:58:00 -0300
    5.15 -
     6.1 --- a/gst-gmyth/debian/compat	Sat Feb 02 23:22:44 2008 +0000
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,1 +0,0 @@
     6.4 -4
     7.1 --- a/gst-gmyth/debian/control	Sat Feb 02 23:22:44 2008 +0000
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,30 +0,0 @@
     7.4 -Source: gstreamer0.10-indt-plugins
     7.5 -Section: user/library
     7.6 -Priority: optional
     7.7 -Maintainer: Renato Araujo Oliveira Filho  <renato.filho@indt.org.br>
     7.8 -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)
     7.9 -Standards-Version: 3.6.2
    7.10 -Section: user/library
    7.11 -
    7.12 -Package: gstreamer0.10-indt-nuvdemux
    7.13 -Architecture: any
    7.14 -Section: user/library
    7.15 -Depends: ${misc:Depends}, ${shlibs:Depends}
    7.16 -Replaces: gstreamer0.10-plugins-bad
    7.17 -Description: INdT nuv demux GStreamer plugin
    7.18 - This GStreamer plugin permits demux of Nuv streams.
    7.19 -
    7.20 -Package: gstreamer0.10-indt-mythtvsrc
    7.21 -Architecture: any
    7.22 -Section: user/library
    7.23 -Depends: ${misc:Depends}, ${shlibs:Depends}, gmyth (>= 0.3)
    7.24 -Description: INdT mythtv source GStreamer plugin
    7.25 - This GStreamer plugin permits read streamer from MythTv Server
    7.26 -
    7.27 -Package: maemo-nuvdemux
    7.28 -Architecture: all
    7.29 -Section: user/library
    7.30 -Depends: gstreamer0.10-indt-nuvdemux
    7.31 -Description: enable support to nuvdemux on osso media server (meta-package)
    7.32 - This package is a meta-package that, when installed, guarantees that you
    7.33 - have support to nuv files on osso-media-server.
     8.1 --- a/gst-gmyth/debian/copyright	Sat Feb 02 23:22:44 2008 +0000
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,23 +0,0 @@
     8.4 -This package was debianized by Renato Araujo Oliveira Filho <renato.filho@indt.org.br> on
     8.5 -Thu, 09 Nov 2006 15:58:00 -0300.
     8.6 -
     8.7 -Copyright Holder: 2006 INdT
     8.8 -
     8.9 -License:
    8.10 -
    8.11 -   This package is free software; you can redistribute it and/or modify
    8.12 -   it under the terms of the GNU General Public License as published by
    8.13 -   the Free Software Foundation; version 2 dated June, 1991.
    8.14 -
    8.15 -   This package is distributed in the hope that it will be useful,
    8.16 -   but WITHOUT ANY WARRANTY; without even the implied warranty of
    8.17 -   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    8.18 -   GNU General Public License for more details.
    8.19 -
    8.20 -   You should have received a copy of the GNU General Public License
    8.21 -   along with this package; if not, write to the Free Software
    8.22 -   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
    8.23 -   MA 02110-1301, USA.
    8.24 -
    8.25 -On Debian systems, the complete text of the GNU General
    8.26 -Public License can be found in `/usr/share/common-licenses/GPL'.
     9.1 --- a/gst-gmyth/debian/gstreamer0.10-indt-mythtvsrc.install	Sat Feb 02 23:22:44 2008 +0000
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,1 +0,0 @@
     9.4 -debian/tmp/usr/lib/gstreamer-*/*mythtvsrc*.so
    10.1 --- a/gst-gmyth/debian/gstreamer0.10-indt-nuvdemux.install	Sat Feb 02 23:22:44 2008 +0000
    10.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.3 @@ -1,1 +0,0 @@
    10.4 -debian/tmp/usr/lib/gstreamer-*/*nuvdemux*.so
    11.1 --- a/gst-gmyth/debian/maemo-nuvdemux.install	Sat Feb 02 23:22:44 2008 +0000
    11.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.3 @@ -1,2 +0,0 @@
    11.4 -debian/nuv.xml usr/share/mime/packages/
    11.5 -debian/osso_media_server_nuv.schemas usr/share/gconf/schemas
    12.1 --- a/gst-gmyth/debian/maemo-nuvdemux.postinst	Sat Feb 02 23:22:44 2008 +0000
    12.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.3 @@ -1,24 +0,0 @@
    12.4 -#! /bin/sh
    12.5 -set -e
    12.6 -
    12.7 -#DEBHELPER#
    12.8 -
    12.9 -# Register our X Desktop Group Shared MIME-info Database info
   12.10 -if [ -x /usr/bin/update-mime-database ] ; then
   12.11 -        /usr/bin/update-mime-database /usr/share/mime
   12.12 -fi
   12.13 -
   12.14 -# Register a new type on Osso Media Server
   12.15 -if [ -x /usr/bin/gconftool-2 ] ; then
   12.16 -    /usr/bin/gconftool-2 --makefile-install-rule /usr/share/gconf/schemas/osso_media_server_nuv.schemas
   12.17 -fi
   12.18 -
   12.19 -#append nuv info on osso mediaplayer ui
   12.20 -data_file=/usr/share/applications/hildon/mp_ui.desktop
   12.21 -tmp_file=/tmp/mp_ui.desktop
   12.22 -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
   12.23 -echo -e "\n\n[X-Osso-URI-Action Handler myth] \nMethod=mime_open\nName=medi_ap_mediaplayer_name\nTranslationDomain=mediaplayer" >> $tmp_file
   12.24 -cat $tmp_file > $data_file
   12.25 -echo "FILE DESKTOP UPDATED"
   12.26 -
   12.27 -exit 0
    13.1 --- a/gst-gmyth/debian/nuv.xml	Sat Feb 02 23:22:44 2008 +0000
    13.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.3 @@ -1,13 +0,0 @@
    13.4 -<?xml version="1.0" encoding="UTF-8"?>
    13.5 -<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"
    13.6 -           xmlns:osso="http://nokia.com/osso/mime-categories">
    13.7 - <mime-type type="video/x-nuv">
    13.8 -  <comment>Nuv File</comment>
    13.9 -  <comment xml:lang="en">Mythtv Nuv file container</comment>
   13.10 -  <magic priority="60">
   13.11 -   <match value="MythTVVideo" type="string" offset="0"/>
   13.12 -  </magic>
   13.13 -  <glob pattern="*.nuv"/>
   13.14 -  <osso:category name="video"/>
   13.15 - </mime-type>
   13.16 -</mime-info>
    14.1 --- a/gst-gmyth/debian/osso_media_server_nuv.schemas	Sat Feb 02 23:22:44 2008 +0000
    14.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.3 @@ -1,16 +0,0 @@
    14.4 -<?xml version="1.0"?>
    14.5 -<gconfschemafile>
    14.6 -  <schemalist>
    14.7 -    <schema>
    14.8 -      <key>/schemas/apps/osso/osso_media_server/demux_video/video_x-nuv</key>
    14.9 -      <applyto>/apps/osso/osso_media_server/demux_video/video_x-nuv</applyto>
   14.10 -      <owner>osso_media_server</owner>
   14.11 -      <type>list</type>
   14.12 -      <list_type>string</list_type>
   14.13 -      <default>[video/x-nuv,nuvdemux]</default>
   14.14 -      <locale name="C">
   14.15 -        <short>Play MYTHTV .nuv files.</short>
   14.16 -      </locale>
   14.17 -    </schema>
   14.18 -  </schemalist>
   14.19 -</gconfschemafile>
    15.1 --- a/gst-gmyth/debian/rules	Sat Feb 02 23:22:44 2008 +0000
    15.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.3 @@ -1,19 +0,0 @@
    15.4 -#!/usr/bin/make -f
    15.5 -
    15.6 -include /usr/share/cdbs/1/rules/debhelper.mk
    15.7 -include /usr/share/cdbs/1/rules/simple-patchsys.mk
    15.8 -include /usr/share/cdbs/1/class/gnome.mk
    15.9 -include /usr/share/cdbs/1/rules/utils.mk
   15.10 -
   15.11 -# debian package version
   15.12 -version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
   15.13 -
   15.14 -maint: debian/control
   15.15 -
   15.16 -binary-install/gstreamer0.10-indt-nuvdemux::
   15.17 -	rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgstnuvdemux.la
   15.18 -	rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgstnuvdemux.a
   15.19 -	rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgsttypefindfunctions_indt.la
   15.20 -	rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgsttypefindfunctions_indt.a
   15.21 -
   15.22 -.PHONY: maint
    16.1 --- a/libgnomevfs2-mythtv/AUTHORS	Sat Feb 02 23:22:44 2008 +0000
    16.2 +++ b/libgnomevfs2-mythtv/AUTHORS	Mon Feb 04 18:23:49 2008 +0000
    16.3 @@ -0,0 +1,4 @@
    16.4 +Alexsandro Jose Virginio dos Santos <alexsandro.santos@indt.org.br>
    16.5 +Hallyson Luiz de Morais Melo <hallyson.melo@indt.org.br>
    16.6 +Leonardo Sobral Cunha <leonardo.cunha@indt.org.br>
    16.7 +Rosfran Lins Borges <rosfran.borges@indt.org.br>
    17.1 --- a/libgnomevfs2-mythtv/debian/README.Debian	Sat Feb 02 23:22:44 2008 +0000
    17.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.3 @@ -1,6 +0,0 @@
    17.4 -libgnomevfs2-mythtv for Debian
    17.5 -------------------
    17.6 -
    17.7 -This package provides the libgnomevfs2 mythtv modules.
    17.8 -
    17.9 - -- Hallyson Melo <hallyson.melo@indt.org.br>, Tue, 20 Oct 2006 10:53:12 -0300
    18.1 --- a/libgnomevfs2-mythtv/debian/changelog	Sat Feb 02 23:22:44 2008 +0000
    18.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.3 @@ -1,15 +0,0 @@
    18.4 -libgnomevfs2-mythtv (0.3-indt1) unstable; urgency=low
    18.5 -
    18.6 -  * Some bugs fixed
    18.7 -  * Livetv improved
    18.8 -  * API updated to gmyth-0.3
    18.9 -  * Added some tests
   18.10 -
   18.11 - -- Hallyson Melo <hallyson.melo@indt.org.br>  Mon, 14 May 2007 18:12:58 -0300
   18.12 -
   18.13 -libgnomevfs2-mythtv (0.1.1) unstable; urgency=low
   18.14 -
   18.15 -  * Initial release
   18.16 -
   18.17 - -- Hallyson Melo <hallyson.melo@indt.org.br>  Tue, 20 Oct 2006 10:53:12 -0300
   18.18 -
    19.1 --- a/libgnomevfs2-mythtv/debian/compat	Sat Feb 02 23:22:44 2008 +0000
    19.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.3 @@ -1,1 +0,0 @@
    19.4 -4
    20.1 --- a/libgnomevfs2-mythtv/debian/control	Sat Feb 02 23:22:44 2008 +0000
    20.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    20.3 @@ -1,15 +0,0 @@
    20.4 -Source: libgnomevfs2-mythtv
    20.5 -Priority: optional
    20.6 -Maintainer: Hallyson Melo <hallyson.melo@indt.org.br>
    20.7 -Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libglib2.0-dev, gmyth-dev (>= 0.3)
    20.8 -Standards-Version: 3.6.1
    20.9 -Section: user/library
   20.10 -
   20.11 -Package: libgnomevfs2-mythtv
   20.12 -Section: user/library
   20.13 -Architecture: any
   20.14 -Depends: libglib2.0-0, gmyth (>= 0.3)
   20.15 -Description: libgnomevfs2-mythtv
   20.16 - Contains the gnomevfs2 modules for Mythtv protocol. It allows access backend recorded program files and livetv. 
   20.17 - .
   20.18 - This package contains the libgnomevfs2 mythtv modules.
    21.1 --- a/libgnomevfs2-mythtv/debian/copyright	Sat Feb 02 23:22:44 2008 +0000
    21.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    21.3 @@ -1,23 +0,0 @@
    21.4 -This package was debianized by Hallyson Melo <hallyson.melo@indt.org.br> on
    21.5 -Tue, 16 May 2006 10:53:12 -0300.
    21.6 -
    21.7 -Copyright Holder: 2006 INdT
    21.8 -
    21.9 -License:
   21.10 -
   21.11 -    This package is free software; you can redistribute it and/or
   21.12 -    modify it under the terms of the GNU Lesser General Public
   21.13 -    License as published by the Free Software Foundation; either
   21.14 -    version 2 of the License, or (at your option) any later version.
   21.15 -
   21.16 -    This package is distributed in the hope that it will be useful,
   21.17 -    but WITHOUT ANY WARRANTY; without even the implied warranty of
   21.18 -    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   21.19 -    Lesser General Public License for more details.
   21.20 -
   21.21 -    You should have received a copy of the GNU Lesser General Public
   21.22 -    License along with this package; if not, write to the Free Software
   21.23 -    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
   21.24 -
   21.25 -On Debian GNU/Linux systems, the complete text of the GNU Lesser General
   21.26 -Public License can be found in `/usr/share/common-licenses/LGPL'.
    22.1 --- a/libgnomevfs2-mythtv/debian/dirs	Sat Feb 02 23:22:44 2008 +0000
    22.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    22.3 @@ -1,2 +0,0 @@
    22.4 -usr/lib/gnome-vfs-2.0/modules/
    22.5 -etc/gnome-vfs-2.0/modules/
    23.1 --- a/libgnomevfs2-mythtv/debian/rules	Sat Feb 02 23:22:44 2008 +0000
    23.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    23.3 @@ -1,21 +0,0 @@
    23.4 -#!/usr/bin/make -f
    23.5 -
    23.6 -include /usr/share/cdbs/1/rules/debhelper.mk
    23.7 -include /usr/share/cdbs/1/class/autotools.mk
    23.8 -include /usr/share/cdbs/1/rules/simple-patchsys.mk
    23.9 -include /usr/share/cdbs/1/rules/utils.mk
   23.10 -
   23.11 -# debian package version
   23.12 -version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
   23.13 -
   23.14 -maint: debian/control
   23.15 -
   23.16 -common_conf_flags = \
   23.17 -	--disable-debug
   23.18 -
   23.19 -# FIXME: should disable docs for arch only builds
   23.20 -DEB_CONFIGURE_EXTRA_FLAGS := $(common_conf_flags)
   23.21 -
   23.22 -DEB_INSTALL_DOCS_ALL += debian/README.Debian NEWS
   23.23 -
   23.24 -.PHONY: maint
    24.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    24.2 +++ b/packages/gst-debian/changelog	Mon Feb 04 18:23:49 2008 +0000
    24.3 @@ -0,0 +1,12 @@
    24.4 +gstreamer0.10-indt-plugins (0.10.14-svn20080107) gutsy; urgency=low
    24.5 +
    24.6 +  * Relase 01/07/2007;
    24.7 +
    24.8 + -- Renato Araujo Oliveira Filho <renato.filho@indt.org.br>  Mon, 07 Jan 2008 10:38:00 -0300
    24.9 +
   24.10 +gstreamer0.10-indt-plugins (0.10.2-svn20070914) unstable; urgency=low
   24.11 +
   24.12 +  * Initial packaged;
   24.13 +
   24.14 + -- Renato Araujo Oliveira Filho <renato.filho@indt.org.br>  Thu, 09 Nov 2006 15:58:00 -0300
   24.15 +
    25.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    25.2 +++ b/packages/gst-debian/compat	Mon Feb 04 18:23:49 2008 +0000
    25.3 @@ -0,0 +1,1 @@
    25.4 +4
    26.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    26.2 +++ b/packages/gst-debian/control	Mon Feb 04 18:23:49 2008 +0000
    26.3 @@ -0,0 +1,30 @@
    26.4 +Source: gstreamer0.10-indt-plugins
    26.5 +Section: user/library
    26.6 +Priority: optional
    26.7 +Maintainer: Renato Araujo Oliveira Filho  <renato.filho@indt.org.br>
    26.8 +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)
    26.9 +Standards-Version: 3.6.2
   26.10 +Section: user/library
   26.11 +
   26.12 +Package: gstreamer0.10-indt-nuvdemux
   26.13 +Architecture: any
   26.14 +Section: user/library
   26.15 +Depends: ${misc:Depends}, ${shlibs:Depends}
   26.16 +Replaces: gstreamer0.10-plugins-bad
   26.17 +Description: INdT nuv demux GStreamer plugin
   26.18 + This GStreamer plugin permits demux of Nuv streams.
   26.19 +
   26.20 +Package: gstreamer0.10-indt-mythtvsrc
   26.21 +Architecture: any
   26.22 +Section: user/library
   26.23 +Depends: ${misc:Depends}, ${shlibs:Depends}, gmyth (>= 0.3)
   26.24 +Description: INdT mythtv source GStreamer plugin
   26.25 + This GStreamer plugin permits read streamer from MythTv Server
   26.26 +
   26.27 +Package: maemo-nuvdemux
   26.28 +Architecture: all
   26.29 +Section: user/library
   26.30 +Depends: gstreamer0.10-indt-nuvdemux
   26.31 +Description: enable support to nuvdemux on osso media server (meta-package)
   26.32 + This package is a meta-package that, when installed, guarantees that you
   26.33 + have support to nuv files on osso-media-server.
    27.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    27.2 +++ b/packages/gst-debian/copyright	Mon Feb 04 18:23:49 2008 +0000
    27.3 @@ -0,0 +1,23 @@
    27.4 +This package was debianized by Renato Araujo Oliveira Filho <renato.filho@indt.org.br> on
    27.5 +Thu, 09 Nov 2006 15:58:00 -0300.
    27.6 +
    27.7 +Copyright Holder: 2006 INdT
    27.8 +
    27.9 +License:
   27.10 +
   27.11 +   This package is free software; you can redistribute it and/or modify
   27.12 +   it under the terms of the GNU General Public License as published by
   27.13 +   the Free Software Foundation; version 2 dated June, 1991.
   27.14 +
   27.15 +   This package is distributed in the hope that it will be useful,
   27.16 +   but WITHOUT ANY WARRANTY; without even the implied warranty of
   27.17 +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   27.18 +   GNU General Public License for more details.
   27.19 +
   27.20 +   You should have received a copy of the GNU General Public License
   27.21 +   along with this package; if not, write to the Free Software
   27.22 +   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
   27.23 +   MA 02110-1301, USA.
   27.24 +
   27.25 +On Debian systems, the complete text of the GNU General
   27.26 +Public License can be found in `/usr/share/common-licenses/GPL'.
    28.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    28.2 +++ b/packages/gst-debian/gstreamer0.10-indt-mythtvsrc.install	Mon Feb 04 18:23:49 2008 +0000
    28.3 @@ -0,0 +1,1 @@
    28.4 +debian/tmp/usr/lib/gstreamer-*/*mythtvsrc*.so
    29.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    29.2 +++ b/packages/gst-debian/gstreamer0.10-indt-nuvdemux.install	Mon Feb 04 18:23:49 2008 +0000
    29.3 @@ -0,0 +1,1 @@
    29.4 +debian/tmp/usr/lib/gstreamer-*/*nuvdemux*.so
    30.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    30.2 +++ b/packages/gst-debian/maemo-nuvdemux.install	Mon Feb 04 18:23:49 2008 +0000
    30.3 @@ -0,0 +1,2 @@
    30.4 +debian/nuv.xml usr/share/mime/packages/
    30.5 +debian/osso_media_server_nuv.schemas usr/share/gconf/schemas
    31.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    31.2 +++ b/packages/gst-debian/maemo-nuvdemux.postinst	Mon Feb 04 18:23:49 2008 +0000
    31.3 @@ -0,0 +1,24 @@
    31.4 +#! /bin/sh
    31.5 +set -e
    31.6 +
    31.7 +#DEBHELPER#
    31.8 +
    31.9 +# Register our X Desktop Group Shared MIME-info Database info
   31.10 +if [ -x /usr/bin/update-mime-database ] ; then
   31.11 +        /usr/bin/update-mime-database /usr/share/mime
   31.12 +fi
   31.13 +
   31.14 +# Register a new type on Osso Media Server
   31.15 +if [ -x /usr/bin/gconftool-2 ] ; then
   31.16 +    /usr/bin/gconftool-2 --makefile-install-rule /usr/share/gconf/schemas/osso_media_server_nuv.schemas
   31.17 +fi
   31.18 +
   31.19 +#append nuv info on osso mediaplayer ui
   31.20 +data_file=/usr/share/applications/hildon/mp_ui.desktop
   31.21 +tmp_file=/tmp/mp_ui.desktop
   31.22 +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
   31.23 +echo -e "\n\n[X-Osso-URI-Action Handler myth] \nMethod=mime_open\nName=medi_ap_mediaplayer_name\nTranslationDomain=mediaplayer" >> $tmp_file
   31.24 +cat $tmp_file > $data_file
   31.25 +echo "FILE DESKTOP UPDATED"
   31.26 +
   31.27 +exit 0
    32.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    32.2 +++ b/packages/gst-debian/nuv.xml	Mon Feb 04 18:23:49 2008 +0000
    32.3 @@ -0,0 +1,13 @@
    32.4 +<?xml version="1.0" encoding="UTF-8"?>
    32.5 +<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info"
    32.6 +           xmlns:osso="http://nokia.com/osso/mime-categories">
    32.7 + <mime-type type="video/x-nuv">
    32.8 +  <comment>Nuv File</comment>
    32.9 +  <comment xml:lang="en">Mythtv Nuv file container</comment>
   32.10 +  <magic priority="60">
   32.11 +   <match value="MythTVVideo" type="string" offset="0"/>
   32.12 +  </magic>
   32.13 +  <glob pattern="*.nuv"/>
   32.14 +  <osso:category name="video"/>
   32.15 + </mime-type>
   32.16 +</mime-info>
    33.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    33.2 +++ b/packages/gst-debian/osso_media_server_nuv.schemas	Mon Feb 04 18:23:49 2008 +0000
    33.3 @@ -0,0 +1,16 @@
    33.4 +<?xml version="1.0"?>
    33.5 +<gconfschemafile>
    33.6 +  <schemalist>
    33.7 +    <schema>
    33.8 +      <key>/schemas/apps/osso/osso_media_server/demux_video/video_x-nuv</key>
    33.9 +      <applyto>/apps/osso/osso_media_server/demux_video/video_x-nuv</applyto>
   33.10 +      <owner>osso_media_server</owner>
   33.11 +      <type>list</type>
   33.12 +      <list_type>string</list_type>
   33.13 +      <default>[video/x-nuv,nuvdemux]</default>
   33.14 +      <locale name="C">
   33.15 +        <short>Play MYTHTV .nuv files.</short>
   33.16 +      </locale>
   33.17 +    </schema>
   33.18 +  </schemalist>
   33.19 +</gconfschemafile>
    34.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    34.2 +++ b/packages/gst-debian/rules	Mon Feb 04 18:23:49 2008 +0000
    34.3 @@ -0,0 +1,19 @@
    34.4 +#!/usr/bin/make -f
    34.5 +
    34.6 +include /usr/share/cdbs/1/rules/debhelper.mk
    34.7 +include /usr/share/cdbs/1/rules/simple-patchsys.mk
    34.8 +include /usr/share/cdbs/1/class/gnome.mk
    34.9 +include /usr/share/cdbs/1/rules/utils.mk
   34.10 +
   34.11 +# debian package version
   34.12 +version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
   34.13 +
   34.14 +maint: debian/control
   34.15 +
   34.16 +binary-install/gstreamer0.10-indt-nuvdemux::
   34.17 +	rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgstnuvdemux.la
   34.18 +	rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgstnuvdemux.a
   34.19 +	rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgsttypefindfunctions_indt.la
   34.20 +	rm -f debian/gstreamer0.10-indt-nuvdemux/usr/lib/gstreamer-0.10/libgsttypefindfunctions_indt.a
   34.21 +
   34.22 +.PHONY: maint
    35.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    35.2 +++ b/packages/gvfs-debian/README.Debian	Mon Feb 04 18:23:49 2008 +0000
    35.3 @@ -0,0 +1,6 @@
    35.4 +libgnomevfs2-mythtv for Debian
    35.5 +------------------
    35.6 +
    35.7 +This package provides the libgnomevfs2 mythtv modules.
    35.8 +
    35.9 + -- Hallyson Melo <hallyson.melo@indt.org.br>, Tue, 20 Oct 2006 10:53:12 -0300
    36.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    36.2 +++ b/packages/gvfs-debian/changelog	Mon Feb 04 18:23:49 2008 +0000
    36.3 @@ -0,0 +1,21 @@
    36.4 +libgnomevfs2-mythtv (0.7-indt1) unstable; urgency=low
    36.5 +
    36.6 +  * Updated version to 0.7;
    36.7 +
    36.8 + -- Hallyson Melo <hallyson.melo@indt.org.br>  Mon, 04 Feb 2008 15:19:00 -0300
    36.9 +
   36.10 +libgnomevfs2-mythtv (0.3-indt1) unstable; urgency=low
   36.11 +
   36.12 +  * Some bugs fixed
   36.13 +  * Livetv improved
   36.14 +  * API updated to gmyth-0.3
   36.15 +  * Added some tests
   36.16 +
   36.17 + -- Hallyson Melo <hallyson.melo@indt.org.br>  Mon, 14 May 2007 18:12:58 -0300
   36.18 +
   36.19 +libgnomevfs2-mythtv (0.1.1) unstable; urgency=low
   36.20 +
   36.21 +  * Initial release
   36.22 +
   36.23 + -- Hallyson Melo <hallyson.melo@indt.org.br>  Tue, 20 Oct 2006 10:53:12 -0300
   36.24 +
    37.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    37.2 +++ b/packages/gvfs-debian/compat	Mon Feb 04 18:23:49 2008 +0000
    37.3 @@ -0,0 +1,1 @@
    37.4 +4
    38.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    38.2 +++ b/packages/gvfs-debian/control	Mon Feb 04 18:23:49 2008 +0000
    38.3 @@ -0,0 +1,15 @@
    38.4 +Source: libgnomevfs2-mythtv
    38.5 +Priority: optional
    38.6 +Maintainer: Hallyson Melo <hallyson.melo@indt.org.br>
    38.7 +Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs (>= 0.4.0), libglib2.0-dev, gmyth-dev (>= 0.3)
    38.8 +Standards-Version: 3.6.1
    38.9 +Section: user/library
   38.10 +
   38.11 +Package: libgnomevfs2-mythtv
   38.12 +Section: user/library
   38.13 +Architecture: any
   38.14 +Depends: libglib2.0-0, gmyth (>= 0.3)
   38.15 +Description: libgnomevfs2-mythtv
   38.16 + Contains the gnomevfs2 modules for Mythtv protocol. It allows access backend recorded program files and livetv. 
   38.17 + .
   38.18 + This package contains the libgnomevfs2 mythtv modules.
    39.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    39.2 +++ b/packages/gvfs-debian/copyright	Mon Feb 04 18:23:49 2008 +0000
    39.3 @@ -0,0 +1,23 @@
    39.4 +This package was debianized by Hallyson Melo <hallyson.melo@indt.org.br> on
    39.5 +Tue, 16 May 2006 10:53:12 -0300.
    39.6 +
    39.7 +Copyright Holder: 2006 INdT
    39.8 +
    39.9 +License:
   39.10 +
   39.11 +    This package is free software; you can redistribute it and/or
   39.12 +    modify it under the terms of the GNU Lesser General Public
   39.13 +    License as published by the Free Software Foundation; either
   39.14 +    version 2 of the License, or (at your option) any later version.
   39.15 +
   39.16 +    This package is distributed in the hope that it will be useful,
   39.17 +    but WITHOUT ANY WARRANTY; without even the implied warranty of
   39.18 +    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   39.19 +    Lesser General Public License for more details.
   39.20 +
   39.21 +    You should have received a copy of the GNU Lesser General Public
   39.22 +    License along with this package; if not, write to the Free Software
   39.23 +    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
   39.24 +
   39.25 +On Debian GNU/Linux systems, the complete text of the GNU Lesser General
   39.26 +Public License can be found in `/usr/share/common-licenses/LGPL'.
    40.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    40.2 +++ b/packages/gvfs-debian/dirs	Mon Feb 04 18:23:49 2008 +0000
    40.3 @@ -0,0 +1,2 @@
    40.4 +usr/lib/gnome-vfs-2.0/modules/
    40.5 +etc/gnome-vfs-2.0/modules/
    41.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    41.2 +++ b/packages/gvfs-debian/rules	Mon Feb 04 18:23:49 2008 +0000
    41.3 @@ -0,0 +1,21 @@
    41.4 +#!/usr/bin/make -f
    41.5 +
    41.6 +include /usr/share/cdbs/1/rules/debhelper.mk
    41.7 +include /usr/share/cdbs/1/class/autotools.mk
    41.8 +include /usr/share/cdbs/1/rules/simple-patchsys.mk
    41.9 +include /usr/share/cdbs/1/rules/utils.mk
   41.10 +
   41.11 +# debian package version
   41.12 +version=$(shell dpkg-parsechangelog | grep ^Version: | cut -d ' ' -f 2)
   41.13 +
   41.14 +maint: debian/control
   41.15 +
   41.16 +common_conf_flags = \
   41.17 +	--disable-debug
   41.18 +
   41.19 +# FIXME: should disable docs for arch only builds
   41.20 +DEB_CONFIGURE_EXTRA_FLAGS := $(common_conf_flags)
   41.21 +
   41.22 +DEB_INSTALL_DOCS_ALL += debian/README.Debian NEWS
   41.23 +
   41.24 +.PHONY: maint