debian/0000775000000000000000000000000012055721126007171 5ustar debian/docs0000664000000000000000000000002112016555416010041 0ustar NEWS README TODO debian/compat0000664000000000000000000000000212016555416010373 0ustar 8 debian/menu0000664000000000000000000000025012016555416010061 0ustar ?package(sound-juicer):needs="X11" section="Applications/Sound" \ title="Sound Juicer" command="/usr/bin/sound-juicer" \ icon="/usr/share/pixmaps/sound-juicer.xpm" debian/sound-juicer.install0000664000000000000000000000005212016555416013171 0ustar debian/sound-juicer.xpm usr/share/pixmaps debian/patches/0000775000000000000000000000000012053137430010615 5ustar debian/patches/series0000664000000000000000000000005312053137430012030 0ustar fix-gstreamer-elements-check-for-1.0.patch debian/patches/fix-gstreamer-elements-check-for-1.0.patch0000664000000000000000000000335012053137430020361 0ustar From 84f35ac7ce288efadcefaee174e621f68c666cea Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 05 Sep 2012 18:19:07 +0000 Subject: build: Fix elements check for GStreamer 1.0 The old macro is now GStreamer 0.10 only. See https://bugzilla.gnome.org/show_bug.cgi?id=682968 --- (limited to 'configure.in') diff --git a/configure.in b/configure.in index 6d886b0..375e883 100644 --- a/configure.in +++ b/configure.in @@ -65,10 +65,10 @@ AC_SUBST(GSTREAMER_CFLAGS) AC_SUBST(GSTREAMER_LIBS) # Find the GStreamer elements we use, and warn if they are not present. -AM_GST_ELEMENT_CHECK(vorbisenc,,AC_MSG_WARN([The 'vorbisenc' element was not found. This will cause encoding to Ogg Vorbis to fail.])) -AM_GST_ELEMENT_CHECK(flacenc,,AC_MSG_WARN([The 'flacenc' element was not found. This will cause encoding to FLAC to fail.])) -AM_GST_ELEMENT_CHECK(wavenc,,AC_MSG_WARN([The 'wavenc' element was not found. This will cause encoding to Wave to fail.])) -AM_GST_ELEMENT_CHECK(giosink,,AC_MSG_WARN([The 'giosink' element was not found. This will cause Sound Juicer to fail at runtime.])) +GST_ELEMENT_CHECK(vorbisenc,1.0,,AC_MSG_WARN([The 'vorbisenc' element was not found. This will cause encoding to Ogg Vorbis to fail.])) +GST_ELEMENT_CHECK(flacenc,1.0,,AC_MSG_WARN([The 'flacenc' element was not found. This will cause encoding to FLAC to fail.])) +GST_ELEMENT_CHECK(wavenc,1.0,,AC_MSG_WARN([The 'wavenc' element was not found. This will cause encoding to Wave to fail.])) +GST_ELEMENT_CHECK(giosink,1.0,,AC_MSG_WARN([The 'giosink' element was not found. This will cause Sound Juicer to fail at runtime.])) # MusicBrainz5 PKG_CHECK_MODULES(MUSICBRAINZ5, libmusicbrainz5 >= 5.0.1 libdiscid, [have_mb5=yes], [have_mb5=no]) -- cgit v0.9.0.2 debian/sound-juicer.manpages0000664000000000000000000000002412016555416013315 0ustar data/sound-juicer.1 debian/rules0000775000000000000000000000067612016555416010266 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk CFLAGS += -Wno-unused-parameter LDFLAGS += -Wl,-O1 -Wl,-z,defs -Wl,--as-needed DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper debian/sound-juicer.xpm0000664000000000000000000001437612016555416012345 0ustar /* XPM */ static char *sound-juicer[] = { /* columns rows colors chars-per-pixel */ "32 32 257 2", " c #79604B", ". c #7E6754", "X c #7F756A", "o c #7D7D7B", "O c #974503", "+ c #9B4701", "@ c #9E4803", "# c #9A4B0D", "$ c #9C571D", "% c #875937", "& c #925B2E", "* c #9F683C", "= c #A34B02", "- c #AA4D02", "; c #A6520B", ": c #A4591D", "> c #AF5D1A", ", c #BA5300", "< c #BC5807", "1 c #BC5B0C", "2 c #B35912", "3 c #B55F1B", "4 c #BC5D10", "5 c #AC5F21", "6 c #BF6311", "7 c #B9621C", "8 c #A4622B", "9 c #AB6025", "0 c #AA652C", "q c #AD682E", "w c #A36635", "e c #A0673A", "r c #A1693D", "t c #A86733", "y c #AE6A33", "u c #A96D3C", "i c #B36222", "p c #B46628", "a c #B2692D", "s c #BA6A2A", "d c #B16C33", "f c #B5733C", "g c #9C6A43", "h c #917B69", "j c #9B7E67", "k c #A87144", "l c #AC7950", "z c #B37544", "x c #BE7C49", "c c #C35700", "v c #C55800", "b c #C85E01", "n c #C06012", "m c #C36619", "M c #C46A1F", "N c #D46905", "B c #D66D0D", "V c #DE6F06", "C c #D77114", "Z c #D8761B", "A c #C67026", "S c #C7732D", "D c #C87228", "F c #C0773B", "G c #CB7931", "H c #D77928", "J c #DA7A22", "K c #DB7E29", "L c #E46D02", "P c #E67104", "I c #EF7500", "U c #EE7F16", "Y c #F47800", "T c #F47D0A", "R c #C17B43", "E c #AC815E", "W c #B3835C", "Q c #BB885E", "! c #AB8F78", "~ c #AE917B", "^ c #B1957E", "/ c #BD9A7D", "( c #CF833E", ") c #D0823C", "_ c #DC8433", "` c #DE8B3E", "' c #F48214", "] c #F18319", "[ c #F5881F", "{ c #EA8E3B", "} c #F58A22", "| c #F99A25", " . c #F99C29", ".. c #FAA12E", "X. c #FAA432", "o. c #FBA739", "O. c #FAA835", "+. c #FBAC3B", "@. c #C6834E", "#. c #C28856", "$. c #CA8D57", "%. c #D58C4A", "&. c #DF8F45", "*. c #DD944D", "=. c #D69459", "-. c #C39673", ";. c #C79E7C", ":. c #CF9C73", ">. c #DB9F69", ",. c #DFA36A", "<. c #D4A074", "1. c #E1944D", "2. c #E29753", "3. c #E39B5A", "4. c #F79C44", "5. c #E19B63", "6. c #E5A45D", "7. c #FBAE42", "8. c #FBAE4B", "9. c #F5A353", "0. c #FBB144", "q. c #FBB44C", "w. c #FFBF40", "e. c #F6B153", "r. c #F4B75C", "t. c #FBB452", "y. c #FCB854", "u. c #FCBA5B", "i. c #E5A362", "p. c #E5AA6D", "a. c #E8A566", "s. c #E3AC7A", "d. c #E5B17F", "f. c #E3B87C", "g. c #E8B677", "h. c #E8B07D", "j. c #EEBF7B", "k. c #F5AB64", "l. c #F0AD6F", "z. c #F4B06F", "x. c #F0B969", "c. c #F9B069", "v. c #FABC63", "b. c #FBBF68", "n. c #F0BB72", "m. c #F1BA78", "M. c yellow", "N. c #EFC17D", "B. c #FBC06D", "V. c #F4C07C", "C. c #FCC372", "Z. c #FCC57B", "A. c #808080", "S. c #8A8B87", "D. c #8C8D8A", "F. c #929292", "G. c #9B9793", "H. c #9A9A9A", "J. c #9EA19D", "K. c #AE9886", "L. c #A99D94", "P. c #B59982", "I. c #B99C86", "U. c #BC9F89", "Y. c #BDA28B", "T. c #BAA492", "R. c #BDAA9B", "E. c #A3A3A3", "W. c #A6ABA6", "Q. c #AAACA7", "!. c #ACACAB", "~. c #B6B6AD", "^. c #BEB5AE", "/. c #B3B3B3", "(. c #BBBBBB", "). c #D9AB85", "_. c #D9B98B", "`. c #D5BC97", "'. c #D8BD96", "]. c #C7BBA4", "[. c #CDBDA0", "{. c #CCBAAC", "}. c #C0BBB8", "|. c #E6B68A", " X c #E7BA88", ".X c #E9B680", "XX c #EAB88F", "oX c #F5BC87", "OX c #CDC4BA", "+X c #DAC6AA", "@X c #F5CB8D", "#X c #FAC28B", "$X c #FDCB82", "%X c #FCCE8C", "&X c #F5C395", "*X c #FBCB9C", "=X c #FDD497", "-X c #FDD59A", ";X c #E0CDBE", ":X c #EFD0A6", ">X c #EFD4AB", ",X c #E3D1B5", " YXYXYXYXYXYXYX", "YXYXYXYXg p G ZXUXSX-XKX6X+.O.+.O.+.C.UXUXIXCXx i 8 YXYXYXYXYXYX", "YXYXYX8 p %.IXIX%X+.O.q.$XX...O. .+.8.8XMXeXIXUX:.3 2 YXYXYXYXYX", "YXYXYXd D SXKXu.+.X.+. .-X .X.o. .+.8.wXt.y.v.HXIX@.a YXYXYXYXYX", "YXYXw 1 9XUXZ.O.O.X... .6Xo.+.0.o.q.7X$Xb.b.b.C.KXPXs t YXYXYXYX", "YXYX7 6.HXSX+.+.| +...+.v.b.q.t.e.V.NX@X@X@X@X@X4XPXuXl YXYXYXYX", "YXt M 9XIXIX0.X.0.o.q.8.t.eXv.n.f.cX1X>X5X5X5X:X:XHXDX).h YXYXYX", "YXa p.UXAX9X9XZ.X.t.t.v.b.ZXg._.+XCX.UXq.+... ...+.t.N.VXPXYXYXYXYXJ.E././.rXU.a.Y T l.f (.A.YXYX", "5 .XUX+.X...X.+.q.x._.[.iXYXYXw.YXD.S.(./.rXU.5.Y Y } =.T.A.YXYX", "5 ,.UXr.+.O.O.+.r.f.`.aXW.YXM.YXYXo o /./.}.I.3.n N ] 9.y A.YXYX", "> ) UX-X+.O.+.q.j.hXjXdXQ.YXYXYX+ . F.!.!.rXI.2.5 I.7 U R & YXYX", "> A BXUX8XB.4XnXcXOXtXdX!.S.o % # (.Q.!.(.P.1.y dX}.9 P ; O YX", ", 1 %XHXUXNX>X2XsXfXfXdXdX/.h k ).K.W.W./.rXP.&.0 yXiXiX8 @ + @ ", "YX7 XIXKXqXhXvXFXDXdXdXyX}.u 0X0Xw E.W.(.rXK.&.y yXyXyXF.O O O ", "YX5 f UXGXmXGXLXFXFXDXdXyX(.u XX5.R L./.(.(.P.K 0 yXyX/.A.YXYXYX", "YX, 1 VXUXJXPXLXLXFXFXDXdXyXd } I H k (.(.(.P.K 0 tXyXF.YXYXYXYX", "YXYX9 -.UXUXPXLXLXFXFXDXfXdXy L L c l (./.(.~ K 0 yXE.A.YXYXYXYX", "YXYXc E uXUXUXPXLXLXFXDXfXfX{.u 5 u (.(.(./.! J 0 /.F.YXYXYXYXYX", "YXYXYX7 G.FXPXUXLXLXFXFXDXfXfXdXyXyXrXrX(.(.! Z 8 F.A.YXYXYXYXYX", "YXYXYXYXA.H.dXUXUXLXLXFXDXDXfXfXdXyXyXtXrX(.^ C $ A.YXYXYXYXYXYX", "YXYXYXYXYXA.H./.LXPXLXFXDXDXDXfXfXdXtXR.R.}.j B = YXYXYXYXYXYXYX", "YXYXYXYXYXYXYXA.H.rXFXLXFXFXDXfXQ Q <.|.s.$.p V = YXYXYXYXYXYXYX", "YXYXYXYXYXYXYXYXYXA.H.J./.(.tXW h.*X*X#Xc.4.} ] = YXYXYXYXYXYXYX", "YXYXYXYXYXYXYXYXYXYXYXYXA.A.A.$ *.oX*X&Xl.{ L b = YXYXYXYXYXYXYX", "YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXO @ = - , , - = + O YXYXYXYXYXYXYX", "YXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXYXO O O O YXYXYXYXYXYXYXYXYXYX" }; debian/source/0000775000000000000000000000000012016555416010475 5ustar debian/source/format0000664000000000000000000000001412016555416011703 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000015512016555416010227 0ustar version=3 http://ftp.gnome.org/pub/GNOME/sources/sound-juicer/([\d\.]+[02468])/ \ sound-juicer-(.*)\.tar\.xz debian/control0000664000000000000000000000460712055721126010603 0ustar # This file is autogenerated. DO NOT EDIT! # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: sound-juicer Section: sound Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: Debian GNOME Maintainers , Emilio Pozuelo Monfort , Josselin Mouette , Michael Biebl , Sebastian Dröge Build-Depends: debhelper (>= 8), cdbs, gnome-pkg-tools (>= 0.10), intltool (>= 0.40.0), gnome-common, dh-autoreconf, libmusicbrainz5-dev (>= 5.0.1), libdiscid0-dev, libneon27-gnutls-dev, libgstreamer1.0-dev, gstreamer1.0-tools, libgstreamer-plugins-base1.0-dev, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, libgconf2-dev, libgtk-3-dev (>= 2.90.0), libbrasero-media3-dev, libgnome-media-profiles-dev, scrollkeeper, gnome-doc-utils, libglib2.0-dev (>= 2.32), libcanberra-gtk3-dev Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/sound-juicer Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/sound-juicer Homepage: http://www.burtonini.com/blog/computers/sound-juicer Package: sound-juicer Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good Recommends: eject Suggests: gstreamer1.0-plugins-ugly, gstreamer1.0-lame, gstreamer1.0-plugins-really-bad, brasero Description: GNOME CD Ripper A CD ripper for GNOME which aims to have a simple, clean, easy to use interface. . The package includes support by default for Vorbis and FLAC formats. For other supports you need the following packages: * gstreamer1.0-plugins-ugly to encode to MP2, * gstreamer1.0-lame (not available in the Debian archive) to encode to MP3, * gstreamer1.0-plugins-really-bad (not available in Debian) to encode to AAC. debian/copyright0000664000000000000000000000451112016555416011131 0ustar This package was debianized by Ross Burton on Fri, 11 Apr 2003 16:07:19 +0100. It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/sound-juicer/ Upstream Author: Ross Burton Copyright: Copyright (C) 2003-2008 Ross Burton Copyright (C) 2006-2007 Richard Hughes Copyright (C) 2007 Carl-Anton Ingmarsson Copyright (C) 2007 Jonh Wendell Copyright (C) 2005 Paolo Maggi Copyright (C) 2008 Luca Cavalli Copyright (C) 2003 Bastien Nocera License: 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; version 2 dated June, 1991. 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'. Some files in libjuicer/ are licensed under these terms: 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. You should have received a copy of the GNU Library General Public License along with this library; 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 Library General Public License can be found in `/usr/share/common-licenses/LGPL-2'. debian/changelog0000664000000000000000000004655012055721117011055 0ustar sound-juicer (3.5.0-0ubuntu1) raring; urgency=low [ Robert Ancell ] * New upstream release (LP: #1042015) * debian/control: - Use GStreamer 1.0 depends - Bump build-depends on libglib2.0-dev * debian/patches/0001-Use-musicbrainz5-drop-earlier-versions.patch: - Applied upstream [ Iain Lane ] * debian/patches/fix-gstreamer-elements-check-for-1.0.patch: Fix check to use 1.0 macro. Backported from upstream. -- Iain Lane Thu, 29 Nov 2012 17:58:39 +0000 sound-juicer (3.4.0-3) unstable; urgency=low [ Jon Dowland ] * Build against libmusicbrainz5-dev. This permits use of the newer MB API, which means multi-disc releases are handled properly again. Closes: #644512, #581417, #644993, #677232. [ Michael Biebl ] * Use dh-autoreconf to update the build system. -- Michael Biebl Tue, 19 Jun 2012 22:50:06 +0200 sound-juicer (3.4.0-1) unstable; urgency=low * New upstream release. * debian/watch: Track .xz tarballs. * debian/rules: Stop calling autogen.sh now that we have a proper release tarball. * Drop Build-Depends on libdbus-1-dev and libdbus-glib-1-dev, sound-juicer has been ported to GDBus. * Drop obsolete Build-Conflicts on libcdio-dev. * Bump Standards-Version to 3.9.3. -- Michael Biebl Sat, 31 Mar 2012 06:48:27 +0200 sound-juicer (2.32.1+git20120102.e678f0a-1) unstable; urgency=low [ Josselin Mouette ] * Update repository URL. [ Michael Biebl ] * New upstream Git snapshot e678f0a13846d33eb580118587908f9eaf8128be. * Run autogen.sh to generate the build system. * Add Build-Depends on gnome-common for gnome-autogen.sh. -- Michael Biebl Mon, 02 Jan 2012 17:10:23 +0100 sound-juicer (2.32.1+git20111010.2d5deeb-1) unstable; urgency=low * New upstream Git snapshot 2d5deeb9bf9bf2eb9389b61de81ef2017cf8e0d0. * debian/control.in: - Re-add Build-Depends on libneon27-gnutls-dev, see #628696. - Bump Standards-Version to 3.9.2. No further changes. - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer. * Upload to unstable. -- Michael Biebl Fri, 14 Oct 2011 05:02:22 +0200 sound-juicer (2.32.1+20110330-1) experimental; urgency=low * New upstream git snapshot, with gtk3 support. * Update build-dependencies accordingly. * Fix FSF address in copyright. -- Josselin Mouette Wed, 30 Mar 2011 20:02:48 +0530 sound-juicer (2.32.0-1) unstable; urgency=low * New upstream release. - Fixes build failures due to conflicting types. Closes: #614452 - Fixes build failures with binutils-gold / GCC 4.5. Closes: #592373 * Switch to source format 3.0 (quilt). - Add debian/source/format. * Update build dependencies. - Drop libglade2-dev. - Drop libneon27-gnutls-dev. - Bump libgtk2.0-dev to (>= 2.20). - Bump libbrasero-media-dev to (>= 2.26). - Bump debhelper to (>= 8). * Bump Standards-Version to 3.9.1. No further changes. * Bump debhelper compatibility level to 8. -- Michael Biebl Wed, 16 Mar 2011 18:12:57 +0100 sound-juicer (2.28.2-3) unstable; urgency=low * Add libcdio-dev to build conflicts so the libcdio backend won't be accidentally enabled. -- Emilio Pozuelo Monfort Tue, 05 Oct 2010 14:18:39 +0200 sound-juicer (2.28.2-2) unstable; urgency=low [ Josselin Mouette ] * Drop libcdio build-dependency since the backend is broken and causes crashes. Closes: #590878. [ Emilio Pozuelo Monfort ] * Upload to unstable. -- Emilio Pozuelo Monfort Fri, 01 Oct 2010 13:48:42 +0200 sound-juicer (2.28.2-1) unstable; urgency=low * New upstream bugfix release. * debian/control.in: + Use libmusicbrainz 3 instead of the deprecated 2.1 release series. -- Sebastian Dröge Fri, 09 Apr 2010 07:47:21 +0200 sound-juicer (2.28.1-2) unstable; urgency=low * debian/control.in: - Stop depending on hal, it's no longer needed. Closes: #558455. * Standards-Version is 3.8.4, no changes needed. -- Emilio Pozuelo Monfort Sat, 06 Feb 2010 11:37:30 +0100 sound-juicer (2.28.1-1) unstable; urgency=low * New upstream release. - Build depend on libdbus-1-dev. * debian/control.in: - Standards-Version is 3.8.3, no changes needed. - Point Vcs-* to the unstable branches. -- Emilio Pozuelo Monfort Fri, 27 Nov 2009 11:32:27 +0100 sound-juicer (2.28.0-1) unstable; urgency=low [ Loïc Minier ] * Suggest brasero. [ Andreas Henriksson ] * New upstream release. * bump build-dependency on libglib2.0-dev to >= 2.18. -- Emilio Pozuelo Monfort Wed, 23 Sep 2009 18:17:08 +0200 sound-juicer (2.26.1-1) unstable; urgency=low [ Emilio Pozuelo Monfort ] * Suggest gstreamer0.10-plugins-ugly rather than -bad, the twolame plugin has been moved to -ugly. Update the description too. Thanks to Fabian Greffrath. [ Josselin Mouette ] * Stop mentioning GNOME 2. [ Emilio Pozuelo Monfort ] * New upstream version. + Actually sets disc number. Closes: #525468. * Update build-dependencies. * debian/patches/01_manpage_error.patch: removed, fixed upstream. * debian/rules: remove simple-patchsys.mk * debian/copyright: - Point to GPL-2 rather than GPL. - Updated. * Section is sound. * Standards-Version is 3.8.2, no changes needed. [ Josselin Mouette ] * Add missing build-dependency on libcdio-dev. -- Josselin Mouette Wed, 08 Jul 2009 00:15:24 +0200 sound-juicer (2.24.0-2) unstable; urgency=low * Remove suggests on -ugly, since there are no profiles using it by default. * Add suggests on -lame and -really-bad for MP3 and AAC support. Explain why you might need them in the description. Closes: #509787. * Upload to unstable. -- Josselin Mouette Thu, 05 Mar 2009 16:33:03 +0100 sound-juicer (2.24.0-1) experimental; urgency=low [ Emilio Pozuelo Monfort ] * New upstream release. - Fixes a crash when accessing the preferences. Closes: #490346. - Adds a year filename tag. Closes: #471294. - Shows the tracks in the main window when launched by nautilus. Closes: #479570. - Update build dependencies. - Remove gstreamer0.10-gnomevfs dependency, it now uses giosink. - debian/patches/01_musicbrainz_message.patch: removed, fixed upstream. * debian/watch: Remove 'debian uupdate'. * debian/control.in: - Wrap Build-Depends and Depends. - Update Standards-Version to 3.8.0, no changes needed. - Added Homepage and Vcs-* fields. * debian/menu: Fix section. * debian/copyright: - Use correct download url in debian/copyright. - Add copyright holders. * debian/sound-juicer.1, debian/sound-juicer: - Remove the manpage, as it's shipped upstream, and install it from the tarball * debian/sound-juicer.1, debian/sound-juicer: - Remove the manpage, as it's shipped upstream, and install it from the tarball. [ Josselin Mouette ] * Require gstreamer0.10-plugins-base 0.10.20 for the availability of giosink. * Pass -01 -z defs --as-needed to the linker. * 01_manpage_error.patch: new patch. Fix a small error in the manual page. -- Josselin Mouette Wed, 10 Dec 2008 10:18:35 +0100 sound-juicer (2.22.0-2) unstable; urgency=low * 01_musicbrainz_message.patch: patch from Pekka Vuorela to fix display issues with the musicbrainz notification. Upstream commit r2179. Closes: #497261. * Remove versioned build-dependency on scrollkeeper. -- Josselin Mouette Thu, 18 Sep 2008 17:23:18 +0200 sound-juicer (2.22.0-1) unstable; urgency=low [ Josselin Mouette ] * Build-depend on libtag1-dev. [ Sebastian Dröge ] * New upstream stable release: + debian/control.in: - Update build dependencies. - Update Standards-Version to 3.7.3, no additional changes needed. - Suggest gst-plugins-ugly and gst-plugins-bad. -- Sebastian Dröge Fri, 14 Mar 2008 13:09:50 +0100 sound-juicer (2.20.1-1) unstable; urgency=low * New upstream bugfix release: + debian/patches/20_svn_edit_profiles_crash.patch: - Dropped, merged upstream. -- Sebastian Dröge Sun, 14 Oct 2007 18:30:55 +0200 sound-juicer (2.20.0-2) unstable; urgency=low * debian/patches/20_svn_edit_profiles_crash.patch: + Patch from upstream SVN to fix crashes when editing profiles or doing something else with profiles (Closes: #443146). -- Sebastian Dröge Thu, 20 Sep 2007 21:28:23 +0200 sound-juicer (2.20.0-1) unstable; urgency=low [ Sven Arvidsson ] * Add depend on hal (Closes: #422322) [ Sebastian Dröge ] * New upstream release: + debian/control.in: - Update musicbrainz and gstreamer requirements. -- Sebastian Dröge Mon, 17 Sep 2007 12:06:04 +0200 sound-juicer (2.16.4-1) unstable; urgency=low [ Sven Arvidsson ] * Add icon to the Debian menu entry (Closes: #252849) [ Sebastian Dröge ] * New upstream release. * Upload to unstable, drop check-dist include. * Update build dependencies from configure.in. * Update debhelper compat level to 5. * Remove the (non-existing) doap.rdf file from debian/docs. -- Sebastian Dröge Wed, 25 Apr 2007 16:03:47 +0200 sound-juicer (2.16.3-1) experimental; urgency=low * Add a get-orig-source target to retrieve the upstream tarball. * Include the new check-dist Makefile to prevent accidental uploads to unstable; bump build-dep on gnome-pkg-tools to >= 0.10. * Merge 2.14.6-1. * New upstream release. * Add libgtk2.0-dev >= 2.10 build-dep to make the package autobuildable. -- Loic Minier Mon, 12 Mar 2007 11:33:46 +0100 sound-juicer (2.16.2-1) experimental; urgency=low * New upstream release. * Remove duplicate build-dependency on gnome-vfs. -- Josselin Mouette Sat, 9 Dec 2006 00:11:50 +0100 sound-juicer (2.16.1-1) experimental; urgency=low * Add CDBS' utils. * Don't override DEB_CONFIGURE_EXTRA_FLAGS. * New upstream release, "Now Every Fool In Town". * Install doap.rdf. * Bump up build-deps to libgnomeui-dev >= 2.16.0-2 and libgnomevfs2-dev >= 2.10.0 because of the new libnautilus-burn-dev >= 2.15. -- Loic Minier Thu, 5 Oct 2006 18:43:45 +0200 sound-juicer (2.16.0-1) experimental; urgency=low [ Marco Cabizza ] * New upstream release, target experimental: - Bump libgtk2.0-dev build-dep to 2.8 and libnautilus-burn-dev to 2.15.3 [ Loic Minier ] * Bump libgnomeui-dev build-dep to >= 2.13.0. -- Loic Minier Thu, 28 Sep 2006 15:57:09 +0200 sound-juicer (2.14.6-1) unstable; urgency=low [ Ross Burton ] * New upstream release - Fixes writing to remote locations (Closes: #410590) - Stop playing properly when the disc is ejected (Closes: #396247) [ Sven Arvidsson ] * Add a man page (Closes: #358205) [ Loic Minier ] * Add a get-orig-source target to retrieve the upstream tarball. -- Ross Burton Fri, 9 Mar 2007 20:18:29 +0000 sound-juicer (2.14.5-1) unstable; urgency=low * New upstream release. * Track stable versions in watch file. -- Loic Minier Mon, 7 Aug 2006 22:02:10 +0200 sound-juicer (2.14.4-2) unstable; urgency=medium * Add a gstreamer0.10-gnomevfs Depends to sound-juicer, thanks Alec Berryman. (Closes: #373695) -- Loic Minier Thu, 15 Jun 2006 09:28:09 +0200 sound-juicer (2.14.4-1) unstable; urgency=low [ Marco Cabizza ] * New upstream version: - fixed the no disk space issue (Closes: #349861) * debian/control, debian/control.in: - Dropping gstreamer 0.8, depending on 0.10 - Standards-version is 3.7.2 * debian/patches/01_fix_keybinding.diff: - Dropped, merged upstream [ Josselin Mouette ] * Even newer upstream version. -- Josselin Mouette Fri, 9 Jun 2006 01:08:40 +0200 sound-juicer (2.12.3-4) unstable; urgency=low * debian/control.in: - doesn't Depends on gnome-media [ Loic Minier ] Loic Minier : * Bump up gnome-media build-dep to >= 2.11.91. (Closes: #353001) [debian/control, debian/control.in] Gustavo Noronha Silva * debian/patches/01_fix_keybinding.diff: - patch from upstream CVS to fix keybinding that was masking the paste keybinding [ Josselin Mouette ] * Build-depend on libgnome-media-dev instead of gnome-media (closes: #357639). -- Sebastien Bacher Thu, 6 Apr 2006 14:42:49 +0200 sound-juicer (2.12.3-3) unstable; urgency=low * Upload to unstable. * Standards-version is 3.6.2. -- Josselin Mouette Sun, 8 Jan 2006 12:47:17 +0100 sound-juicer (2.12.3-2) experimental; urgency=low * Rebuild to actually get the new musicbrainz packages. -- Ross Burton Thu, 1 Dec 2005 10:42:08 +0000 sound-juicer (2.12.3-1) experimental; urgency=low * New upstream release * Bump build-dep on Musicbrainz to get transitioned package * Depend on gnome-media 2.12, grrr * Update copyright file with new FSF address -- Ross Burton Thu, 1 Dec 2005 09:39:30 +0000 sound-juicer (2.12.2-1) experimental; urgency=low * New upstream release * Add build-depend on libgstreamer-plugins0.8-dev and gnome-doc-utils * Add depend on gstreamer0.8-gnomevfs -- Sjoerd Simons Thu, 22 Sep 2005 00:01:32 +0200 sound-juicer (2.10.1-3) unstable; urgency=low * Rebuild for C++ transition and increase build-dep on musicbrainz (closes: #321541) -- Ross Burton Sat, 6 Aug 2005 12:12:25 +0100 sound-juicer (2.10.1-2) unstable; urgency=low * The "Ross Burton escapes from the angry mob" release. * Upload to unstable, on behalf of Ross. -- Jordi Mallach Mon, 13 Jun 2005 16:29:23 +0200 sound-juicer (2.10.1-1) experimental; urgency=low * New upstream release * Add build-deps on gnomevfs 2.10 and nautilus-burn 2.10. -- Ross Burton Mon, 9 May 2005 16:01:30 +0100 sound-juicer (0.6.1-2) unstable; urgency=low * Add build-dep on libgstreamer0.8-gconf (closes: #303884) -- Ross Burton Sat, 9 Apr 2005 14:00:22 +0100 sound-juicer (0.6.1-1) unstable; urgency=low * New upstream release - Add build-deps on GTK+ 2.6 and gnome-media - Fixes invalid cast on AMD64 (closes: #288535) * Add debian/watch -- Ross Burton Fri, 8 Apr 2005 14:36:56 +0100 sound-juicer (0.5.15-1) unstable; urgency=low * New upstream release - UTF8 characters handled better (closes: #247373) - Drive logic fixed (closes: #259985) -- Ross Burton Thu, 2 Dec 2004 19:57:26 +0000 sound-juicer (0.5.14-1) unstable; urgency=low * New upstream release - I'm the Debian and upstream maintainer, no need to remind me about new releases. (closes: #275961) - Alt-E is not Extract shortcut any more (closes: #256341) - uses non-blocking open (closes: #218266) - doesn't set the Comment field (closes: #252894) -- Ross Burton Mon, 11 Oct 2004 15:31:52 +0100 sound-juicer (0.5.13-1) unstable; urgency=low * New upstream release. * Build-depend on GTK+ 2.4. -- Ross Burton Tue, 28 Sep 2004 14:01:46 +0100 sound-juicer (0.5.12-2) unstable; urgency=low * Remove the postinst, dh_gconf handles this. -- Ross Burton Wed, 11 Aug 2004 12:29:21 +0100 sound-juicer (0.5.12-1) unstable; urgency=low * New upstream release. -- Ross Burton Mon, 7 Jun 2004 18:01:55 +0100 sound-juicer (0.5.11-2) unstable; urgency=low * GNOME Team Upload. * Upload in unstable (Closes: #251573). * debian/control.in: + updated Standards-Version to 3.6.1.0. -- Sebastien Bacher Sun, 30 May 2004 01:54:05 +0200 sound-juicer (0.5.11-1) experimental; urgency=low * New upstream release. * debian/control.in: Bump deps to GStreamer 0.8 * debian/menu: Fix lintian quote warnings -- Ross Burton Tue, 13 Apr 2004 11:35:29 +0100 sound-juicer (0.5.10.1-3) unstable; urgency=low * Bump Build-Depends on debhelper to get dh_gconf. -- Ross Burton Thu, 19 Feb 2004 10:11:15 +0000 sound-juicer (0.5.10.1-2) unstable; urgency=low * Add Build-Depend on intltool (closes: #231369, #231379) -- Ross Burton Fri, 6 Feb 2004 10:40:28 +0000 sound-juicer (0.5.10.1-1) unstable; urgency=low * New upstream release, fixing intltool for everyone else. -- Ross Burton Thu, 5 Feb 2004 16:23:07 +0000 sound-juicer (0.5.10-1) unstable; urgency=low * New upstream release (closes: #230234) * Move to GNOME Packaging Team -- Ross Burton Thu, 5 Feb 2004 16:23:07 +0000 sound-juicer (0.5.9-1) unstable; urgency=low * New upstream release -- Ross Burton Wed, 7 Jan 2004 12:18:44 +0000 sound-juicer (0.5.8-1) unstable; urgency=low * New upstream release -- Ross Burton Wed, 26 Nov 2003 16:54:28 +0000 sound-juicer (0.5.7-1) unstable; urgency=low * New upstream release - Encoder Missing dialog works (closes: #218875) - Fixed GStreamer requirements (closes: #217975) -- Ross Burton Tue, 11 Nov 2003 14:20:57 +0000 sound-juicer (0.5.6-1) unstable; urgency=low * New upstream release -- Ross Burton Mon, 27 Oct 2003 11:23:16 +0000 sound-juicer (0.5.5-1) unstable; urgency=low * New upstream release -- Ross Burton Wed, 1 Oct 2003 15:24:40 +0100 sound-juicer (0.5.4-2) unstable; urgency=low * Build-depend on scrollkeeper (closes: #212502, #212529) -- Ross Burton Wed, 24 Sep 2003 10:16:52 +0100 sound-juicer (0.5.4-1) unstable; urgency=low * New upstream release -- Ross Burton Tue, 16 Sep 2003 20:39:45 +0100 sound-juicer (0.5.3-1) unstable; urgency=low * New upstream release * Push Standards to 3.6.0. * Turn off nostrip. -- Ross Burton Tue, 16 Sep 2003 14:57:51 +0100 sound-juicer (0.5.2-1) unstable; urgency=low * New upstream release -- Ross Burton Thu, 21 Aug 2003 13:55:30 +0100 sound-juicer (0.5.1-2) unstable; urgency=low * debian/rules: set nostrip so that we get good back traces. -- Ross Burton Thu, 14 Aug 2003 18:35:59 +0100 sound-juicer (0.5.1-1) unstable; urgency=low * New upstream release. -- Ross Burton Mon, 11 Aug 2003 14:01:30 +0100 sound-juicer (0.4.1-1) unstable; urgency=low * New upstream release. -- Ross Burton Tue, 24 Jun 2003 13:55:13 +0100 sound-juicer (0.3-2) unstable; urgency=low * Added debian/menu file to stop Thom May moaning. -- Ross Burton Tue, 20 May 2003 16:51:40 +0100 sound-juicer (0.3-1) unstable; urgency=low * New upstream release * Re-arranged the GStreamer deps. * Change to CDBS -- Ross Burton Tue, 20 May 2003 11:11:11 +0100 sound-juicer (0.2.1-1) unstable; urgency=low * New upstream release -- Ross Burton Tue, 29 Apr 2003 15:30:59 +0100 sound-juicer (0.2-1) unstable; urgency=low * New upstream release -- Ross Burton Tue, 29 Apr 2003 14:17:05 +0100 sound-juicer (0.1-1) unstable; urgency=low * Initial Release. -- Ross Burton Fri, 11 Apr 2003 16:07:19 +0100 debian/control.in0000664000000000000000000000401412053141476011202 0ustar Source: sound-juicer Section: sound Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Build-Depends: debhelper (>= 8), cdbs, gnome-pkg-tools (>= 0.10), intltool (>= 0.40.0), gnome-common, dh-autoreconf, libmusicbrainz5-dev (>= 5.0.1), libdiscid0-dev, libneon27-gnutls-dev, libgstreamer1.0-dev, gstreamer1.0-tools, libgstreamer-plugins-base1.0-dev, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, libgconf2-dev, libgtk-3-dev (>= 2.90.0), libbrasero-media3-dev, libgnome-media-profiles-dev, scrollkeeper, gnome-doc-utils, libglib2.0-dev (>= 2.32), libcanberra-gtk3-dev Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/sound-juicer Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/sound-juicer Homepage: http://www.burtonini.com/blog/computers/sound-juicer Package: sound-juicer Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good Recommends: eject Suggests: gstreamer1.0-plugins-ugly, gstreamer1.0-lame, gstreamer1.0-plugins-really-bad, brasero Description: GNOME CD Ripper A CD ripper for GNOME which aims to have a simple, clean, easy to use interface. . The package includes support by default for Vorbis and FLAC formats. For other supports you need the following packages: * gstreamer1.0-plugins-ugly to encode to MP2, * gstreamer1.0-lame (not available in the Debian archive) to encode to MP3, * gstreamer1.0-plugins-really-bad (not available in Debian) to encode to AAC.