--- mp3splt-gtk-0.5.4.orig/debian/control +++ mp3splt-gtk-0.5.4/debian/control @@ -0,0 +1,28 @@ +Source: mp3splt-gtk +Section: sound +Priority: optional +Maintainer: Ryan Niebur +Build-Depends: debhelper (>= 7.2), libmp3splt-dev (>= 0.5.4), libmp3splt-dev (<< 0.5.5~), libgtk2.0-dev, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, quilt, audacious-dev, perl +Standards-Version: 3.8.1 +Homepage: http://mp3splt.sourceforge.net/ +Vcs-Git: git://git.ryan52.info/git/mp3splt-gtk +Vcs-Browser: http://git.ryan52.info/?p=mp3splt-gtk;a=summary + +Package: mp3splt-gtk +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: audacious +Description: GTK interface to split MP3 and Ogg Vorbis files without reencoding + Mp3Splt-project is a utility to split mp3 and ogg files selecting a + begin and an end time position, without decoding. It's very useful to + split large mp3/ogg to make smaller files or to split entire albums to + obtain original tracks. If you want to split an album, you can select + split points and filenames manually or you can get them automatically + from CDDB (internet or a local file) or from .cue files. Supports also + automatic silence split, that can be used also to adjust cddb/cue + splitpoints. You can extract tracks from Mp3Wrap or AlbumWrap files in + few seconds. For mp3 files, both ID3v1 & ID3v2 tags are + supported. Mp3splt-project is split in 3 parts : libmp3splt, mp3splt + and mp3splt-gtk. + . + This package provides mp3splt-gtk, the graphical interface. --- mp3splt-gtk-0.5.4.orig/debian/clean +++ mp3splt-gtk-0.5.4/debian/clean @@ -0,0 +1,2 @@ +debian/mp3splt-gtk.1 +config.log --- mp3splt-gtk-0.5.4.orig/debian/manpages +++ mp3splt-gtk-0.5.4/debian/manpages @@ -0,0 +1 @@ +debian/mp3splt-gtk.1 --- mp3splt-gtk-0.5.4.orig/debian/rules.local +++ mp3splt-gtk-0.5.4/debian/rules.local @@ -0,0 +1,13 @@ +# -*- makefile -*- + +override_dh_auto_configure: + dh_auto_configure -- --enable-gstreamer --enable-audacious + +override_dh_installman: debian/mp3splt-gtk.1 + dh_installman + +debian/mp3splt-gtk.1: debian/mp3splt-gtk.pod + podchecker debian/mp3splt-gtk.pod + pod2man debian/mp3splt-gtk.pod > debian/mp3splt-gtk.1 + +.PHONY: override_dh_auto_configure override_dh_installman --- mp3splt-gtk-0.5.4.orig/debian/copyright +++ mp3splt-gtk-0.5.4/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Ryan Niebur on +Sun, 15 Mar 2009 10:26:56 -0700. + +It was downloaded from + +Upstream Author: + + Alexandru Munteanu + +Copyright: + + Copyright: (C) 2005-2009 Alexandru Munteanu + +License: + + You can redistribute this software 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. + + On Debian systems you can find the full text of the GNU General + Public License version 2 in '/usr/share/common-licenses/GPL-2'. + +The Debian packaging is copyright 2009, Ryan Niebur and +is licensed under the same license as mp3splt-gtk itself. + --- mp3splt-gtk-0.5.4.orig/debian/regenerate.sh +++ mp3splt-gtk-0.5.4/debian/regenerate.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +set -e +make -f debian/rules regenerate --- mp3splt-gtk-0.5.4.orig/debian/watch +++ mp3splt-gtk-0.5.4/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/mp3splt/mp3splt-gtk-([0-9.]+)\.tar\.gz --- mp3splt-gtk-0.5.4.orig/debian/mp3splt-gtk.pod +++ mp3splt-gtk-0.5.4/debian/mp3splt-gtk.pod @@ -0,0 +1,11 @@ +=pod + +=head1 NAME + +mp3splt-gtk - Gtk interface to split MP3 and Ogg Vorbis files + +=head1 SEE ALSO + +mp3splt(1) + +=cut --- mp3splt-gtk-0.5.4.orig/debian/compat +++ mp3splt-gtk-0.5.4/debian/compat @@ -0,0 +1 @@ +7 --- mp3splt-gtk-0.5.4.orig/debian/README.source +++ mp3splt-gtk-0.5.4/debian/README.source @@ -0,0 +1,5 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +See /usr/share/doc/quilt/README.source for a detailed explanation. --- mp3splt-gtk-0.5.4.orig/debian/control.base +++ mp3splt-gtk-0.5.4/debian/control.base @@ -0,0 +1,28 @@ +Source: mp3splt-gtk +Section: sound +Priority: optional +Maintainer: Ryan Niebur +Build-Depends: debhelper (>= 7.2), ###MP3SPLT_BUILDDEPS###, libgtk2.0-dev, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, quilt, audacious-dev, perl +Standards-Version: 3.8.1 +Homepage: http://mp3splt.sourceforge.net/ +Vcs-Git: git://git.ryan52.info/git/mp3splt-gtk +Vcs-Browser: http://git.ryan52.info/?p=mp3splt-gtk;a=summary + +Package: mp3splt-gtk +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: audacious +Description: GTK interface to split MP3 and Ogg Vorbis files without reencoding + Mp3Splt-project is a utility to split mp3 and ogg files selecting a + begin and an end time position, without decoding. It's very useful to + split large mp3/ogg to make smaller files or to split entire albums to + obtain original tracks. If you want to split an album, you can select + split points and filenames manually or you can get them automatically + from CDDB (internet or a local file) or from .cue files. Supports also + automatic silence split, that can be used also to adjust cddb/cue + splitpoints. You can extract tracks from Mp3Wrap or AlbumWrap files in + few seconds. For mp3 files, both ID3v1 & ID3v2 tags are + supported. Mp3splt-project is split in 3 parts : libmp3splt, mp3splt + and mp3splt-gtk. + . + This package provides mp3splt-gtk, the graphical interface. --- mp3splt-gtk-0.5.4.orig/debian/changelog +++ mp3splt-gtk-0.5.4/debian/changelog @@ -0,0 +1,5 @@ +mp3splt-gtk (0.5.4-1) unstable; urgency=low + + * Initial release (Closes: #515243, #500446) (LP: 319177) + + -- Ryan Niebur Fri, 10 Apr 2009 08:43:39 -0700 --- mp3splt-gtk-0.5.4.orig/debian/rules +++ mp3splt-gtk-0.5.4/debian/rules @@ -0,0 +1,39 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +have_patches := $(wildcard debian/patches/series) + +ifneq ($(strip $(have_patches)),) +include /usr/share/quilt/quilt.make +UNPATCH=unpatch +endif + +%: + dh $@ + +build clean: + dh $@ + +build: $(QUILT_STAMPFN) +clean: $(UNPATCH) force-regenerate + +regenerate: + @make -f debian/rules check-regenerate + @make -f debian/rules do-regenerate + +check-regenerate: + [ -d ../libmp3splt/debian/ -a -x /usr/bin/gawk ] + +force-regenerate: + if make -f debian/rules check-regenerate; then make -f debian/rules do-regenerate; fi + +do-regenerate: + sh ../libmp3splt/debian/generate debian/control MP3SPLT_BUILDDEPS="$(shell sh ../libmp3splt/debian/shlibs-string.sh -dev)" + +.PHONY: clean build force-regenerate regenerate do-regenerate check-regenerate + +have_local := $(wildcard debian/rules.local) + +ifneq ($(strip $(have_local)),) +include debian/rules.local +endif --- mp3splt-gtk-0.5.4.orig/debian/patches/series +++ mp3splt-gtk-0.5.4/debian/patches/series @@ -0,0 +1 @@ +encoding-key-in-dot-desktop --- mp3splt-gtk-0.5.4.orig/debian/patches/encoding-key-in-dot-desktop +++ mp3splt-gtk-0.5.4/debian/patches/encoding-key-in-dot-desktop @@ -0,0 +1,11 @@ +it aint needed + +--- a/mp3splt-gtk.desktop ++++ b/mp3splt-gtk.desktop +@@ -1,6 +1,4 @@ + [Desktop Entry] +-Encoding=UTF-8 +- + Name=Mp3splt-gtk audio splitter + GenericName=Sound Splitter + Comment=Split mp3 and ogg files without decoding