latest 0.3.2 packaging info

Original commit message from CVS:
latest 0.3.2 packaging info
This commit is contained in:
David I. Lehn 2002-03-17 21:58:54 +00:00
parent cd9f4cb49b
commit f0705fae7a
10 changed files with 85 additions and 19 deletions

View file

@ -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

62
debian/changelog vendored
View file

@ -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

11
debian/control vendored
View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -1,3 +1,4 @@
usr/bin/gst-complete
usr/bin/gst-inspect
usr/bin/gst-launch
usr/bin/gst-xmllaunch

View file

@ -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

View file

@ -1 +0,0 @@
usr/lib/libgst.so.*

1
debian/libgst3.files vendored Normal file
View file

@ -0,0 +1 @@
usr/lib/libgst-*.so.*

2
debian/rules vendored
View file

@ -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