Package: mp32ogg
Version: 0.11-7
Severity: minor
Tags: patch
This package depends on mpg321, "the free version of mpg123". But
post-Sarge mpg123 is also in main under the GPL/LGPL.
As mpg321 provides /usr/bin/mpg123 (and Provides: mpg123), you can
just depend on mpg123 and allow users a free choice of mp3-decoder.
This loses the ">= 0.2" versioned dependency, but mpg321 1.x is
pre-Oldstable and pre-DSA-411-1.
See attached "3212123.patch". (I've fixed the grammar problems in
the long description, too.)
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i586)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.hurakan
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Versions of packages mp32ogg depends on:
ii libmp3-info-perl 1.20-1 Perl MP3::Info - Manipulate / fetc
ii libstring-shellquote-perl 1.03-1 quote strings for passing through
ii mpg321 0.2.10.3 A Free command-line mp3 player, co
ii perl 5.8.8-6.1 Larry Wall's Practical Extraction
ii vorbis-tools 1.1.1-6 several Ogg Vorbis tools
mp32ogg recommends no packages.
-- no debconf information
--
JBR
Ankh kak! (Ancient Egyptian blessing)
diff -ruN mp32ogg-0.11.orig/debian/control mp32ogg-0.11/debian/control
--- mp32ogg-0.11.orig/debian/control 2006-07-04 11:04:22.000000000 +0100
+++ mp32ogg-0.11/debian/control 2006-12-07 15:35:57.000000000 +0000
@@ -7,7 +7,7 @@
Package: mp32ogg
Architecture: all
-Depends: ${perl:Depends}, vorbis-tools, mpg321 (>= 0.2), libmp3-info-perl,
libstring-shellquote-perl
+Depends: ${perl:Depends}, vorbis-tools, mpg123, libmp3-info-perl,
libstring-shellquote-perl
Description: Converts MP3 file to Ogg Vorbis
- This is a small script to convert recursively your MP3 files and
- directory to Ogg Vorbis.
+ This is a small script to recursively convert your MP3 files and
+ directories to Ogg Vorbis.
diff -ruN mp32ogg-0.11.orig/mp32ogg mp32ogg-0.11/mp32ogg
--- mp32ogg-0.11.orig/mp32ogg 2006-07-01 17:51:57.000000000 +0100
+++ mp32ogg-0.11/mp32ogg 2006-12-07 15:00:10.000000000 +0000
@@ -96,7 +96,7 @@
$oggenc = "/usr/bin/oggenc";
$ogginfo = "/usr/bin/ogginfo";
-$mpg123 = "/usr/bin/mpg321";
+$mpg123 = "/usr/bin/mpg123";
print "mp32ogg $version\n";
print "(c) 2000-2002 Nathan Walp\n";