debian/0000775000000000000000000000000012270257203007170 5ustar debian/copyright0000664000000000000000000000216112155223721011123 0ustar This package was downloaded from http://sourceforge.net/projects/ripoffc/ Files: debian/* Copyright: © 2008 Lionel Le Folgoc License: GPL-2+ The Debian packaging information is under the GPL, version 2 or later. Files: * Copyright: © 2006 Bobby Ryan Newberry License: GPL-2+ This package 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 package 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. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/changelog0000664000000000000000000000234012270256751011050 0ustar ripoff-mp3-plugin (1.1-0ubuntu5) trusty; urgency=low * Resolve FTBFS: - Use dh-autoreconf for newer arches; - Add missing libs to link. -- Daniel T Chen Thu, 23 Jan 2014 13:14:19 -0500 ripoff-mp3-plugin (1.1-0ubuntu4) saucy; urgency=low * debian/compat: Bump to 9. * debian/control: - Remove cdbs from Build-Depends. - Bump debhelper Build-Depends to (>= 9). - Bump Standards-Version to 3.9.4. * debian/rules: Convert to minimal dh sequencer. * debian/source/format: Indicate 3.0 (quilt) format. * debian/copyright: Fix symlink license. -- Logan Rosen Sun, 09 Jun 2013 21:01:57 -0400 ripoff-mp3-plugin (1.1-0ubuntu3) intrepid; urgency=low * Rebuild against libmp3lame-dev as part of ongoing transition (LP: #264058) -- Iain Lane Tue, 02 Sep 2008 17:29:16 +0100 ripoff-mp3-plugin (1.1-0ubuntu2) hardy; urgency=low * debian/control: tighten b-d on libripoff-dev to build against the right version. -- Lionel Le Folgoc Sat, 09 Feb 2008 00:55:15 +0100 ripoff-mp3-plugin (1.1-0ubuntu1) hardy; urgency=low * Initial release. -- Lionel Le Folgoc Sun, 27 Jan 2008 10:55:16 +0100 debian/patches/0000775000000000000000000000000012270257057010626 5ustar debian/patches/fix_ftbfs_no_main.patch0000664000000000000000000000131312270257057015317 0ustar Origin: Ubuntu Author: Daniel T Chen Last-Update: 2014-01-23 Index: ripoff-mp3-plugin-1.1/src/Makefile.am =================================================================== --- ripoff-mp3-plugin-1.1.orig/src/Makefile.am 2014-01-23 13:17:07.000000000 -0500 +++ ripoff-mp3-plugin-1.1/src/Makefile.am 2014-01-23 13:23:38.136690086 -0500 @@ -2,6 +2,7 @@ INCLUDES = -I $(top_srcdir) liblamedir = @plugindir@ liblame_so_SOURCES = LamePlugin.c -liblame_so_LDADD = -lmp3lame -lripoff +liblame_so_LDADD = -lmp3lame -lgtk-x11-2.0 -lgobject-2.0 -lglib-2.0 \ + -lripoff liblame_so_CFLAGS = @GTK_CFLAGS@ @XML_CFLAGS@ -fPIC -liblame_so_LDFLAGS = -shared +liblame_so_LDFLAGS = -shared -nostartfiles debian/patches/series0000664000000000000000000000003012270256243012030 0ustar fix_ftbfs_no_main.patch debian/watch0000664000000000000000000000010112155222473010214 0ustar version=3 http://sf.net/ripoffc/ripoff_mp3_plugin-(.+)\.tar\.gz debian/control0000664000000000000000000000133312270257200010570 0ustar Source: ripoff-mp3-plugin Section: sound Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Lionel Le Folgoc Build-Depends: dh-autoreconf, debhelper (>= 9), libgtk2.0-dev (>= 2.4.0), libxml2-dev, libmp3lame-dev | liblame-dev, libripoff-dev (>= 0.8.3-0ubuntu2) Standards-Version: 3.9.4 Homepage: http://ripoffc.sourceforge.net/ Package: ripoff-mp3-plugin Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: ripoff Description: MP3 plugin for ripoff RipOff is a GTK+ based CD Ripper for Linux that sports a simple interface, CDDB lookups, and a plugin-based encoder architecture. . This package contains the MP3 plugin. debian/source/0000775000000000000000000000000012155223743010474 5ustar debian/source/format0000664000000000000000000000001412155222635011701 0ustar 3.0 (quilt) debian/compat0000664000000000000000000000000212155222710010363 0ustar 9 debian/rules0000775000000000000000000000005712270256063010255 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf