Projects
home:phils3r
rsgain
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
rsgain.changes
Changed
@@ -1,4 +1,14 @@ ------------------------------------------------------------------- -Mon Jul 3 05:12:24 UTC 2023 - Philipp Seiler <p.seiler@linuxmail.org> +Wed Aug 7 06:26:35 UTC 2024 - Ka Hu <kahu2000+obs1234@gmail.com> -- initial commit +- rsgan 3.5.2 + +------------------------------------------------------------------- +Tue Jun 11 00:37:25 UTC 2024 - Ka Hu <kahu2000+obs1234@gmail.com> + +- rsgain 3.5.1 + +------------------------------------------------------------------- +Tue Mar 12 06:21:30 UTC 2024 - Ka Hu <kahu2000+obs1234@gmail.com> + +- rsgain 3.5
View file
rsgain.spec
Changed
@@ -1,60 +1,48 @@ # -# spec file for package -# -# Copyright (c) 2023 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/ +# spec file for package rsgain # Name: rsgain -Version: 3.3 -Release: 1 -License: custom +Version: 3.5.2 +Release: 0 +License: BSD-2-Clause Summary: ReplayGain 2.0 loudness normalizer -Url: https://www.archlinux.org/packages/community/x86_64/xbmc/ -Group: System/Base -Source0: %{name}-%{version}-source.tar.xz +Url: https://github.com/complexlogic/rsgain +Group: Productivity/Multimedia/Sound/Editors and Convertors +Source0: https://github.com/complexlogic/rsgain/archive/refs/tags/v%{version}.tar.gz BuildRequires: cmake -BuildRequires: gcc12-c++ -BuildRequires: pkgconfig(libavcodec) -BuildRequires: pkgconfig(libavformat) +BuildRequires: gcc-c++ +BuildRequires: ffmpeg-7-libavcodec-devel +BuildRequires: ffmpeg-7-libavformat-devel BuildRequires: libtag-devel -BuildRequires: libebur128-devel BuildRequires: libinih-devel -BuildRequires: fmt-devel +BuildRequires: pkgconfig(fmt) +BuildRequires: pkgconfig(libebur128) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -A modern ReplayGain 2.0 loudness normalizer utility +A simple, but powerful ReplayGain 2.0 tagging utility %prep -%setup -q +%setup -q -n %{name}-%{version} %build %cmake \ - -DCMAKE_C_COMPILER='/usr/bin/gcc-12' \ - -DCMAKE_CXX_COMPILER='/usr/bin/g++-12' \ - -DCMAKE_BUILD_TYPE=Release + -DCMAKE_BUILD_TYPE=Release \ + -DINSTALL_MANPAGE=1 %cmake_build %install %cmake_install %files -%defattr(-,root,root) +%dir %{_datadir}/%{name} +%dir %{_datadir}/%{name}/presets %{_bindir}/rsgain %{_datadir}/%{name}/presets/default.ini %{_datadir}/%{name}/presets/ebur128.ini %{_datadir}/%{name}/presets/loudgain.ini %{_datadir}/%{name}/presets/no_album.ini +%{_mandir}/man1/%{name}.1.gz %changelog
View file
rsgain-3.3-source.tar.xz
Deleted
View file
v3.5.2.tar.gz
Added
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.