debian/0000755000000000000000000000000012417464307007176 5ustar debian/libmp3splt-dev.install0000644000000000000000000000022111762345344013427 0ustar usr/include/* usr/lib/lib*.a usr/lib/libmp3splt/lib*.a usr/lib/lib*.so debian/mp3splt.rules usr/share/libmp3splt-dev/ usr/lib/libmp3splt/lib*.so debian/libmp3splt0.install0000644000000000000000000000002311762342764012736 0ustar usr/lib/lib*.so.* debian/docs0000644000000000000000000000002311762435017010042 0ustar README TODO LIMITS debian/watch0000644000000000000000000000010111762343012010206 0ustar version=3 http://sf.net/mp3splt/libmp3splt-([0-9.a-z]+)\.tar\.gz debian/generate0000755000000000000000000000135211762343012010706 0ustar #!/bin/sh # NOTE: not used by this package, but is used when working on the # mp3splt and mp3splt-gtk packages. should only be used by me. set -e if [ -f debian/control ]; then cp debian/control debian/control.bak fi echo cp $1 debian/control cp $1 debian/control FILE=debian/control shift process(){ KEY=$(echo "$1" | head -1 | cut -d = -f 1) VAL=$(echo "$1" | head -1 | cut -d = -f 2-; echo "$1" | sed -n '2,$ p') VAL=$(echo "$VAL" | sed 's/\//\\\//g' | sed 's/&/\\\&/') VAL=$(echo -n "$VAL" | tr '\n' '$' | sed 's/\$/\\n/g') echo sed -i "s/###$KEY###/$VAL/g" $FILE sed -i "s/###$KEY###/$VAL/g" $FILE } while [ -n "$1" ]; do process "$1" shift done process "DESCRIPTION=$(cat `dirname $0`/description)" debian/copyright0000644000000000000000000000221311763052415011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: http://mp3splt.sourceforge.net/ Files: * Copyright: Copyright (c) 2002-2005 Matteo Trotta Copyright (c) 2005-2012 Alexandru Ionut Munteanu License: GPL-2+ Files: ./src/socket_manager.c ./src/audacity.c ./src/audacity.h Copyright: Copyright (c) 2002-2004 M. Trotta - Copyright (c) 2007 Federico Grau - Copyright (c) 2010-2012 Alexandru Munteanu License: GPL-2+ Files: ./src/filename_regex.h Copyright: Copyright (c) 2010 David Belohrad Copyright (c) 2010-2012 Alexandru Munteanu - io_fx@yahoo.fr License: GPL-2+ Files: debian/* Copyright: copyright 2009, Ryan Niebur License: GPL-2+ License: GPL-2+ 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'. debian/libmp3splt0-mp3.install0000644000000000000000000000004011762343012013415 0ustar usr/lib/libmp3splt/lib*mp3.so.* debian/mp3splt.rules0000644000000000000000000000516511764160505011660 0ustar # -*- makefile -*- # This is the rules file used to build Debian packages depending on libmp3splt DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk ifeq ($(PACKAGE_TYPE),libmp3splt) CFLAGS:=$(filter-out -Werror=format-security, $(CFLAGS)) CXXFLAGS:=$(filter-out -Werror=format-security, $(CXXFLAGS)) endif me:=$(lastword $(MAKEFILE_LIST)) i_am_not_dev=no dev_findable=yes ifeq ($(strip $(wildcard ../libmp3splt/debian/mp3splt.rules)),) dev_findable=no endif ifeq ($(me),/usr/share/libmp3splt-dev/mp3splt.rules) i_am_not_dev=yes endif ifneq (,$(filter no, $(dev_findable) $(i_am_not_dev))) BUILD_DEPS:=debhelper (>= 7.0.50) PACKAGE_TYPE ?= mp3splt whoami: @echo "common libmp3splt rules file is: $(me)" %: dh $(DH_OPTS) $@ clean: force-regenerate dh $(DH_OPTS) $@ regenerate: @make -f debian/rules check-regenerate @make -f debian/rules do-regenerate mp3splt-check-regenerate: [ -d ../libmp3splt/debian/ ] force-regenerate: if make -f debian/rules check-regenerate; then make -f debian/rules do-regenerate; fi check-regenerate: $(PACKAGE_TYPE)-check-regenerate @ do-regenerate: $(PACKAGE_TYPE)-do-regenerate @ INTERNAL_OVERRIDE_MINIMUM_VERSION=0.7.2-2 PKG=$(shell dpkg-parsechangelog | awk '/^Source:/{print $$2}') mp3splt-do-regenerate: sh ../libmp3splt/debian/generate ../libmp3splt/debian/mp3splt.control.in MP3SPLT_BUILDDEPS="$(BUILD_DEPS), $(shell INTERNAL_OVERRIDE_MINIMUM_VERSION=$(INTERNAL_OVERRIDE_MINIMUM_VERSION) OVERRIDE_MINIMUM_VERSION=$(OVERRIDE_MINIMUM_VERSION) sh ../libmp3splt/debian/shlibs-string.sh -dev)" $(shell LONG_INTERFACE=$(LONG_INTERFACE) SHORT_INTERFACE=$(SHORT_INTERFACE) sh ../libmp3splt/debian/extra_opts) SUGGESTS=$(SUGGESTS) RECOMMENDS=$(RECOMMENDS) cp ../libmp3splt/debian/watch debian/watch sed -i "s/libmp3splt/$(PKG)/g" debian/watch cp ../libmp3splt/debian/compat debian/compat cp ../libmp3splt/debian/clean debian/clean build-deps: @echo "$(BUILD_DEPS)" override_dh_auto_configure: dh_auto_configure -- --disable-mp3splttest $(EXTRA_CONFIGURE_OPTS) SONAME=$(shell sh ./debian/soname) libmp3splt-check-regenerate: [ -d ../mp3splt/debian/ ] libmp3splt-do-regenerate: ./debian/generate debian/control.in "BUILDDEPS=$(shell make -s -f debian/mp3splt.rules build-deps)" "SONAME=$(shell grep version-info src/Makefile.am | sed -r 's/.*-version-info (.):.*/\1/')" .PHONY: clean build force-regenerate regenerate mp3splt-do-regenerate mp3splt-check-regenerate override_dh_auto_configure build-deps libmp3splt-do-regenerate libmp3splt-check-regenerate ifneq ($(strip $(wildcard debian/rules.local)),) include debian/rules.local endif else include ../libmp3splt/debian/mp3splt.rules endif debian/regenerate.sh0000755000000000000000000000006211762343012011643 0ustar #!/bin/sh set -e make -f debian/rules regenerate debian/mp3splt.control.in0000644000000000000000000000136411764160426012612 0ustar Source: ###PACKAGE_NAME### Section: ###SECTION### Priority: ###PRIORITY### Maintainer: ###LIBMP3SPLT_MAINTAINER### Build-Depends: ###MP3SPLT_BUILDDEPS### Standards-Version: ###LIBMP3SPLT_STANDARDS_VERSION### Homepage: ###LIBMP3SPLT_HOMEPAGE### Vcs-Git: ###LIBMP3SPLT_VCS_GIT### Vcs-Browser: ###LIBMP3SPLT_VCS_BROWSER### Package: ###PACKAGE_NAME### Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libmp3splt0-mp3 | libmp3splt0-plugin Recommends: libmp3splt0-mp3, libmp3splt0-ogg, ###RECOMMENDS### Suggests: ###OTHER_PACKAGE###, ###SUGGESTS### Description: ###SHORT_INTERFACE### interface to split MP3 and Ogg Vorbis files without reencoding ###DESCRIPTION### . This package provides ###PACKAGE_NAME###, the ###LONG_INTERFACE### interface. debian/description0000644000000000000000000000130411762343012011431 0ustar 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.debian/libmp3splt0-ogg.install0000644000000000000000000000004011762343012013472 0ustar usr/lib/libmp3splt/lib*ogg.so.* debian/changelog0000644000000000000000000000474712417464073011064 0ustar libmp3splt (0.7.2-2.1) unstable; urgency=medium * Non-maintainer upload. * Build with autoreconf to prevent FTBFS on ppc64el. (Closes: #733845) -- Alessio Treglia Wed, 15 Oct 2014 13:27:37 +0100 libmp3splt (0.7.2-2) unstable; urgency=low * Move Depends/Recommends on the -plugins packages to the mp3splt* packages to prevent circular dependencies and also add Breaks (Closes: #676188) -- Ryan Niebur Fri, 08 Jun 2012 18:24:48 -0700 libmp3splt (0.7.2-1) unstable; urgency=low [ Andreas Moog ] * New usptream release (Closes: #592051) * debian/control: - Add libpcre3-dev to Build-Depends - Update Standards to 3.9.2 * Convert to source format 3.0 (quilt) * debian/libmp3splt-dev.install: Don't install la-file [ Ryan Niebur ] * move mp3splt and mp3splt-gtk's rules file into this package, and have them include it * add support to the mp3splt{-gtk,} control file generation for overriding the minimum build dependency version, and override it to 0.5.6-2 due to the added mp3splt.rules * rename libmp3splt-{ogg,mp3,plugin} to libmp3splt0-{ogg,mp3,plugin}, and move the versionless symlink to the libmp3splt-dev package. * change build dependency on debhelper to 7.0.50 instead of 7.2 * no longer build-deps on gawk * add a patch to the plugins thing to look at .so.0 files (which are in libmp3splt0), not just .so (which are in libmp3splt-dev) * allow for letters in the upstream version * update maintainer email address * Move repository to collab-maint * Remove DMUA field * enable hardened building * update to standards-version 3.9.3 * no longer install NEWS file * Update debian/copyright * fix spelling of information - use DEP3 patch headers * convert to copyright format 1.0 -- Ryan Niebur Mon, 04 Jun 2012 00:23:11 -0700 libmp3splt (0.5.6-1.1) unstable; urgency=low * Non-maintainer upload. * Empty dependency_libs (Closes: #621639). -- Luk Claes Wed, 22 Jun 2011 19:49:00 +0200 libmp3splt (0.5.6-1) unstable; urgency=low * New Upstream Version * add DM-Upload-Allowed field * remove libmp3splt0's dependency on libmp3splt-mp3 | libmp3splt- plugin, fixing the circular dependency (Closes: #529058) -- Ryan Niebur Thu, 21 May 2009 18:50:28 -0700 libmp3splt (0.5.4-1) unstable; urgency=low * Initial release (Closes: #515242) -- Ryan Niebur Fri, 10 Apr 2009 08:41:01 -0700 debian/control.in0000644000000000000000000000404112417463773011213 0ustar Source: libmp3splt Priority: optional Maintainer: Ryan Niebur Build-Depends: ###BUILDDEPS###, libogg-dev, libvorbis-dev, libmad0-dev, libltdl3-dev, libid3tag0-dev, libpcre3-dev, dh-autoreconf Standards-Version: 3.9.3 Section: libs Homepage: http://mp3splt.sourceforge.net/ Vcs-Git: git://anonscm.debian.org/collab-maint/libmp3splt.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libmp3splt.git;a=summary X-Soname-Version: ###SONAME### Package: libmp3splt-dev Section: libdevel Architecture: any Conflicts: libmp3splt, libmp3splt-mp3, libmp3splt-ogg Replaces: libmp3splt, libmp3splt-mp3, libmp3splt-ogg Depends: libmp3splt###SONAME### (= ${binary:Version}), ${misc:Depends}, libogg-dev, libvorbis-dev, libmad0-dev, libltdl3-dev, libid3tag0-dev Description: development files for libmp3splt###SONAME### ###DESCRIPTION### . This package contains the files needed to build programs against libmp3splt. Package: libmp3splt###SONAME###-ogg Architecture: any Depends: libmp3splt###SONAME### (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Conflicts: libmp3splt, libmp3splt-ogg Replaces: libmp3splt, libmp3splt-ogg Provides: libmp3splt###SONAME###-plugin Description: Ogg Vorbis plugin for mp3splt ###DESCRIPTION### . This package contains the Ogg Vorbis plugin. Package: libmp3splt###SONAME###-mp3 Architecture: any Depends: libmp3splt###SONAME### (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Conflicts: libmp3splt, libmp3splt-mp3 Replaces: libmp3splt, libmp3splt-mp3 Provides: libmp3splt###SONAME###-plugin Description: MP3 plugin for mp3splt ###DESCRIPTION### . This package contains the MP3 plugin. Package: libmp3splt###SONAME### Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: mp3splt, mp3splt-gtk Conflicts: libmp3splt Breaks: mp3splt (= 2.4.2-1), mp3splt-gtk (= 0.7.2-1) Replaces: libmp3splt Description: library for splitting MP3 and Ogg Vorbis files ###DESCRIPTION### . This package contains the library needed to run programs that use libmp3splt, such as mp3splt and mp3splt-gtk. debian/control0000644000000000000000000001120512417463756010607 0ustar Source: libmp3splt Priority: optional Maintainer: Ryan Niebur Build-Depends: debhelper (>= 7.0.50), libogg-dev, libvorbis-dev, libmad0-dev, libltdl3-dev, libid3tag0-dev, libpcre3-dev, dh-autoreconf Standards-Version: 3.9.3 Section: libs Homepage: http://mp3splt.sourceforge.net/ Vcs-Git: git://anonscm.debian.org/collab-maint/libmp3splt.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/libmp3splt.git;a=summary X-Soname-Version: 0 Package: libmp3splt-dev Section: libdevel Architecture: any Conflicts: libmp3splt, libmp3splt-mp3, libmp3splt-ogg Replaces: libmp3splt, libmp3splt-mp3, libmp3splt-ogg Depends: libmp3splt0 (= ${binary:Version}), ${misc:Depends}, libogg-dev, libvorbis-dev, libmad0-dev, libltdl3-dev, libid3tag0-dev Description: development files for libmp3splt0 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 contains the files needed to build programs against libmp3splt. Package: libmp3splt0-ogg Architecture: any Depends: libmp3splt0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Conflicts: libmp3splt, libmp3splt-ogg Replaces: libmp3splt, libmp3splt-ogg Provides: libmp3splt0-plugin Description: Ogg Vorbis plugin for mp3splt 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 contains the Ogg Vorbis plugin. Package: libmp3splt0-mp3 Architecture: any Depends: libmp3splt0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Conflicts: libmp3splt, libmp3splt-mp3 Replaces: libmp3splt, libmp3splt-mp3 Provides: libmp3splt0-plugin Description: MP3 plugin for mp3splt 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 contains the MP3 plugin. Package: libmp3splt0 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: mp3splt, mp3splt-gtk Conflicts: libmp3splt Breaks: mp3splt (= 2.4.2-1), mp3splt-gtk (= 0.7.2-1) Replaces: libmp3splt Description: library for splitting MP3 and Ogg Vorbis files 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 contains the library needed to run programs that use libmp3splt, such as mp3splt and mp3splt-gtk. debian/compat0000644000000000000000000000000211762342764010400 0ustar 7 debian/rules0000755000000000000000000000045112417463743010261 0ustar #!/usr/bin/make -f # -*- makefile -*- PACKAGE_TYPE=libmp3splt DH_OPTS=--with autoreconf include debian/mp3splt.rules override_dh_makeshlibs: dh_makeshlibs -Nlibmp3splt$(SONAME) -n dh_makeshlibs -plibmp3splt$(SONAME) -V "$(shell sh ./debian/shlibs-string.sh)" .PHONY: override_dh_makeshlibs debian/source/0000755000000000000000000000000011762345170010474 5ustar debian/source/format0000644000000000000000000000001411762345170011702 0ustar 3.0 (quilt) debian/clean0000644000000000000000000000001311762342764010201 0ustar config.log debian/soname0000755000000000000000000000007711762343012010401 0ustar #!/bin/sh awk '/^X-Soname-Version:/{print $2}' debian/control debian/extra_opts0000755000000000000000000000140711762343012011305 0ustar #!/bin/sh SRC=$(dpkg-parsechangelog | awk '/^Source: /{print $2}') sed '/^$/,$ d' ../libmp3splt/debian/control | while read field value; do field=LIBMP3SPLT_$(echo $field | sed 's/:$//' | awk '{print toupper($0);}' | sed 's/-/_/g'); value=$(echo $value | sed "s/libmp3splt/$SRC/g"); echo -n "$field=\"$value\" "; done OTHER_PACKAGE=mp3splt if [ "$SRC" = "$OTHER_PACKAGE" ]; then OTHER_PACKAGE=mp3splt-gtk fi echo -n "PACKAGE_NAME=$SRC " echo -n "PRIORITY=optional " echo -n "SECTION=sound " echo -n "OTHER_PACKAGE=$OTHER_PACKAGE " LONG=$LONG_INTERFACE SHORT=$SHORT_INTERFACE if [ -z "$LONG" -a -n "$SHORT" ]; then LONG=$SHORT fi if [ -n "$LONG" -a -z "$SHORT" ]; then SHORT=$LONG fi echo -n "LONG_INTERFACE=\"$LONG\" " echo -n "SHORT_INTERFACE=\"$SHORT\" " echo debian/shlibs-string.sh0000644000000000000000000000203611762343012012312 0ustar #!/bin/sh cd $(readlink -f $(dirname $(readlink -f $0))/..) if [ -n "$1" ]; then APPEND="$1" else APPEND=$(sh ./debian/soname) fi UPSTREAM_VERSION=$(dpkg-parsechangelog | awk '/^Version:/{sub("-.+$", "", $2); print $2}') # this is a better version, but it requires gawk: # NEXT_UPSTREAM=$(echo ${UPSTREAM_VERSION} | gawk '{split($0, a, "."); sub(a[length(a)] "$", a[length(a)] + 1, $0); print}') NEXT_UPSTREAM=$(echo ${UPSTREAM_VERSION} | cut -d . -f 1-2).$(( $(echo ${UPSTREAM_VERSION} | cut -d . -f 3 | tr -d '[a-z]') + 1 )) MINIMUM_DEP=$UPSTREAM_VERSION if [ -n "$OVERRIDE_MINIMUM_VERSION" ]; then if dpkg --compare-versions "$OVERRIDE_MINIMUM_VERSION" "gt" "$MINIMUM_DEP"; then MINIMUM_DEP=$OVERRIDE_MINIMUM_VERSION fi fi if [ -n "$INTERNAL_OVERRIDE_MINIMUM_VERSION" ]; then if dpkg --compare-versions "$INTERNAL_OVERRIDE_MINIMUM_VERSION" "gt" "$MINIMUM_DEP"; then MINIMUM_DEP="$INTERNAL_OVERRIDE_MINIMUM_VERSION" fi fi echo "libmp3splt$APPEND (>= ${MINIMUM_DEP}~), libmp3splt$APPEND (<< ${NEXT_UPSTREAM}~)" debian/patches/0000755000000000000000000000000011763050546010624 5ustar debian/patches/series0000644000000000000000000000003211762603666012042 0ustar fix-informations-spelling debian/patches/fix-informations-spelling0000644000000000000000000001616411763050546015666 0ustar Description: fix spelling of informations to be information Author: Ryan Niebur Forwarded: no Index: libmp3splt/po/cs.po =================================================================== --- libmp3splt.orig/po/cs.po 2012-06-02 23:44:03.000000000 -0700 +++ libmp3splt/po/cs.po 2012-06-02 23:44:18.000000000 -0700 @@ -54,7 +54,7 @@ #: src/cddb.c:63 #, c-format -msgid " reading informations from CDDB file %s ...\n" +msgid " reading information from CDDB file %s ...\n" msgstr " Čtou se informace ze souboru CDDB %s …\n" #: src/cddb.c:125 src/cue.c:539 @@ -175,7 +175,7 @@ #: src/cue.c:435 #, c-format -msgid " reading informations from CUE file %s ...\n" +msgid " reading information from CUE file %s ...\n" msgstr " Čtou se informace ze souboru CUE %s …\n" #: src/cue.c:487 @@ -189,7 +189,7 @@ #: src/audacity.c:237 #, c-format -msgid " reading informations from audacity labels file '%s' ...\n" +msgid " reading information from audacity labels file '%s' ...\n" msgstr " Čtou se informace ze souboru se štítky Audacity '%s …\n" #: src/errors.c:129 Index: libmp3splt/po/de_DE.po =================================================================== --- libmp3splt.orig/po/de_DE.po 2012-06-02 23:44:03.000000000 -0700 +++ libmp3splt/po/de_DE.po 2012-06-02 23:44:18.000000000 -0700 @@ -55,7 +55,7 @@ #: src/cddb.c:63 #, c-format -msgid " reading informations from CDDB file %s ...\n" +msgid " reading information from CDDB file %s ...\n" msgstr " Informationen aus CDDB-Datei %s werden gelesen …\n" #: src/cddb.c:125 src/cue.c:539 @@ -174,7 +174,7 @@ #: src/cue.c:435 #, c-format -msgid " reading informations from CUE file %s ...\n" +msgid " reading information from CUE file %s ...\n" msgstr " Informationen aus CUE-Datei %s werden gelesen …\n" #: src/cue.c:487 @@ -188,7 +188,7 @@ #: src/audacity.c:237 #, c-format -msgid " reading informations from audacity labels file '%s' ...\n" +msgid " reading information from audacity labels file '%s' ...\n" msgstr " Informationen aus Audacity-Labels-Datei »%s« werden gelesen …\n" #: src/errors.c:129 Index: libmp3splt/po/es.po =================================================================== --- libmp3splt.orig/po/es.po 2012-06-02 23:44:03.000000000 -0700 +++ libmp3splt/po/es.po 2012-06-02 23:44:18.000000000 -0700 @@ -51,7 +51,7 @@ #: src/cddb.c:63 #, c-format -msgid " reading informations from CDDB file %s ...\n" +msgid " reading information from CDDB file %s ...\n" msgstr "" #: src/cddb.c:125 src/cue.c:539 @@ -162,7 +162,7 @@ #: src/cue.c:435 #, c-format -msgid " reading informations from CUE file %s ...\n" +msgid " reading information from CUE file %s ...\n" msgstr "" #: src/cue.c:487 @@ -176,7 +176,7 @@ #: src/audacity.c:237 #, c-format -msgid " reading informations from audacity labels file '%s' ...\n" +msgid " reading information from audacity labels file '%s' ...\n" msgstr "" #: src/errors.c:129 Index: libmp3splt/po/fr_FR.po =================================================================== --- libmp3splt.orig/po/fr_FR.po 2012-06-02 23:44:03.000000000 -0700 +++ libmp3splt/po/fr_FR.po 2012-06-02 23:44:18.000000000 -0700 @@ -55,8 +55,8 @@ #: src/cddb.c:63 #, c-format -msgid " reading informations from CDDB file %s ...\n" +msgid " reading information from CDDB file %s ...\n" msgstr " lecture des informations du fichier CDDB %s ...\n" #: src/cddb.c:125 src/cue.c:539 #, c-format @@ -176,8 +176,8 @@ #: src/cue.c:435 #, c-format -msgid " reading informations from CUE file %s ...\n" +msgid " reading information from CUE file %s ...\n" msgstr " lecture des informations du fichier CUE %s ...\n" #: src/cue.c:487 msgid "description here" @@ -190,9 +190,9 @@ #: src/audacity.c:237 #, c-format -msgid " reading informations from audacity labels file '%s' ...\n" +msgid " reading information from audacity labels file '%s' ...\n" msgstr "" " Lecture des informations dans le fichier marqueurs audacity '%s' ...\n" #: src/errors.c:129 msgid "Network error" Index: libmp3splt/po/hr.po =================================================================== --- libmp3splt.orig/po/hr.po 2012-06-02 23:44:03.000000000 -0700 +++ libmp3splt/po/hr.po 2012-06-02 23:44:18.000000000 -0700 @@ -53,7 +53,7 @@ #: src/cddb.c:63 #, c-format -msgid " reading informations from CDDB file %s ...\n" +msgid " reading information from CDDB file %s ...\n" msgstr " čitanje informacija iz CDDB datoteke %s ...\n" #: src/cddb.c:125 src/cue.c:539 @@ -172,7 +172,7 @@ #: src/cue.c:435 #, c-format -msgid " reading informations from CUE file %s ...\n" +msgid " reading information from CUE file %s ...\n" msgstr "" #: src/cue.c:487 @@ -186,7 +186,7 @@ #: src/audacity.c:237 #, c-format -msgid " reading informations from audacity labels file '%s' ...\n" +msgid " reading information from audacity labels file '%s' ...\n" msgstr "" #: src/errors.c:129 Index: libmp3splt/po/libmp3splt.pot =================================================================== --- libmp3splt.orig/po/libmp3splt.pot 2012-06-02 23:44:03.000000000 -0700 +++ libmp3splt/po/libmp3splt.pot 2012-06-02 23:44:18.000000000 -0700 @@ -51,7 +51,7 @@ #: src/cddb.c:63 #, c-format -msgid " reading informations from CDDB file %s ...\n" +msgid " reading information from CDDB file %s ...\n" msgstr "" #: src/cddb.c:125 src/cue.c:539 @@ -162,7 +162,7 @@ #: src/cue.c:435 #, c-format -msgid " reading informations from CUE file %s ...\n" +msgid " reading information from CUE file %s ...\n" msgstr "" #: src/cue.c:487 @@ -176,7 +176,7 @@ #: src/audacity.c:237 #, c-format -msgid " reading informations from audacity labels file '%s' ...\n" +msgid " reading information from audacity labels file '%s' ...\n" msgstr "" #: src/errors.c:129 Index: libmp3splt/src/audacity.c =================================================================== --- libmp3splt.orig/src/audacity.c 2012-06-02 23:44:03.000000000 -0700 +++ libmp3splt/src/audacity.c 2012-06-02 23:44:18.000000000 -0700 @@ -234,7 +234,7 @@ *error = SPLT_AUDACITY_OK; splt_c_put_info_message_to_client(state, - _(" reading informations from audacity labels file '%s' ...\n"), file); + _(" reading information from audacity labels file '%s' ...\n"), file); FILE *file_input = NULL; Index: libmp3splt/src/cddb.c =================================================================== --- libmp3splt.orig/src/cddb.c 2012-06-02 23:44:03.000000000 -0700 +++ libmp3splt/src/cddb.c 2012-06-02 23:44:18.000000000 -0700 @@ -60,7 +60,7 @@ } splt_c_put_info_message_to_client(state, - _(" reading informations from CDDB file %s ...\n"),file); + _(" reading information from CDDB file %s ...\n"),file); splt_t_free_splitpoints_tags(state); Index: libmp3splt/src/cue.c =================================================================== --- libmp3splt.orig/src/cue.c 2012-06-02 23:44:03.000000000 -0700 +++ libmp3splt/src/cue.c 2012-06-02 23:44:18.000000000 -0700 @@ -432,7 +432,7 @@ } splt_c_put_info_message_to_client(state, - _(" reading informations from CUE file %s ...\n"),file); + _(" reading information from CUE file %s ...\n"),file); splt_t_free_splitpoints_tags(state);