diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2002-03-17 21:58:54 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2002-03-17 21:58:54 +0000 |
commit | f0705fae7ac835c029dd2ae8f42e5df80e4e1549 (patch) | |
tree | 75abb0179518b9447addf1d06de7c57ed56cd3e7 /debian | |
parent | cd9f4cb49b7478707c7830f2f8b3906869269c80 (diff) |
latest 0.3.2 packaging info
Original commit message from CVS:
latest 0.3.2 packaging info
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.Debian | 2 | ||||
-rw-r--r-- | debian/changelog | 62 | ||||
-rw-r--r-- | debian/control | 11 | ||||
-rw-r--r-- | debian/gstreamer-core.files | 15 | ||||
-rw-r--r-- | debian/gstreamer-lib-core.files | 8 | ||||
-rw-r--r-- | debian/gstreamer-tools.files | 1 | ||||
-rw-r--r-- | debian/gstreamer-tools.manpages | 1 | ||||
-rw-r--r-- | debian/libgst2.files | 1 | ||||
-rw-r--r-- | debian/libgst3.files | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
10 files changed, 85 insertions, 19 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index cf1c13a9f..5f3d2e7bb 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -6,7 +6,7 @@ More information can be found at http://gstreamer.net/ GStreamer core is split into the following packages: - libgst2 shared core libs + libgst# shared core libs libgst-dev development libs and headers gstreamer-runtime tools required by the libs (gstreamer-register) gstreamer-doc documentation diff --git a/debian/changelog b/debian/changelog index 9a43f8723..b7b1a0c62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,65 @@ +gstreamer (0.3.2-2) unstable; urgency=low + + * Rebuild for glib/gtk 1.3.15 + + -- David I. Lehn <dlehn@vt.edu> Sun, 24 Feb 2002 23:48:33 -0500 + +gstreamer (0.3.2-1) unstable; urgency=low + + * The "I should have started using cvs-buildpacakge long ago" release + * New upstream release + * Once again stripped CVS dirs from upstream tarball + * Add spider autoplugger + * Added gst-xmllaunch and man page to -tools + * Despite my complaints, upstream is using new lib versioning + until they decide API is "stable" enough to provide support. + At that point proper versioning will happen. + This release lib change: + libgst.so.2.0.0 -> libgst-0.3.2.so.0.0.0 + This release lib package change: + libgst2 -> libgst3 + Hopefully this is mostly transparent. + + Due to a conflict with GNU Smalltalk the next upstream release + will be renaming some "gst" to "gstreamer". This will change + the lib to libgstreamer*. Some header locations will change too + so prepare for broken code. + + Plan for next upstream release is to rename packages: + libgst3 -> libgstreamer0 + libgst-dev -> libgstreamer-dev + * Plugins now unversioned upstream: + * Just .so, no more .so.x.y.z + * Drop .la and .a + * Fixup a few + * Wait and see if anyone even notices... + * Add back some docs that escaped via the diff + * Fixup some more doc cruft in the diff + + -- David I. Lehn <dlehn@vt.edu> Thu, 14 Feb 2002 02:20:48 -0500 + +gstreamer (0.3.1-4) unstable; urgency=low + + * (Unreleased) + * find . -type d -name CVS -exec rm -rf {} \; + * Hack upstream tarball to exclude above CVS/ dirs + * Rebuild for conversion to cvs-buildpackage management + + -- David I. Lehn <dlehn@vt.edu> Wed, 13 Feb 2002 18:18:34 -0500 + +gstreamer (0.3.1-3) unstable; urgency=low + + * Rebuild for glib/gtk 1.3.13 + + -- David I. Lehn <dlehn@vt.edu> Wed, 6 Feb 2002 02:17:23 -0500 + +gstreamer (0.3.1-2) unstable; urgency=low + + * Upstream fix for proper libxml version in pkg-config + * Undo some of the auto docs/*/tmpl breakage + + -- David I. Lehn <dlehn@vt.edu> Wed, 23 Jan 2002 01:28:12 -0500 + gstreamer (0.3.1-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index 05b6287bc..ec34b8698 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,11 @@ Source: gstreamer Section: libs Priority: optional Maintainer: David I. Lehn <dlehn@vt.edu> -Build-Depends: debhelper (>= 3.0.0), libxml2-dev (>= 2.4.12), zlib1g-dev (>= 1:1.1.3), libglib1.3-dev (>= 1.3.12), libgtk1.3-dev (>= 1.3.12), pkg-config (>= 0.8.0) +Build-Depends: debhelper (>= 3.0.0), libxml2-dev (>= 2.4.13), zlib1g-dev (>= 1:1.1.3), libglib1.3-dev (>= 1.3.13), libgtk1.3-dev (>= 1.3.13), pkg-config (>= 0.8.0) Build-Depends-Indep: debhelper (>= 3.0.0), gtk-doc-tools (>= 0.4), jade (>= 1.2.1), transfig (>= 3.2.3.c), docbook-utils (>= 0.6.9), xsltproc (>= 1.0.6) Standards-Version: 3.5.6 -Package: libgst2 +Package: libgst3 Architecture: [alpha arm hppa i386 mips powerpc sparc] Section: libs Depends: ${shlibs:Depends} @@ -17,7 +17,7 @@ Description: Core GStreamer shared library Package: libgst-dev Architecture: any Section: devel -Depends: libgst2 (= ${Source-Version}), libc6-dev, pkg-config +Depends: libgst3 (= ${Source-Version}), libc6-dev, pkg-config Recommends: gstreamer-doc (= ${Source-Version}) Description: GStreamer development libraries and headers GStreamer development libraries and headers @@ -51,8 +51,9 @@ Description: Tools for use with GStreamer Tools for use with GStreamer . gst-inspect: query details of installed plugins - gst-launch: command line pipeline generator - gst-complete: gstreamer-launch bash command line completion tool + gst-launch: command line pipeline tool + gst-xmllaunch: command line xml pipeline tool + gst-complete: gst-launch bash command line completion tool Package: gstreamer-core Architecture: any diff --git a/debian/gstreamer-core.files b/debian/gstreamer-core.files index c9516b5a0..1394611a0 100644 --- a/debian/gstreamer-core.files +++ b/debian/gstreamer-core.files @@ -1,7 +1,8 @@ -usr/lib/gst/libgstautoplugcache.* -usr/lib/gst/libgstautoplugger.* -usr/lib/gst/libgstbasicscheduler.* -usr/lib/gst/libgstelements.* -usr/lib/gst/libgststaticautoplug.* -usr/lib/gst/libgststaticautoplugrender.* -usr/lib/gst/libgsttypes.* +usr/lib/gst/libgstautoplugcache.so +usr/lib/gst/libgstautoplugger.so +usr/lib/gst/libgstbasicscheduler.so +usr/lib/gst/libgstelements.so +usr/lib/gst/libgstspider.so +usr/lib/gst/libgststaticautoplug.so +usr/lib/gst/libgststaticautoplugrender.so +usr/lib/gst/libgsttypes.so diff --git a/debian/gstreamer-lib-core.files b/debian/gstreamer-lib-core.files index 1ff944f43..c3f6328b0 100644 --- a/debian/gstreamer-lib-core.files +++ b/debian/gstreamer-lib-core.files @@ -1,4 +1,4 @@ -usr/lib/gst/libgstbytestream.* -usr/lib/gst/libgstcontrol.* -usr/lib/gst/libgstgetbits.* -usr/lib/gst/libgstputbits.* +usr/lib/gst/libgstbytestream.so +usr/lib/gst/libgstcontrol.so +usr/lib/gst/libgstgetbits.so +usr/lib/gst/libgstputbits.so diff --git a/debian/gstreamer-tools.files b/debian/gstreamer-tools.files index 04e00760d..a239a3325 100644 --- a/debian/gstreamer-tools.files +++ b/debian/gstreamer-tools.files @@ -1,3 +1,4 @@ usr/bin/gst-complete usr/bin/gst-inspect usr/bin/gst-launch +usr/bin/gst-xmllaunch diff --git a/debian/gstreamer-tools.manpages b/debian/gstreamer-tools.manpages index 152e3d657..1554166be 100644 --- a/debian/gstreamer-tools.manpages +++ b/debian/gstreamer-tools.manpages @@ -1,3 +1,4 @@ debian/gstreamer/usr/share/man/man1/gst-complete.1 debian/gstreamer/usr/share/man/man1/gst-inspect.1 debian/gstreamer/usr/share/man/man1/gst-launch.1 +debian/gstreamer/usr/share/man/man1/gst-xmllaunch.1 diff --git a/debian/libgst2.files b/debian/libgst2.files deleted file mode 100644 index 1f4bb431e..000000000 --- a/debian/libgst2.files +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libgst.so.* diff --git a/debian/libgst3.files b/debian/libgst3.files new file mode 100644 index 000000000..7d183f61b --- /dev/null +++ b/debian/libgst3.files @@ -0,0 +1 @@ +usr/lib/libgst-*.so.* diff --git a/debian/rules b/debian/rules index ca937a597..d1dc76d06 100755 --- a/debian/rules +++ b/debian/rules @@ -161,7 +161,7 @@ binary-arch: build install dh_makeshlibs dh_installdeb # dh_perl - dh_shlibdeps -l`pwd`/debian/libgst2/usr/lib + dh_shlibdeps -l`pwd`/debian/libgst3/usr/lib dh_gencontrol dh_md5sums dh_builddeb |