r1119 - in /unstable/wavpack: ./ debian/ debian/patches/
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Wed Apr 16 08:45:06 UTC 2008
Author: slomo
Date: Wed Apr 16 08:45:06 2008
New Revision: 1119
URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1119
Log:
* add wavpack package to svn
Added:
unstable/wavpack/
unstable/wavpack/debian/
unstable/wavpack/debian/changelog
unstable/wavpack/debian/compat
unstable/wavpack/debian/control
unstable/wavpack/debian/copyright
unstable/wavpack/debian/libwavpack-dev.install
unstable/wavpack/debian/libwavpack1.install
unstable/wavpack/debian/libwavpack1.shlibs
unstable/wavpack/debian/libwavpack1.symbols
unstable/wavpack/debian/patches/
unstable/wavpack/debian/patches/01_memory-alignment.patch
unstable/wavpack/debian/rules (with props)
unstable/wavpack/debian/watch
unstable/wavpack/debian/wavpack.1.xml
unstable/wavpack/debian/wavpack.install
unstable/wavpack/debian/wavpack.manpages
unstable/wavpack/debian/wvgain.1.xml
unstable/wavpack/debian/wvunpack.1.xml
Added: unstable/wavpack/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/wavpack/debian/changelog?rev=1119&op=file
==============================================================================
--- unstable/wavpack/debian/changelog (added)
+++ unstable/wavpack/debian/changelog Wed Apr 16 08:45:06 2008
@@ -1,0 +1,93 @@
+wavpack (4.41.0-2) unstable; urgency=low
+
+ * debian/libwavpack1.symbols,
+ debian/control:
+ + Add a symbol file for WavPack and build depend on new enough dpkg-dev
+ for this.
+ * debian/control:
+ + Update Standards-Version to 3.7.3, no additional changes needed.
+ + Use ${binary:Version} instead of ${Source-Version}.
+ * debian/patches/01_memory-alignment.patch:
+ + Fix alignment issues which result in a SIGBUS on sparc (Closes: #476234).
+
+ -- Sebastian Dröge <slomo at debian.org> Tue, 15 Apr 2008 12:22:24 +0200
+
+wavpack (4.41.0-1) unstable; urgency=low
+
+ * New upstream release without API changes.
+ * debian/patches/01_fix-undefined-extern.diff:
+ + Dropped, not necessary anymore.
+
+ -- Sebastian Dröge <slomo at debian.org> Mon, 21 May 2007 12:11:16 +0200
+
+wavpack (4.40.0-2) unstable; urgency=low
+
+ * Upload to unstable
+ * debian/control:
+ + Update to use my debian.org mail address
+
+ -- Sebastian Dröge <slomo at debian.org> Mon, 16 Apr 2007 01:07:27 +0200
+
+wavpack (4.40.0-1) experimental; urgency=low
+
+ [ Sebastian Dröge ]
+ * New upstream release
+ * debian/control:
+ + Update package name for new soname and remove now unnecessary conflicts
+ + Drop unnecessary libncurses (build) dependency
+ * debian/rules:
+ + Adjust for new package name
+ * debian/libwavpack1.shlibs:
+ + Set shlibs minimal version from here
+ * debian/patches/01_fix-undefined-extern.diff:
+ + Updated for new file locations
+ * debian/compat:
+ + Update to 5
+
+ [ Loic Minier ]
+ * Add year 2006 to copyright.
+
+ -- Loic Minier <lool at dooz.org> Mon, 11 Dec 2006 15:52:24 +0100
+
+wavpack (4.32-2) unstable; urgency=low
+
+ * Make sure that dh_makeshlibs of libwavpack0 is called before dh_shlibdeps
+ of wavpack to generate correct dependencies.
+
+ -- Sebastian Dröge <slomo at ubuntu.com> Mon, 24 Apr 2006 20:30:48 +0200
+
+wavpack (4.32-1) unstable; urgency=low
+
+ * New upstream release:
+ + New wvgain utility for calculating and adding ReplayGain informations
+ to files
+ + Fix a crasher on big-endian systems
+ + Some usuability improvements to the commandline utilities
+ * No need to use -fsigned-char anymore
+ * debian/wvgain.1.xml: added manpage for the new wvgain utility
+ * List files which are not in any package after build
+ * Add a Conflict with gstreamer0.8-misc (<< 0.8.12-2) on libwavpack0 as this
+ update breaks ABI and gst-plugins0.8 has to be rebuild against the new
+ version. I didn't invent a .debian soname as upstream promises to use a
+ correct soname in the future when breaking ABI and gstreamer0.8-misc is
+ the only rdepend.
+
+ -- Sebastian Dröge <slomo at ubuntu.com> Thu, 20 Apr 2006 11:58:09 +0200
+
+wavpack (4.3-2) unstable; urgency=low
+
+ * Use -fsigned-char to solve problems with decoding/encoding on different
+ archs where chars are unsigned by default (including powerpc)
+ * Install the README only in the -dev package
+
+ -- Sebastian Dröge <slomo at ubuntu.com> Thu, 17 Nov 2005 18:38:32 +0100
+
+wavpack (4.3-1) unstable; urgency=low
+
+ * Initial Revision (Closes: #333087)
+ * 01_fix-undefined-extern.diff:
+ + Fix from Gnome BTS #321212 for setting an extern variable. Fixes
+ gstreamer plugin and maybe more
+
+ -- Sebastian Dröge <slomo at ubuntu.com> Fri, 11 Nov 2005 16:42:07 +0100
+
Added: unstable/wavpack/debian/compat
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/wavpack/debian/compat?rev=1119&op=file
==============================================================================
--- unstable/wavpack/debian/compat (added)
+++ unstable/wavpack/debian/compat Wed Apr 16 08:45:06 2008
@@ -1,0 +1,1 @@
+5
Added: unstable/wavpack/debian/control
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/wavpack/debian/control?rev=1119&op=file
==============================================================================
--- unstable/wavpack/debian/control (added)
+++ unstable/wavpack/debian/control Wed Apr 16 08:45:06 2008
@@ -1,0 +1,55 @@
+Source: wavpack
+Section: sound
+Priority: optional
+Maintainer: Sebastian Dröge <slomo at debian.org>
+Uploaders: Loic Minier <lool at dooz.org>
+Build-Depends: cdbs (>= 0.4.20), debhelper (>= 5), dpkg-dev (>= 1.14.13), xsltproc, docbook-xsl, docbook-xml (>= 4.4)
+Standards-Version: 3.7.3
+
+Package: libwavpack1
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: an audio codec (lossy and lossless) - library
+ WavPack is a completely open audio compression format providing lossless,
+ high-quality lossy, and a unique hybrid compression mode. Although the
+ technology is loosely based on previous versions of WavPack, the new version
+ 4 format has been designed from the ground up to offer unparalleled
+ performance and functionality.
+ .
+ http://www.wavpack.com
+ .
+ This package contains the shared libraries necessary to run programs
+ using libwavpack.
+
+Package: libwavpack-dev
+Architecture: any
+Section: libdevel
+Depends: libwavpack1 (= ${binary:Version}), ${misc:Depends}
+Description: an audio codec (lossy and lossless) - development files
+ WavPack is a completely open audio compression format providing lossless,
+ high-quality lossy, and a unique hybrid compression mode. Although the
+ technology is loosely based on previous versions of WavPack, the new version
+ 4 format has been designed from the ground up to offer unparalleled
+ performance and functionality.
+ .
+ http://www.wavpack.com
+ .
+ This package contains the header files, static libraries
+ and symbolic links that developers using libwavpack will need.
+
+Package: wavpack
+Architecture: any
+Section: sound
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: an audio codec (lossy and lossless) - encoder and decoder
+ WavPack is a completely open audio compression format providing lossless,
+ high-quality lossy, and a unique hybrid compression mode. Although the
+ technology is loosely based on previous versions of WavPack, the new version
+ 4 format has been designed from the ground up to offer unparalleled
+ performance and functionality.
+ .
+ http://www.wavpack.com
+ .
+ This package contains an encoder and decoder for wavpack files.
+
Added: unstable/wavpack/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/wavpack/debian/copyright?rev=1119&op=file
==============================================================================
--- unstable/wavpack/debian/copyright (added)
+++ unstable/wavpack/debian/copyright Wed Apr 16 08:45:06 2008
@@ -1,0 +1,46 @@
+This package was debianized by Sebastian Dröge <slomo at ubuntu.com> on
+Sun, 24 Jul 2005 23:15:52 +0200.
+
+It was downloaded from http://www.wavpack.com
+
+Upstream Authors:
+David Bryant <david at wavpack.com>
+
+Copyright:
+Copyright (c) 1998 - 2006 Conifer Software
+All rights reserved.
+
+License:
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ * Neither the name of Conifer Software nor the names of its contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR
+ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+On Debian systems, the complete text of the BSD License can be found
+in `/usr/share/common-licenses/BSD'.
+
+
+For md5.h and md5.c:
+ This code implements the MD5 message-digest algorithm.
+ The algorithm is due to Ron Rivest. This code was
+ written by Colin Plumb in 1993, no copyright is claimed.
+ This code is in the public domain; do with it what you wish.
+
Added: unstable/wavpack/debian/libwavpack-dev.install
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/wavpack/debian/libwavpack-dev.install?rev=1119&op=file
==============================================================================
--- unstable/wavpack/debian/libwavpack-dev.install (added)
+++ unstable/wavpack/debian/libwavpack-dev.install Wed Apr 16 08:45:06 2008
@@ -1,0 +1,4 @@
+debian/tmp/usr/lib/libwavpack.so /usr/lib
+debian/tmp/usr/lib/libwavpack.a* /usr/lib
+debian/tmp/usr/include /usr
+debian/tmp/usr/lib/pkgconfig /usr/lib
Added: unstable/wavpack/debian/libwavpack1.install
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/wavpack/debian/libwavpack1.install?rev=1119&op=file
==============================================================================
--- unstable/wavpack/debian/libwavpack1.install (added)
+++ unstable/wavpack/debian/libwavpack1.install Wed Apr 16 08:45:06 2008
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/libwavpack.so.* /usr/lib
Added: unstable/wavpack/debian/libwavpack1.shlibs
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/wavpack/debian/libwavpack1.shlibs?rev=1119&op=file
==============================================================================
--- unstable/wavpack/debian/libwavpack1.shlibs (added)
+++ unstable/wavpack/debian/libwavpack1.shlibs Wed Apr 16 08:45:06 2008
@@ -1,0 +1,1 @@
+libwavpack 1 libwavpack1 (>= 4.40.0)
Added: unstable/wavpack/debian/libwavpack1.symbols
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/wavpack/debian/libwavpack1.symbols?rev=1119&op=file
==============================================================================
--- unstable/wavpack/debian/libwavpack1.symbols (added)
+++ unstable/wavpack/debian/libwavpack1.symbols Wed Apr 16 08:45:06 2008
@@ -1,0 +1,52 @@
+libwavpack.so.1 libwavpack1 #MINVER#
+* Build-Depends-Package: libwavpack-dev
+ WavpackAddWrapper at Base 4.40.0
+ WavpackAppendTagItem at Base 4.40.0
+ WavpackCloseFile at Base 4.40.0
+ WavpackDeleteTagItem at Base 4.40.0
+ WavpackFloatNormalize at Base 4.40.0
+ WavpackFlushSamples at Base 4.40.0
+ WavpackFreeWrapper at Base 4.40.0
+ WavpackGetAverageBitrate at Base 4.40.0
+ WavpackGetBitsPerSample at Base 4.40.0
+ WavpackGetBytesPerSample at Base 4.40.0
+ WavpackGetChannelMask at Base 4.40.0
+ WavpackGetEncodedNoise at Base 4.40.0
+ WavpackGetErrorMessage at Base 4.40.0
+ WavpackGetFileSize at Base 4.40.0
+ WavpackGetFloatNormExp at Base 4.40.0
+ WavpackGetInstantBitrate at Base 4.40.0
+ WavpackGetLibraryVersion at Base 4.40.0
+ WavpackGetLibraryVersionString at Base 4.40.0
+ WavpackGetMD5Sum at Base 4.40.0
+ WavpackGetMode at Base 4.40.0
+ WavpackGetNumChannels at Base 4.40.0
+ WavpackGetNumErrors at Base 4.40.0
+ WavpackGetNumSamples at Base 4.40.0
+ WavpackGetNumTagItems at Base 4.40.0
+ WavpackGetProgress at Base 4.40.0
+ WavpackGetRatio at Base 4.40.0
+ WavpackGetReducedChannels at Base 4.40.0
+ WavpackGetSampleIndex at Base 4.40.0
+ WavpackGetSampleRate at Base 4.40.0
+ WavpackGetTagItem at Base 4.40.0
+ WavpackGetTagItemIndexed at Base 4.40.0
+ WavpackGetVersion at Base 4.40.0
+ WavpackGetWrapperBytes at Base 4.40.0
+ WavpackGetWrapperData at Base 4.40.0
+ WavpackGetWrapperLocation at Base 4.40.0
+ WavpackLittleEndianToNative at Base 4.40.0
+ WavpackLossyBlocks at Base 4.40.0
+ WavpackNativeToLittleEndian at Base 4.40.0
+ WavpackOpenFileInput at Base 4.40.0
+ WavpackOpenFileInputEx at Base 4.40.0
+ WavpackOpenFileOutput at Base 4.40.0
+ WavpackPackInit at Base 4.40.0
+ WavpackPackSamples at Base 4.40.0
+ WavpackSeekSample at Base 4.40.0
+ WavpackSeekTrailingWrapper at Base 4.40.0
+ WavpackSetConfiguration at Base 4.40.0
+ WavpackStoreMD5Sum at Base 4.40.0
+ WavpackUnpackSamples at Base 4.40.0
+ WavpackUpdateNumSamples at Base 4.40.0
+ WavpackWriteTag at Base 4.40.0
Added: unstable/wavpack/debian/patches/01_memory-alignment.patch
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/wavpack/debian/patches/01_memory-alignment.patch?rev=1119&op=file
==============================================================================
--- unstable/wavpack/debian/patches/01_memory-alignment.patch (added)
+++ unstable/wavpack/debian/patches/01_memory-alignment.patch Wed Apr 16 08:45:06 2008
@@ -1,0 +1,138 @@
+--- src/bits.c.old
++++ src/bits.c
+@@ -135,18 +135,19 @@
+ {
+ uchar *cp = (uchar *) data;
+ int32_t temp;
++ short temp2;
+
+ while (*format) {
+ switch (*format) {
+ case 'L':
+ temp = cp [0] + ((int32_t) cp [1] << 8) + ((int32_t) cp [2] << 16) + ((int32_t) cp [3] << 24);
+- * (int32_t *) cp = temp;
++ MEMCOPY (cp, &temp, sizeof (int32_t));
+ cp += 4;
+ break;
+
+ case 'S':
+- temp = cp [0] + (cp [1] << 8);
+- * (short *) cp = (short) temp;
++ temp2 = cp [0] + (cp [1] << 8);
++ MEMCOPY (cp, &temp2, sizeof (short));
+ cp += 2;
+ break;
+
+@@ -165,11 +166,12 @@
+ {
+ uchar *cp = (uchar *) data;
+ int32_t temp;
++ short temp2;
+
+ while (*format) {
+ switch (*format) {
+ case 'L':
+- temp = * (int32_t *) cp;
++ MEMCOPY (&temp, cp, sizeof (int32_t));
+ *cp++ = (uchar) temp;
+ *cp++ = (uchar) (temp >> 8);
+ *cp++ = (uchar) (temp >> 16);
+@@ -177,9 +179,9 @@
+ break;
+
+ case 'S':
+- temp = * (short *) cp;
+- *cp++ = (uchar) temp;
+- *cp++ = (uchar) (temp >> 8);
++ MEMCOPY (&temp2, cp, sizeof (short));
++ *cp++ = (uchar) temp2;
++ *cp++ = (uchar) (temp2 >> 8);
+ break;
+
+ default:
+--- src/wputils.c.old
++++ src/wputils.c
+@@ -1644,9 +1644,12 @@
+ void WavpackUpdateNumSamples (WavpackContext *wpc, void *first_block)
+ {
+ uint32_t wrapper_size;
++ uint32_t total_samples;
+
+ little_endian_to_native (first_block, WavpackHeaderFormat);
+- ((WavpackHeader *) first_block)->total_samples = WavpackGetSampleIndex (wpc);
++
++ total_samples = WavpackGetSampleIndex (wpc);
++ MEMCOPY (&((WavpackHeader *) first_block)->total_samples, &total_samples, sizeof (uint32_t));
+
+ if (wpc->riff_header_created) {
+ if (WavpackGetWrapperLocation (first_block, &wrapper_size)) {
+@@ -1655,14 +1658,16 @@
+ uint32_t data_size = WavpackGetSampleIndex (wpc) * WavpackGetNumChannels (wpc) * WavpackGetBytesPerSample (wpc);
+
+ if (!strncmp (riffhdr->ckID, "RIFF", 4)) {
++ uint32_t tmp = wrapper_size + data_size - 8;
++
+ little_endian_to_native (riffhdr, ChunkHeaderFormat);
+- riffhdr->ckSize = wrapper_size + data_size - 8;
++ MEMCOPY (&riffhdr->ckSize, &tmp, sizeof (uint32_t));
+ native_to_little_endian (riffhdr, ChunkHeaderFormat);
+ }
+
+ if (!strncmp (datahdr->ckID, "data", 4)) {
+ little_endian_to_native (datahdr, ChunkHeaderFormat);
+- datahdr->ckSize = data_size;
++ MEMCOPY (&datahdr->ckSize, &data_size, sizeof (uint32_t));
+ native_to_little_endian (datahdr, ChunkHeaderFormat);
+ }
+ }
+--- src/wavpack_local.h.old 2008-04-15 12:38:52.000000000 +0200
++++ src/wavpack_local.h 2008-04-15 12:41:29.000000000 +0200
+@@ -419,6 +419,13 @@
+
+ //////////////////////// function prototypes and macros //////////////////////
+
++#define MEMCOPY(dst, src, size) \
++ do { \
++ int i; \
++ for (i = 0; i < size; i++) \
++ ((char *)(dst))[i] = ((char *)(src))[i]; \
++ } while (0);
++
+ #define CLEAR(destin) memset (&destin, 0, sizeof (destin));
+
+ // these macros implement the weight application and update operations
+--- cli/wavpack.c.old 2008-04-15 12:46:33.000000000 +0200
++++ cli/wavpack.c 2008-04-15 12:47:19.000000000 +0200
+@@ -148,6 +148,13 @@
+ #define SOFT_ERROR 1
+ #define HARD_ERROR 2
+
++#define MEMCOPY(dst, src, size) \
++ do { \
++ int i; \
++ for (i = 0; i < size; i++) \
++ ((char *)(dst))[i] = ((char *)(src))[i]; \
++ } while (0);
++
+ //////////////////////////////////////////////////////////////////////////////
+ // The "main" function for the command-line WavPack compressor. //
+ //////////////////////////////////////////////////////////////////////////////
+@@ -1365,14 +1372,16 @@
+ uint32_t data_size = WavpackGetSampleIndex (wpc) * WavpackGetNumChannels (wpc) * WavpackGetBytesPerSample (wpc);
+
+ if (!strncmp (riffhdr->ckID, "RIFF", 4)) {
++ uint32_t tmp = wrapper_size + data_size - 8;
++
+ WavpackLittleEndianToNative (riffhdr, ChunkHeaderFormat);
+- riffhdr->ckSize = wrapper_size + data_size - 8;
++ MEMCOPY (&riffhdr->ckSize, &tmp, sizeof (uint32_t));
+ WavpackNativeToLittleEndian (riffhdr, ChunkHeaderFormat);
+ }
+
+ if (!strncmp (datahdr->ckID, "data", 4)) {
+ WavpackLittleEndianToNative (datahdr, ChunkHeaderFormat);
+- datahdr->ckSize = data_size;
++ MEMCOPY (&datahdr->ckSize, &data_size, sizeof (uint32_t));
+ WavpackNativeToLittleEndian (datahdr, ChunkHeaderFormat);
+ }
+ }
Added: unstable/wavpack/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/wavpack/debian/rules?rev=1119&op=file
==============================================================================
--- unstable/wavpack/debian/rules (added)
+++ unstable/wavpack/debian/rules Wed Apr 16 08:45:06 2008
@@ -1,0 +1,30 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+common-binary-post-install-arch:: list-missing
+
+DEB_NOREVISION_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | \
+ cut -f 2 -d ' ' | cut -f 1 -d '-')
+DEB_SHLIBDEPS_INCLUDE := debian/libwavpack1/usr/lib
+
+DEB_INSTALL_DOCS_ALL =
+DEB_INSTALL_DOCS_libwavpack-dev = README
+
+clean::
+ rm -f debian/wavpack.1 debian/wvunpack.1 debian/wvgain.1
+
+install/wavpack::
+ /usr/bin/xsltproc --nonet -o debian/wavpack.1 \
+ /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
+ debian/wavpack.1.xml
+ /usr/bin/xsltproc --nonet -o debian/wvunpack.1 \
+ /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
+ debian/wvunpack.1.xml
+ /usr/bin/xsltproc --nonet -o debian/wvgain.1 \
+ /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \
+ debian/wvgain.1.xml
+
Propchange: unstable/wavpack/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: unstable/wavpack/debian/watch
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/wavpack/debian/watch?rev=1119&op=file
==============================================================================
--- unstable/wavpack/debian/watch (added)
+++ unstable/wavpack/debian/watch Wed Apr 16 08:45:06 2008
@@ -1,0 +1,3 @@
+version=2
+http://www.wavpack.com/downloads.html \
+ wavpack-(.*\..*)\.tar\.bz2 debian uupdate
Added: unstable/wavpack/debian/wavpack.1.xml
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/wavpack/debian/wavpack.1.xml?rev=1119&op=file
==============================================================================
--- unstable/wavpack/debian/wavpack.1.xml (added)
+++ unstable/wavpack/debian/wavpack.1.xml Wed Apr 16 08:45:06 2008
@@ -1,0 +1,145 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+]>
+<refentry>
+ <refentryinfo>
+ <author>
+ <firstname>Sebastian</firstname>
+ <surname>Dröge</surname>
+ <email>slomo at ubuntu.com</email>
+ </author>
+ <copyright>
+ <year>2005</year>
+ <holder>Sebastian Dröge</holder>
+ </copyright>
+ <date>2005-10-13</date>
+ </refentryinfo>
+ <refmeta>
+ <refentrytitle>wavpack</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </refmeta>
+ <refnamediv>
+ <refname>wavpack</refname>
+ <refpurpose>encode wav files to wavpack</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>wavpack</command>
+ <arg choice="opt">
+ <option><replaceable>-options</replaceable></option>
+ </arg>
+ <arg choice="opt">
+ <option><replaceable>INFILE</replaceable></option>
+ </arg>
+ <arg choice="opt">
+ <option><replaceable>OUTFILE</replaceable></option>
+ </arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+ <refsect1>
+ <title>DESCRIPTION</title>
+ <para>
+ wavpack encodes WAV files or from stdin to WavPack with the options you
+ provide. It can write to plain files or stdout.
+ </para>
+ </refsect1>
+ <refsect1>
+ <title>OPTIONS</title>
+ <para>
+ <variablelist>
+ <varlistentry>
+ <term> <option>-a</option> </term>
+ <listitem> <para>Adobe Audition (CoolEdit) mode for 32-bit floats</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-bn</option> </term>
+ <listitem> <para>enable hybrid compression, n = 2.0 to 23.9 bits/sample, or n = 24-9600 kbits/second (kbps)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-c</option> </term>
+ <listitem> <para>create correction file (.wvc) for hybrid mode (=lossless)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-cc</option> </term>
+ <listitem> <para>maximum hybrid compression (hurts lossy quality & decode speed)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-d</option> </term>
+ <listitem> <para>delete source file if successful (use with caution!)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-f</option> </term>
+ <listitem> <para>fast mode (fast, but some compromise in compression ratio)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-h</option> </term>
+ <listitem> <para>high quality (best compression in all modes, but slower)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-i</option> </term>
+ <listitem> <para>ignore length in wav header (no pipe output allowed)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-jn</option> </term>
+ <listitem> <para>joint-stereo override (0 = left/right, 1 = mid/side)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-m</option> </term>
+ <listitem> <para>compute & store MD5 signature of raw audio data</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-n</option> </term>
+ <listitem> <para>calculate average and peak quantization noise (hybrid only)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-p</option> </term>
+ <listitem> <para>practical float storage (also 32-bit ints, not lossless)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-q</option> </term>
+ <listitem> <para>quiet (keep console output to a minimum)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-sn</option> </term>
+ <listitem> <para>noise shaping override (hybrid only, n = -1.0 to 1.0, 0 = off)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-w "Field=Value"</option> </term>
+ <listitem> <para>write specified metadata to APEv2 tag</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-x[n]</option> </term>
+ <listitem> <para>extra encode processing (optional n = 1-6 for less/more)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-y</option> </term>
+ <listitem> <para>yes to all warnings (use with caution!)</para> </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ </refsect1>
+ <refsect1>
+ <title>SEE ALSO</title>
+ <para>
+ Please visit www.wavpack.com for more informations
+ </para>
+ </refsect1>
+ <refsect1>
+ <title>COPYRIGHT</title>
+ <para>
+ This manual page was written by Sebastian Dröge
+ <email>slomo at ubuntu.com</email> for the
+ Debian system (but may be used by others).
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the <acronym>GNU</acronym> General Public License,
+ Version 2 or any later version published by the Free Software Foundation.
+ </para>
+ <para>
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in
+ <filename>/usr/share/common-licenses/GPL-2</filename>.
+ </para>
+ </refsect1>
+</refentry>
+
Added: unstable/wavpack/debian/wavpack.install
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/wavpack/debian/wavpack.install?rev=1119&op=file
==============================================================================
--- unstable/wavpack/debian/wavpack.install (added)
+++ unstable/wavpack/debian/wavpack.install Wed Apr 16 08:45:06 2008
@@ -1,0 +1,1 @@
+debian/tmp/usr/bin/* /usr/bin
Added: unstable/wavpack/debian/wavpack.manpages
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/wavpack/debian/wavpack.manpages?rev=1119&op=file
==============================================================================
--- unstable/wavpack/debian/wavpack.manpages (added)
+++ unstable/wavpack/debian/wavpack.manpages Wed Apr 16 08:45:06 2008
@@ -1,0 +1,3 @@
+debian/wavpack.1
+debian/wvunpack.1
+debian/wvgain.1
Added: unstable/wavpack/debian/wvgain.1.xml
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/wavpack/debian/wvgain.1.xml?rev=1119&op=file
==============================================================================
--- unstable/wavpack/debian/wvgain.1.xml (added)
+++ unstable/wavpack/debian/wvgain.1.xml Wed Apr 16 08:45:06 2008
@@ -1,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+]>
+<refentry>
+ <refentryinfo>
+ <author>
+ <firstname>Sebastian</firstname>
+ <surname>Dröge</surname>
+ <email>slomo at ubuntu.com</email>
+ </author>
+ <copyright>
+ <year>2005</year>
+ <holder>Sebastian Dröge</holder>
+ </copyright>
+ <date>2005-12-15</date>
+ </refentryinfo>
+ <refmeta>
+ <refentrytitle>wvgain</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </refmeta>
+ <refnamediv>
+ <refname>wvgain</refname>
+ <refpurpose>adds ReplayGain informations to wavpack files</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>wvgain</command>
+ <arg choice="opt">
+ <option><replaceable>-options</replaceable></option>
+ </arg>
+ <arg choice="opt">
+ <option><replaceable>INFILE</replaceable></option>
+ </arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+ <refsect1>
+ <title>DESCRIPTION</title>
+ <para>
+ wvgain analyzes wavpack files for ReplayGain informations and adds them
+ to the files. This will yield to files with the same perceived loudness.
+ </para>
+ </refsect1>
+ <refsect1>
+ <title>OPTIONS</title>
+ <para>
+ <variablelist>
+ <varlistentry>
+ <term> <option>-a</option> </term>
+ <listitem> <para>album mode (all files scanned are considered an album)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-c</option> </term>
+ <listitem> <para>clean ReplayGain values from all files</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-d</option> </term>
+ <listitem> <para>display calculated values only (no files are modified)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-i</option> </term>
+ <listitem> <para>ignore .wvc file (forces hybrid lossy)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-s</option> </term>
+ <listitem> <para>show stored values only (no analysis)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-q</option> </term>
+ <listitem> <para>quiet (keep console output to a minimum)</para> </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ </refsect1>
+ <refsect1>
+ <title>SEE ALSO</title>
+ <para>
+ Please visit www.wavpack.com for more informations
+ </para>
+ </refsect1>
+ <refsect1>
+ <title>COPYRIGHT</title>
+ <para>
+ This manual page was written by Sebastian Dröge
+ <email>slomo at ubuntu.com</email> for the
+ Debian system (but may be used by others).
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the <acronym>GNU</acronym> General Public License,
+ Version 2 or any later version published by the Free Software Foundation.
+ </para>
+ <para>
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in
+ <filename>/usr/share/common-licenses/GPL-2</filename>.
+ </para>
+ </refsect1>
+</refentry>
+
Added: unstable/wavpack/debian/wvunpack.1.xml
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/wavpack/debian/wvunpack.1.xml?rev=1119&op=file
==============================================================================
--- unstable/wavpack/debian/wvunpack.1.xml (added)
+++ unstable/wavpack/debian/wvunpack.1.xml Wed Apr 16 08:45:06 2008
@@ -1,0 +1,109 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+]>
+<refentry>
+ <refentryinfo>
+ <author>
+ <firstname>Sebastian</firstname>
+ <surname>Dröge</surname>
+ <email>slomo at ubuntu.com</email>
+ </author>
+ <copyright>
+ <year>2005</year>
+ <holder>Sebastian Dröge</holder>
+ </copyright>
+ <date>2005-10-13</date>
+ </refentryinfo>
+ <refmeta>
+ <refentrytitle>wvunpack</refentrytitle>
+ <manvolnum>1</manvolnum>
+ </refmeta>
+ <refnamediv>
+ <refname>wvunpack</refname>
+ <refpurpose>decodes wavpack encoded files</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>wvunpack</command>
+ <arg choice="opt">
+ <option><replaceable>-options</replaceable></option>
+ </arg>
+ <arg choice="opt">
+ <option><replaceable>INFILE</replaceable></option>
+ </arg>
+ <arg choice="opt">
+ <option><replaceable>OUTFILE</replaceable></option>
+ </arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+ <refsect1>
+ <title>DESCRIPTION</title>
+ <para>
+ wvunpack decodes WavPack encoded files or a WavPack stream from stdin to
+ WAV with the options you supply. It can write to plain files or stdout.
+ </para>
+ </refsect1>
+ <refsect1>
+ <title>OPTIONS</title>
+ <para>
+ <variablelist>
+ <varlistentry>
+ <term> <option>-d</option> </term>
+ <listitem> <para>delete source file if successful (use with caution!)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-i</option> </term>
+ <listitem> <para>ignore .wvc file (forces hybrid lossy decompression)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-m</option> </term>
+ <listitem> <para>calculate and display MD5 signature; verify if lossless</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-q</option> </term>
+ <listitem> <para>quiet (keep console output to a minimum)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-r</option> </term>
+ <listitem> <para>force raw audio decode (skip RIFF headers & trailers)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-s</option> </term>
+ <listitem> <para>display summary information only to stdout (no decode)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-v</option> </term>
+ <listitem> <para>verify source data only (no output file created)</para> </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term> <option>-y</option> </term>
+ <listitem> <para>yes to overwrite warning (use with caution!)</para> </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
+ </refsect1>
+ <refsect1>
+ <title>SEE ALSO</title>
+ <para>
+ Please visit www.wavpack.com for more informations
+ </para>
+ </refsect1>
+ <refsect1>
+ <title>COPYRIGHT</title>
+ <para>
+ This manual page was written by Sebastian Dröge
+ <email>slomo at ubuntu.com</email> for the
+ Debian system (but may be used by others).
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the <acronym>GNU</acronym> General Public License,
+ Version 2 or any later version published by the Free Software Foundation.
+ </para>
+ <para>
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in
+ <filename>/usr/share/common-licenses/GPL-2</filename>.
+ </para>
+ </refsect1>
+</refentry>
+
More information about the pkg-multimedia-commits
mailing list