[Python-modules-commits] r19464 - in packages/rgain/trunk (12 files)
laarmen-guest at users.alioth.debian.org
laarmen-guest at users.alioth.debian.org
Mon Nov 28 23:57:10 UTC 2011
Date: Monday, November 28, 2011 @ 23:57:09
Author: laarmen-guest
Revision: 19464
[svn-inject] Application des modifications Debian (1.0.1-1) pour le tronc
Added:
packages/rgain/trunk/debian/
packages/rgain/trunk/debian/changelog
packages/rgain/trunk/debian/collectiongain.rst
packages/rgain/trunk/debian/compat
packages/rgain/trunk/debian/control
packages/rgain/trunk/debian/copyright
packages/rgain/trunk/debian/docs
packages/rgain/trunk/debian/replaygain.rst
packages/rgain/trunk/debian/rules
packages/rgain/trunk/debian/source/
packages/rgain/trunk/debian/source/format
packages/rgain/trunk/debian/watch
Property changes on: packages/rgain/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/rgain/trunk/debian/changelog
===================================================================
--- packages/rgain/trunk/debian/changelog (rev 0)
+++ packages/rgain/trunk/debian/changelog 2011-11-28 23:57:09 UTC (rev 19464)
@@ -0,0 +1,5 @@
+rgain (1.0.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #650154)
+
+ -- Simon Chopin <chopin.simon at gmail.com> Sat, 26 Nov 2011 12:44:07 +0100
Added: packages/rgain/trunk/debian/collectiongain.rst
===================================================================
--- packages/rgain/trunk/debian/collectiongain.rst (rev 0)
+++ packages/rgain/trunk/debian/collectiongain.rst 2011-11-28 23:57:09 UTC (rev 19464)
@@ -0,0 +1,63 @@
+================
+ collectiongain
+================
+
+------------------------------------------
+ large scale Replay Gain calculating tool
+------------------------------------------
+
+:Date: 2011-11-26
+:Version: 1.0
+:Manual section: 1
+:Manual group: rgain
+
+SYNOPSIS
+========
+
+| **collectiongain** [*options*] *music_dir*
+| **collectiongain** --help
+| **collectiongain** --version
+
+DESCRIPTION
+===========
+
+**collectiongain** is a script calculating the Replay Gain values of a large set of
+music files inside *music_dir*. Each audio file will be rectified against the
+other files of the same album, which are identified using the file tags.
+
+OPTIONS
+=======
+
+--version
+ Display the version of the software.
+
+-h, --help
+ Display a short summary of the available options.
+
+-f, --force
+ Recalculate Replay Gain even if the file already contains gain information.
+
+-d, --dry-run
+ Don't actually modify any files.
+
+-r REF, --reference-loudness=REF
+ Set the reference loudness to REF dB (default: 89 dB)
+
+--mp3-format=MP3_FORMAT
+ Choose the Replay Gain data format for MP3 files. Since there is no
+ commonly accepted standard for Replay Gain in MP3 files, you need to choose.
+ Possible formats are :
+
+ - *ql* (used by **Quod Libet**). This is the default value.
+ - *fb2k* (read and written by **foobar2000**, also understood by **Quod Libet**)
+ - *mp3gain* (tags as written by the **mp3gain** program; this doesn't modify the
+ MP3 audio data as said program does).
+
+--ignore-cache
+ Don't trust implicit assumptions about what was already done, instead check
+ all files for Replay Gain data explicitly.
+
+SEE ALSO
+========
+
+**replaygain(1)**
Added: packages/rgain/trunk/debian/compat
===================================================================
--- packages/rgain/trunk/debian/compat (rev 0)
+++ packages/rgain/trunk/debian/compat 2011-11-28 23:57:09 UTC (rev 19464)
@@ -0,0 +1 @@
+8
Added: packages/rgain/trunk/debian/control
===================================================================
--- packages/rgain/trunk/debian/control (rev 0)
+++ packages/rgain/trunk/debian/control 2011-11-28 23:57:09 UTC (rev 19464)
@@ -0,0 +1,30 @@
+Source: rgain
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Simon Chopin <chopin.simon at gmail.com>
+Build-Depends:
+ debhelper (>= 8.0.0),
+ python-all (>= 2.6.6-3~),
+ python-docutils
+X-Python-Version: >=2.5
+Standards-Version: 3.9.2
+Homepage: https://bitbucket.org/fk/rgain/
+
+Package: python-rgain
+Architecture: all
+Depends:
+ python-gst0.10,
+ python-mutagen,
+ gstreamer0.10-plugins-base,
+ gstreamer0.10-plugins-good,
+ ${misc:Depends},
+ ${python:Depends}
+Description: Replay Gain volume normalization Python tools
+ This package provides a Python package to calculate the Replay Gain values of
+ audio files and normalize the volume of those files according to the values.
+ Two basic scripts exploiting these capabilities are shipped as well.
+ .
+ Replay Gain is a proposed standard designed to solve the very problem of
+ varying volumes across audio files. Its specifications are available at
+ http://replaygain.org/ .
Added: packages/rgain/trunk/debian/copyright
===================================================================
--- packages/rgain/trunk/debian/copyright (rev 0)
+++ packages/rgain/trunk/debian/copyright 2011-11-28 23:57:09 UTC (rev 19464)
@@ -0,0 +1,28 @@
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=208
+Upstream-Name: rgain
+Source: https://bitbucket.org/fk/rgain/
+
+Files: *
+Copyright: 2009-2010 Felix Krull <f_krull at gmx.de>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2011 Simon Chopin <chopin.simon at gmail.com>
+License: GPL-2+
+
+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 program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
Added: packages/rgain/trunk/debian/docs
===================================================================
--- packages/rgain/trunk/debian/docs (rev 0)
+++ packages/rgain/trunk/debian/docs 2011-11-28 23:57:09 UTC (rev 19464)
@@ -0,0 +1 @@
+README
Added: packages/rgain/trunk/debian/replaygain.rst
===================================================================
--- packages/rgain/trunk/debian/replaygain.rst (rev 0)
+++ packages/rgain/trunk/debian/replaygain.rst 2011-11-28 23:57:09 UTC (rev 19464)
@@ -0,0 +1,65 @@
+============
+ replaygain
+============
+
+--------------------------------
+ single file Replay Gain editor
+--------------------------------
+
+:Date: 2011-11-26
+:Version: 1.0
+:Manual section: 1
+:Manual group: rgain
+
+SYNOPSIS
+========
+
+| **replaygain** [*options*] *AUDIO_FILE* [*AUDIO_FILE* ...]
+| **replaygain** --help
+| **replaygain** --version
+
+DESCRIPTION
+===========
+
+**replaygain** applies or displays Replay Gain information for audio files.
+
+OPTIONS
+=======
+
+--version
+ Display the version of the software.
+
+-h, --help
+ Display a short documentation.
+
+-f, --force
+ Recalculate Replay Gain even if the file already contains gain information.
+
+-d, --dry-run
+ Don't actually modify any files.
+
+-r REF, --reference-loudness=REF
+ Set the reference loudness to REF dB (default: 89 dB)
+
+--mp3-format=MP3_FORMAT
+ Choose the Replay Gain data format for MP3 files. Since there is no
+ commonly accepted standard for Replay Gain in MP3 files, you need to choose.
+ Possible formats are :
+
+ - *ql* (used by **Quod Libet**). This is the default value.
+ - *fb2k* (read and written by **foobar2000**, also understood by **Quod Libet**)
+ - *mp3gain* (tags as written by the **mp3gain** program; this doesn't modify the
+ MP3 audio data as said program does).
+
+--no-album
+ Don't write any album gain information.
+
+--show
+ Don't calculate anything, simply show Replay Gain information for the
+ specified files. In this mode, all options other than **--mp3-format**
+ are ignored.
+
+SEE ALSO
+========
+
+**collectiongain(1)**
Added: packages/rgain/trunk/debian/rules
===================================================================
--- packages/rgain/trunk/debian/rules (rev 0)
+++ packages/rgain/trunk/debian/rules 2011-11-28 23:57:09 UTC (rev 19464)
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE=1
+
+%:
+ dh $@ --with python2
+
+override_dh_installman:
+ rst2man debian/replaygain.rst > debian/replaygain.1
+ rst2man debian/collectiongain.rst > debian/collectiongain.1
+ dh_installman debian/replaygain.1 debian/collectiongain.1
+
+override_dh_clean:
+ dh_clean
+ python setup.py clean
+ rm -f debian/replaygain.1 debian/collectiongain.1
Property changes on: packages/rgain/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/rgain/trunk/debian/source/format
===================================================================
--- packages/rgain/trunk/debian/source/format (rev 0)
+++ packages/rgain/trunk/debian/source/format 2011-11-28 23:57:09 UTC (rev 19464)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/rgain/trunk/debian/watch
===================================================================
--- packages/rgain/trunk/debian/watch (rev 0)
+++ packages/rgain/trunk/debian/watch 2011-11-28 23:57:09 UTC (rev 19464)
@@ -0,0 +1,3 @@
+version=3
+
+http://pypi.python.org/packages/source/r/rgain/rgain-(.+).tar.gz
More information about the Python-modules-commits
mailing list