Hello community, here is the log from the commit of package vorbisgain for openSUSE:Factory checked in at Wed Aug 3 11:04:32 CEST 2011.
-------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/vorbisgain/vorbisgain.changes 2010-10-04 13:44:33.000000000 +0200 @@ -0,0 +1,32 @@ +------------------------------------------------------------------- +Mon Oct 4 11:41:27 UTC 2010 - [email protected] + +- Fixed build on Factory (post 11.3) +- Moved changelog to changes file + +------------------------------------------------------------------- +Tue Jan 27 2009 - [email protected] + +- Fixed issues raised in review of submit-request #4320 + b) Build requires only contains devel smallest requires package set + c) Debug information now contained in debug package + +------------------------------------------------------------------- +Tue Dec 09 2008 - [email protected] + +- Fixed group tag +- Added RPM_OPT_FLAGS to CFLAGS so binaries are build with the proper flags (debug/no debug, stack protect etc.) +- Added fix for wrong end-of-line-encoding in COPYING file +- Added cleanup after build +- Added strip requirement to make install to shutup RPMLINT + +------------------------------------------------------------------- +Tue Nov 04 2008 - [email protected] + +- Fixed packaging of documentation files + +------------------------------------------------------------------- +Sun May 11 2008 - [email protected] + +- Initial package creation + calling whatdependson for head-i586 New: ---- vorbisgain-0.34.tar.bz2 vorbisgain.changes vorbisgain.spec vorbisgain_Makefile_tabs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vorbisgain.spec ++++++ # # spec file for package vorbisgain # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: vorbisgain Version: 0.34 Release: 1 License: LGPL Summary: Calculate the Replay Gain for Ogg Vorbis files Url: http://sjeng.org/vorbisgain.html Group: Productivity/Multimedia/Sound/Utilities Source0: vorbisgain-%{version}.tar.bz2 # PATCH-FIX-UPSTREAM vorbisgain_Makefile_tabs.patch [email protected] -- Fix indention of makefile Patch0: vorbisgain_Makefile_tabs.patch BuildRequires: dos2unix BuildRequires: libogg-devel BuildRequires: libvorbis-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Calculate the Replay Gain for Ogg Vorbis files VorbisGain is a utility that uses a psychoacoustic method to correct the volume of an Ogg Vorbis file to a predefined standardized loudness. It is meant as a replacement for the normalization that is commonly used before encoding. Although normalization will ensure that each song has the same peak volume, this unfortunately does not say anything about the apparent loudness of the music, with the end result being that many normalized files still don't sound equally loud. VorbisGain uses psychoacoustics to address this deficiency. Moreover, unlike normalization, it's a lossless procedure which works by adding tags to the file. Additionally, it will add hints that can be used to prevent clipping on playback. It is based upon the ReplayGain technology. The end result is that playback is both more convenient and of higher quality compared to a non-VorbisGain'ed file. %prep %setup -q # workaround wrong end of line encoding in source-ball dos2unix -f COPYING %patch0 -p1 %build CFLAGS="%{optflags}" ./configure --prefix=/usr --mandir=/usr/share/man make %install %make_install install -d -m755 %{buildroot}%{_datadir}/doc/packages/vorbisgain install -m644 README %{buildroot}%{_datadir}/doc/packages/vorbisgain install -m644 COPYING %{buildroot}%{_datadir}/doc/packages/vorbisgain install -m644 NEWS %{buildroot}%{_datadir}/doc/packages/vorbisgain %clean # clean up the hard disc after build rm -rf %{buildroot} %files %defattr(-,root,root) %{_bindir}/vorbisgain %doc %{_mandir}/man1/vorbisgain.1.gz %docdir %{_datadir}/doc/packages/vorbisgain %{_datadir}/doc/packages/vorbisgain %changelog ++++++ vorbisgain_Makefile_tabs.patch ++++++ # # Fixes wrong indention (spaces instead of tabs) in Makefile # # (c) 2010 Matthias Bach <[email protected]> # diff -Naru vorbisgain-0.34.old//Makefile.am vorbisgain-0.34/Makefile.am --- vorbisgain-0.34.old//Makefile.am 2003-09-17 17:58:08.000000000 +0200 +++ vorbisgain-0.34/Makefile.am 2010-10-04 13:29:57.000000000 +0200 @@ -20,7 +20,7 @@ EXTRA_DIST = $(man_MANS) NEWS README debug: - $(MAKE) all CFLAGS="@DEBUG@" + $(MAKE) all CFLAGS="@DEBUG@" profile: - $(MAKE) all CFLAGS="@PROFILE@" + $(MAKE) all CFLAGS="@PROFILE@" diff -Naru vorbisgain-0.34.old//Makefile.in vorbisgain-0.34/Makefile.in --- vorbisgain-0.34.old//Makefile.in 2003-09-17 18:03:34.000000000 +0200 +++ vorbisgain-0.34/Makefile.in 2010-10-04 13:36:50.000000000 +0200 @@ -417,10 +417,10 @@ debug: - $(MAKE) all CFLAGS="@DEBUG@" + $(MAKE) all CFLAGS="@DEBUG@" profile: - $(MAKE) all CFLAGS="@PROFILE@" + $(MAKE) all CFLAGS="@PROFILE@" # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
