Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Vorbis
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
Vorbis
Commits
5652a746
Commit
5652a746
authored
Dec 13, 2001
by
calc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debian Packaging Updates
svn path=/trunk/vorbis/; revision=2600
parent
2193ffac
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
47 additions
and
47 deletions
+47
-47
debian/README.Debian
debian/README.Debian
+0
-6
debian/changelog
debian/changelog
+7
-1
debian/control
debian/control
+13
-20
debian/copyright
debian/copyright
+1
-1
debian/libvorbis-dev.dirs
debian/libvorbis-dev.dirs
+0
-2
debian/libvorbis-dev.docs
debian/libvorbis-dev.docs
+1
-1
debian/libvorbis-dev.examples
debian/libvorbis-dev.examples
+1
-5
debian/libvorbis0.dirs
debian/libvorbis0.dirs
+0
-1
debian/libvorbis0.docs
debian/libvorbis0.docs
+0
-1
debian/rules
debian/rules
+24
-9
No files found.
debian/README.Debian
deleted
100644 → 0
View file @
2193ffac
libvorbis for Debian
--------------------
Nothing important to mention at this time.
-- Christopher L Cheney <ccheney@debian.org>, Tue, 31 Oct 2000 15:08:22 -0600
debian/changelog
View file @
5652a746
libvorbis (1.0rc3-1) unstable; urgency=low
* New upstream.
* added autotools target (config.* updater) to rules
-- Christopher L Cheney <ccheney@debian.org> Thu, 13 Dec 2001 11:00:00 -0600
libvorbis (1.0rc2-1) unstable; urgency=low
* New upstream.
...
...
@@ -68,5 +75,4 @@ vorbis (0.0-1) unstable; urgency=low
Local variables:
mode: debian-changelog
add-log-mailing-address "ccheney@debian.org"
End:
debian/control
View file @
5652a746
...
...
@@ -2,29 +2,22 @@ Source: libvorbis
Section: libs
Priority: optional
Maintainer: Christopher L Cheney <ccheney@debian.org>
Build-Depends: debhelper (>> 3.0.0), libogg-dev (>> 1.0rc
2)
Build-Depends: debhelper (>> 3.0.0), libogg-dev (>> 1.0rc
3), autotools-dev, devscripts
Standards-Version: 3.5.6.0
Package: libvorbis-dev
Architecture: any
Section: devel
Depends: libvorbis0 (= ${Source-Version}), libogg-dev, libc6-dev
Description: Development library for OGG Vorbis
Ogg Vorbis is a fully Open, non-proprietary, patent-and-royalty-free,
general-purpose compressed audio format for high quality (44.1-48.0kHz,
16+ bit, polyphonic) audio and music at fixed and variable bitrates
from 16 to 128 kbps/channel. This places Vorbis in the same class as
audio representations including MPEG-1 audio layer 3, MPEG-4
audio (AAC and TwinVQ), and PAC.
Package: libvorbis0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: The OGG Vorbis lossy audio compression codec.
Ogg Vorbis is a fully Open, non-proprietary, patent-and-royalty-free,
general-purpose compressed audio format for high quality (44.1-48.0kHz,
16+ bit, polyphonic) audio and music at fixed and variable bitrates
from 16 to 128 kbps/channel. This places Vorbis in the same class as
audio representations including MPEG-1 audio layer 3, MPEG-4
audio (AAC and TwinVQ), and PAC.
Description: The Vorbis General Audio Compression Codec
Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
general-purpose compressed audio format for audio and music at fixed
and variable bitrates from 16 to 128 kbps/channel.
Package: libvorbis-dev
Architecture: any
Section: devel
Depends: libvorbis0 (= ${Source-Version}), libogg-dev, libc6-dev
Description: Vorbis Library Development
The libvorbis-dev package contains the header files and documentation
needed to develop applications with libvorbis.
debian/copyright
View file @
5652a746
This package was debianized by Christopher L Cheney <ccheney@debian.org> on
Tue, 31 Oct 2000 15:08:22 -0600.
It was downloaded from http://www.
xiph.org/ogg/vorbis/download/
It was downloaded from http://www.
vorbis.com/download_unix.psp
Upstream Author(s): Monty <monty@xiph.org>
...
...
debian/libvorbis-dev.dirs
deleted
100644 → 0
View file @
2193ffac
usr/lib
usr/include
debian/libvorbis-dev.docs
View file @
5652a746
README
debian/tmp/usr/share/doc/libvorbis-1.0rc3/*
debian/libvorbis-dev.examples
View file @
5652a746
examples/chaining_example.c
examples/decoder_example.c
examples/encoder_example.c
examples/seeking_example.c
examples/vorbisfile_example.c
examples/*.c
debian/libvorbis0.dirs
deleted
100644 → 0
View file @
2193ffac
usr/lib
debian/libvorbis0.docs
deleted
100644 → 0
View file @
2193ffac
README
debian/rules
View file @
5652a746
...
...
@@ -8,13 +8,16 @@
# This is the debhelper compatability version to use.
export DH_COMPAT=3
export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
# If compiling cvs version change to ./autogen.sh --prefix=/usr
./configure --prefix=/usr
# If compiling cvs version change to ./autogen.sh --prefix=/usr
./configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) \
--prefix=/usr
touch configure-stamp
...
...
@@ -22,17 +25,30 @@ build: configure-stamp build-stamp
build-stamp:
dh_testdir
# Add here commands to compile the package.
$(MAKE)
touch build-stamp
clean:
autotools:
OLDDATESUB=`./config.sub -t | tr -d -` ;\
OLDDATEGUESS=`./config.guess -t | tr -d -` ;\
NEWDATESUB=`/usr/share/misc/config.sub -t | tr -d -` ;\
NEWDATEGUESS=`/usr/share/misc/config.guess -t | tr -d -` ;\
if [ $$OLDDATESUB -lt $$NEWDATESUB -o \
$$OLDDATEGUESS -lt $$NEWDATEGUESS ]; then \
dch -a -p "GNU config automated update: config.sub\
($$OLDDATESUB to $$NEWDATESUB), config.guess\
($$OLDDATEGUESS to $$NEWDATEGUESS)" ;\
cp -f /usr/share/misc/config.sub config.sub ;\
cp -f /usr/share/misc/config.guess config.guess ;\
echo WARNING: GNU config scripts updated from master copies 1>&2 ;\
fi
clean: autotools
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
-$(MAKE) distclean
dh_clean
...
...
@@ -43,7 +59,6 @@ install: build
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/tmp.
$(MAKE) install DESTDIR=`pwd`/debian/tmp
...
...
@@ -57,7 +72,7 @@ binary-arch: build install
dh_testroot
dh_movefiles
dh_installdocs
debian/tmp/usr/share/doc/libvorbis-1.0rc2/*
dh_installdocs
dh_installexamples
dh_installmanpages
dh_installchangelogs
...
...
@@ -73,4 +88,4 @@ binary-arch: build install
dh_builddeb
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure
.PHONY:
autotools
build clean binary-indep binary-arch binary install configure
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment