--- gst-editor-0.8.0.orig/help/xmldocs.make +++ gst-editor-0.8.0/help/xmldocs.make @@ -37,7 +37,7 @@ # This variable (docdir) specifies where the documents should be installed. # This default value should work for most packages. -docdir = $(datadir)/@PACKAGE@/gnome/help/@PACKAGE@/$(lang) +docdir = $(datadir)/gnome/help/@PACKAGE@/$(lang) # ************** You should not have to edit below this line ******************* xml_files = $(entities) $(docname).xml --- gst-editor-0.8.0.orig/help/C/Makefile.in +++ gst-editor-0.8.0/help/C/Makefile.in @@ -272,7 +272,7 @@ omffile = $(docname)-C.omf entities = legal.xml -docdir = $(datadir)/@PACKAGE@/gnome/help/@PACKAGE@/$(lang) +docdir = $(datadir)/gnome/help/@PACKAGE@/$(lang) # ************** You should not have to edit below this line ******************* xml_files = $(entities) $(docname).xml --- gst-editor-0.8.0.orig/debian/README.Debian +++ gst-editor-0.8.0/debian/README.Debian @@ -0,0 +1,10 @@ +gst-editor for Debian +--------------------- +This package contains the GStreamer Pipeline Editor, gst-editor, distribution. + +More information can be found at: + +http://gstreamer.freedesktop.org/modules/gst-editor.html +http://gstreamer.freedesktop.org/ + +David I. Lehn Sun, 06 Oct 2002 19:30:47 -0400 --- gst-editor-0.8.0.orig/debian/changelog +++ gst-editor-0.8.0/debian/changelog @@ -0,0 +1,86 @@ +gst-editor (0.8.0-1) unstable; urgency=low + + * New upstream (Closes: #286032) + * Ack NMU (Closes: #264757) + * debian/gstreamer-editor.manpages, debian/gst-inspect-gui.1: + * Remove, included in upstream + * debian/watch: + * Add + * debian/control: + * Add Build-Depends: intltool + * debian/gstreamer-editor.docs: + * Remove IDEAS + + -- David I. Lehn Fri, 17 Dec 2004 01:10:59 -0500 + +gst-editor (0.7.0-1) unstable; urgency=low + + * New upstream + * Not uploaded + + -- David I. Lehn Fri, 17 Dec 2004 00:29:25 -0500 + +gst-editor (0.5.0-4.1) unstable; urgency=low + + * NMU. + * Build-Depend on libgcrypt11-dev. (Closes: #264757) + + -- Matthias Urlichs Sun, 26 Sep 2004 13:50:56 +0200 + +gst-editor (0.5.0-4) unstable; urgency=low + + * debian/control: + * Versioned Build-Depends on newer debhelper with dh_gconf support + (Closes: #231753) + * Update scrollkeeper dep to 0.3.14-5 for xml catalog support + * help/C/gst-editor-manual.xml: + * Remove docbook dtd hack + + -- David I. Lehn Sun, 15 Feb 2004 02:33:11 -0500 + +gst-editor (0.5.0-3) unstable; urgency=low + + * debian/control: + * Bump Standards-Version to 3.6.1, no changes needed + * help/C/gst-editor-manual.xml: + * Update for recent docbook dtd (Closes: #218594) + * Rebuild to fix multiple libgnutls link (Closes: #221624) + + -- David I. Lehn Tue, 27 Jan 2004 22:56:56 -0500 + +gst-editor (0.5.0-2) unstable; urgency=low + + * Change maintainer address to @debian.org + * Change section to gnome + * Switch build system to CDBS + * Use of gnome class and dh_scrollkeeper adds scrollkeeper dependency + (Closes: #199681) + * Remove build code which is handled by CDBS and friends (.postinst, + .postrm, part of .manpages, .files) + * Standards-Version: 3.6.0 + * help/xmldocs.make, help/C/Makefile.in: fix docdir location + + -- David I. Lehn Mon, 14 Jul 2003 13:29:11 -0400 + +gst-editor (0.5.0-1) unstable; urgency=low + + * New upstream (Closes: #174351) + * Use local doc DTD URI + + -- David I. Lehn Sun, 23 Mar 2003 13:01:41 -0500 + +gst-editor (0.2.0-2) unstable; urgency=low + + * Quiet down scrollkeeper-update with -q (Closes: Bug#166623) + * Call scrollkeeper-update from .postrm + * Rebuild for libgstreamer0.4.2 + + -- David I. Lehn Fri, 8 Nov 2002 11:46:57 -0500 + +gst-editor (0.2.0-1) unstable; urgency=low + + * Initial packaging + * Update ltmain.sh for inst_prefix patch + * Update config.{guess,sub} + + -- David I. Lehn Tue, 8 Oct 2002 11:29:41 -0400 --- gst-editor-0.8.0.orig/debian/control +++ gst-editor-0.8.0/debian/control @@ -0,0 +1,25 @@ +Source: gst-editor +Section: gnome +Priority: optional +Maintainer: David I. Lehn +Build-Depends: cdbs (>= 0.4.4), debhelper (>= 4.2.1), libxml2-dev (>= 2.4.16), zlib1g-dev (>= 1:1.1.4), libglib2.0-dev (>= 2.0.4), libgtk2.0-dev (>= 2.0.4), pkg-config (>= 0.11.0), libpopt-dev, libgstreamer0.8-dev (>= 0.8.0), libglade2-dev, libgnomeui-dev, scrollkeeper (>= 0.3.14-5), libgcrypt11-dev, intltool +Standards-Version: 3.6.1 + +Package: gstreamer-editor +Architecture: any +Section: gnome +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: gstreamer-plugins +Description: GStreamer Pipeline Editor and other GUI tools + GStreamer Pipeline Editor and GUI tools include the following: + * gst-editor: a development tool for graphically creating applications based + on GStreamer. + * gst-launch-gui: an extension of gst-launch allowing you to dynamically + turn on logging domains. + * gst-inspect-gui: a graphical element browser. + . + Also included in this package are development files for embedding the editor + into other applications or calling upon its functionality. + . + http://gstreamer.freedesktop.org/modules/gst-editor.html + http://gstreamer.freedesktop.org/ --- gst-editor-0.8.0.orig/debian/copyright +++ gst-editor-0.8.0/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by David I. Lehn on +Sun, 06 Oct 2002 19:35:53 -0400 + +It was downloaded from http://gstreamer.net/ + +Upstream Authors: + +Erik Walthinsen + - original code +Andy Wingo + - current developer +The GStreamer Team + +Copyright: + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- gst-editor-0.8.0.orig/debian/watch +++ gst-editor-0.8.0/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://gstreamer.freedesktop.org/src/gst-editor/gst-editor-(.*)\.tar\.gz --- gst-editor-0.8.0.orig/debian/gstreamer-editor.docs +++ gst-editor-0.8.0/debian/gstreamer-editor.docs @@ -0,0 +1,5 @@ +NEWS +README +RELEASE +HACKING +TODO --- gst-editor-0.8.0.orig/debian/rules +++ gst-editor-0.8.0/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk + +DEB_CONFIGURE_EXTRA_FLAGS := --enable-debug +DEB_SHLIBDEPS_INCLUDE_gstreamer-editor := debian/gstreamer-editor/usr/lib +DEB_INSTALL_DOCS_ALL += debian/README.Debian --- gst-editor-0.8.0.orig/debian/compat +++ gst-editor-0.8.0/debian/compat @@ -0,0 +1 @@ +4