debian/0000775000000000000000000000000012260167373007177 5ustar debian/rules0000775000000000000000000000016512260167333010255 0ustar #!/usr/bin/make -f %: dh $@ --parallel --with autoreconf override_dh_strip: dh_strip --dbg-package=libshine2-dbg debian/watch0000664000000000000000000000006412131430324010212 0ustar version=3 http://sf.net/savonet/shine-(.+)\.tar\.gz debian/shineenc.manpages0000664000000000000000000000002212131430324012464 0ustar debian/shineenc.1 debian/libshine2.install0000664000000000000000000000004412131431116012426 0ustar debian/tmp/usr/lib/*/libshine.so.2* debian/changelog0000664000000000000000000000167312260167367011063 0ustar shine (2.0.0-2ubuntu1) trusty; urgency=medium * Use dh-autoreconf to get new libtool macros for ppc64el. -- Logan Rosen Sun, 29 Dec 2013 22:56:26 -0500 shine (2.0.0-2) unstable; urgency=low * Set shineenc section to sound. -- Romain Beauxis Tue, 14 May 2013 00:19:21 -0500 shine (2.0.0-1) unstable; urgency=low * New upstream release. * Library soversion bumped to 2:0:0, package renamed accordingly. * Drop autoconf from debian/rules. * Bumped standards version to 3.9.4 * First upload to unstable. -- Romain Beauxis Wed, 10 Apr 2013 22:41:43 -0500 shine (1.0.0-2) experimental; urgency=low * Fixed debian/copyright -- Romain Beauxis Mon, 04 Feb 2013 17:39:04 -0600 shine (1.0.0-1) experimental; urgency=low * Initial upload. Closes: #699634 -- Romain Beauxis Sat, 02 Feb 2013 13:40:59 -0600 debian/compat0000664000000000000000000000000212131430324010357 0ustar 9 debian/copyright0000664000000000000000000000411112131430324011111 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: The Savonet Team Upstream-Contact: savonet-users@lists.sourceforge.net Source: https://github.com/savonet/shine Files: * Copyright: See respective files License: LGPL-2 Files: src/lib/bitstream.* Copyright: Jean-Georges Fritsch, C-Cube Microsystems License: LGPL-2 Files: formatBitstream.* Copyright: 1995 ISO/IEC JTC1 SC29 WG1 License: LGPL-2 Files: debian/* Copyright: 2013 Romain Beauxis License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Comment: On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-2 file. . You should have received a copy of the GNU General Public License along with this program. If not, see . License: LGPL-2 This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. Comment: On Debian systems, the complete text of the GNU Lesser General Public License can be found in /usr/share/common-licenses/LGPL-2 file. . You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . debian/source/0000775000000000000000000000000012131430324010461 5ustar debian/source/format0000664000000000000000000000001412131430324011667 0ustar 3.0 (quilt) debian/shineenc.install0000664000000000000000000000003412131430324012342 0ustar debian/tmp/usr/bin/shineenc debian/libshine2.symbols0000664000000000000000000000040512131431104012446 0ustar libshine.so.2 libshine2 #MINVER# shine_close@Base 2.0.0 shine_encode_frame@Base 2.0.0 shine_find_bitrate_index@Base 2.0.0 shine_find_samplerate_index@Base 2.0.0 shine_flush@Base 2.0.0 shine_initialise@Base 2.0.0 shine_set_config_mpeg_defaults@Base 2.0.0 debian/libshine-dev.install0000664000000000000000000000012712131430324013122 0ustar debian/tmp/usr/include debian/tmp/usr/lib/*/libshine.so debian/tmp/usr/lib/*/pkgconfig debian/control0000664000000000000000000000447612260167370010612 0ustar Source: shine Section: libs Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Romain Beauxis Uploaders: Samuel Mimram Homepage: https://github.com/savonet/shine Standards-Version: 3.9.4 Build-Depends: debhelper (>= 9), dh-autoreconf Vcs-Git: git://git.debian.org/collab-maint/shine.git Vcs-Browser: http://git.debian.org/?p=collab-maint/shine.git Package: libshine2 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: Fixed-point MP3 encoding library - runtime files Shine can be used to encode audio data on architectures with no floating point processing unit (FPU) at a much better rate than encoding libraries implemented using floating-point arithmetic. . This package contains the files needed to run a program compiled using Shine. Package: libshine2-dbg Priority: extra Architecture: any Multi-Arch: same Section: debug Depends: libshine2 (= ${binary:Version}), ${misc:Depends} Description: debugging symbols for libshine2 Shine can be used to encode audio data on architectures with no floating point processing unit (FPU) at a much better rate than encoding libraries implemented using floating-point arithmetic. . This package contains the debugging symbols for libshine2 Package: libshine-dev Architecture: any Multi-Arch: same Section: libdevel Depends: libshine2 (= ${binary:Version}), pkg-config, ${misc:Depends} Description: Fixed-point MP3 encoding library - development files Shine can be used to encode audio data on architectures with no floating point processing unit (FPU) at a much better rate than encoding libraries implemented using floating-point arithmetic. . This package contains the files needed to compile and statically link against Shine. Package: shineenc Architecture: any Depends: libshine2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Section: sound Description: Fixed-point MP3 encoding library - frontend binary Shine can be used to encode audio data on architectures with no floating point processing unit (FPU) at a much better rate than encoding libraries implemented using floating-point arithmetic. . This package contains a frontend binary capable of encoding WAVE files using Shine. debian/shineenc.10000664000000000000000000000117312131430324011041 0ustar .TH shineenc 1 "Feb 2, 2013" "SHINEENC" "SHINEENC audio compressor" .SH NAME shineenc \- create mp3 audio files .SH SYNOPSIS shineenc [options] .SH DESCRIPTION .PP shineenc is a program which can be used to create compressed audio files. These audio files can be played back by popular MP3 players such as mpg123 or madplay. To read from stdin, use "\-" for . To write to stdout, use "\-" for . .SH OPTIONS .TP .B \-q Do not print anything on the screen. .TP .B \-v Verbose mode. .TP .B \-b Specifies the minimum bitrate to be used. .TP .B \-c Mark the encoded file as being copyrighted. debian/gbp.conf0000664000000000000000000000003612131430324010577 0ustar [DEFAULT] pristine-tar = True