mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
0.3.3-1 packaging update
Original commit message from CVS: 0.3.3-1 packaging update
This commit is contained in:
parent
4d1a23903d
commit
6e513453fb
8 changed files with 34 additions and 13 deletions
4
debian/README.Debian
vendored
4
debian/README.Debian
vendored
|
@ -6,8 +6,8 @@ More information can be found at http://gstreamer.net/
|
|||
|
||||
GStreamer core is split into the following packages:
|
||||
|
||||
libgst# shared core libs
|
||||
libgst-dev development libs and headers
|
||||
libgstreamer# shared core libs
|
||||
libgstreamer-dev development libs and headers
|
||||
gstreamer-runtime tools required by the libs (gstreamer-register)
|
||||
gstreamer-doc documentation
|
||||
gstreamer-tools useful tools
|
||||
|
|
15
debian/changelog
vendored
15
debian/changelog
vendored
|
@ -1,3 +1,18 @@
|
|||
gstreamer (0.3.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream
|
||||
* Renamed libgstX to libgstreamerX.Y.Z
|
||||
will move to better versioning once upstream starts interface versioning
|
||||
* Renamed libgst-dev to libgstreamer-dev
|
||||
* Patch to build plugins as only .so
|
||||
* Added libstandardscheduler.so to -core
|
||||
* Guessing that mips support handles mipsel too
|
||||
* From David Schleef <ds@schleef.org>:
|
||||
* Add popt, gs to Build-Depends:
|
||||
* #include <errno.h> compile fix
|
||||
|
||||
-- David I. Lehn <dlehn@vt.edu> Thu, 21 Mar 2002 01:42:18 -0500
|
||||
|
||||
gstreamer (0.3.2-2) unstable; urgency=low
|
||||
|
||||
* Rebuild for glib/gtk 1.3.15
|
||||
|
|
12
debian/control
vendored
12
debian/control
vendored
|
@ -2,22 +2,22 @@ Source: gstreamer
|
|||
Section: libs
|
||||
Priority: optional
|
||||
Maintainer: David I. Lehn <dlehn@vt.edu>
|
||||
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: debhelper (>= 3.0.0), libxml2-dev (>= 2.4.16), zlib1g-dev (>= 1:1.1.4), libglib1.3-dev (>= 1.3.15), libgtk1.3-dev (>= 1.3.15), pkg-config (>= 0.11.0), libpopt-dev, gs
|
||||
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: libgst3
|
||||
Architecture: [alpha arm hppa i386 mips powerpc sparc]
|
||||
Package: libgstreamer0.3.3
|
||||
Architecture: [alpha arm hppa i386 mips mipsel powerpc sparc]
|
||||
Section: libs
|
||||
Depends: ${shlibs:Depends}
|
||||
Suggests: gstreamer-core, gstreamer-misc
|
||||
Description: Core GStreamer shared library
|
||||
Core GStreamer shared library
|
||||
|
||||
Package: libgst-dev
|
||||
Package: libgstreamer-dev
|
||||
Architecture: any
|
||||
Section: devel
|
||||
Depends: libgst3 (= ${Source-Version}), libc6-dev, pkg-config
|
||||
Depends: libgstreamer0.3.3 (= ${Source-Version}), libc6-dev, pkg-config
|
||||
Recommends: gstreamer-doc (= ${Source-Version})
|
||||
Description: GStreamer development libraries and headers
|
||||
GStreamer development libraries and headers
|
||||
|
@ -34,7 +34,7 @@ Description: gstreamer-register binary needed to manage plugin registry
|
|||
Package: gstreamer-doc
|
||||
Architecture: all
|
||||
Section: doc
|
||||
Recommends: libgst-dev (= ${Source-Version})
|
||||
Recommends: libgstreamer-dev (= ${Source-Version})
|
||||
Description: Core GStreamer documentation
|
||||
Core GStreamer documentation
|
||||
.
|
||||
|
|
1
debian/gstreamer-core.files
vendored
1
debian/gstreamer-core.files
vendored
|
@ -1,6 +1,7 @@
|
|||
usr/lib/gst/libgstautoplugcache.so
|
||||
usr/lib/gst/libgstautoplugger.so
|
||||
usr/lib/gst/libgstbasicscheduler.so
|
||||
usr/lib/gst/libgststandardscheduler.so
|
||||
usr/lib/gst/libgstelements.so
|
||||
usr/lib/gst/libgstspider.so
|
||||
usr/lib/gst/libgststaticautoplug.so
|
||||
|
|
1
debian/libgst3.files
vendored
1
debian/libgst3.files
vendored
|
@ -1 +0,0 @@
|
|||
usr/lib/libgst-*.so.*
|
|
@ -1,3 +1,3 @@
|
|||
usr/include/gst/*.h
|
||||
usr/lib/pkgconfig
|
||||
usr/lib/libgst.{a,la,so}
|
||||
usr/lib/libgstreamer.{a,la,so}
|
1
debian/libgstreamer0.3.3.files
vendored
Normal file
1
debian/libgstreamer0.3.3.files
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
usr/lib/libgstreamer-*.so.*
|
11
debian/rules
vendored
11
debian/rules
vendored
|
@ -15,6 +15,12 @@ export DH_OPTIONS
|
|||
export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
|
||||
export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
||||
|
||||
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
|
||||
confflags += --build $(DEB_HOST_GNU_TYPE)
|
||||
else
|
||||
confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
|
||||
endif
|
||||
|
||||
configure: configure-stamp
|
||||
configure-stamp:
|
||||
dh_testdir
|
||||
|
@ -25,8 +31,7 @@ configure-stamp:
|
|||
|
||||
# Add here commands to configure the package.
|
||||
./configure \
|
||||
--build=$(DEB_BUILD_GNU_TYPE) \
|
||||
--host=$(DEB_HOST_GNU_TYPE) \
|
||||
$(confflags) \
|
||||
--prefix=/usr \
|
||||
--mandir=\$${prefix}/share/man \
|
||||
--infodir=\$${prefix}/share/info \
|
||||
|
@ -161,7 +166,7 @@ binary-arch: build install
|
|||
dh_makeshlibs
|
||||
dh_installdeb
|
||||
# dh_perl
|
||||
dh_shlibdeps -l`pwd`/debian/libgst3/usr/lib
|
||||
dh_shlibdeps -l`pwd`/debian/libgstreamer0.3.3/usr/lib
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
|
Loading…
Reference in a new issue