Projects
Multimedia
flacon
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 14
View file
flacon.changes
Changed
@@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Sat Sep 5 11:43:12 UTC 2015 - sor.alexei@meowr.ru + +- Update to 1.2.0: + * Add Qt5 support. + * Add support for Opus output files. + * Update translations. + +------------------------------------------------------------------- Mon Aug 25 21:01:36 UTC 2014 - lazy.kent@opensuse.org - Update to 1.0.1. @@ -172,18 +180,18 @@ * Some GUI performance optimisation. ------------------------------------------------------------------- -Fri Nov 26 17:07:49 UTC 2010 - lazy.kent.suse@gmail.com +Fri Nov 26 17:07:49 UTC 2010 - lazy.kent@opensuse.org - Update to 0.5.3 * Fix: The program safely handle "?" and "*" in the tags. ------------------------------------------------------------------- -Sun Nov 14 15:27:20 UTC 2010 - lazy.kent.suse@gmail.com +Sun Nov 14 15:27:20 UTC 2010 - lazy.kent@opensuse.org - Remove buildroot in clean section. ------------------------------------------------------------------- -Mon Oct 25 19:24:26 UTC 2010 - lazy.kent.suse@gmail.com +Mon Oct 25 19:24:26 UTC 2010 - lazy.kent@opensuse.org - Update to 0.5.2 * Fix: Improved detection of the user language. @@ -192,7 +200,7 @@ won't be respected. ------------------------------------------------------------------- -Tue Sep 21 15:29:06 UTC 2010 - lazy.kent.suse@gmail.com +Tue Sep 21 15:29:06 UTC 2010 - lazy.kent@opensuse.org - Update to 0.5 * Add: Program can process multiple disc at once. @@ -200,7 +208,7 @@ * Fix: Code refactoring and many bug fixes. ------------------------------------------------------------------- -Mon Aug 16 22:08:32 UTC 2010 - lazy.kent.suse@gmail.com +Mon Aug 16 22:08:32 UTC 2010 - lazy.kent@opensuse.org - Update to 0.4.6 * Add: Support WavPack output format. Thanks to Artem Aleksuk. @@ -208,7 +216,7 @@ * Add: Additional file checks and more informative messages. ------------------------------------------------------------------- -Sun Aug 8 12:05:40 UTC 2010 - lazy.kent.suse@gmail.com +Sun Aug 8 12:05:40 UTC 2010 - lazy.kent@opensuse.org - Update to 0.4.5 * Add: Czech translation. @@ -217,26 +225,26 @@ * Fix: Loading icons in the Gnome 2.30. ------------------------------------------------------------------- -Tue Jul 27 16:57:12 UTC 2010 - lazy.kent.suse@gmail.com +Tue Jul 27 16:57:12 UTC 2010 - lazy.kent@opensuse.org - Update to 0.4.4 * Fix: Incorrect processing of the tag "genre" in the resulting file name. ------------------------------------------------------------------- -Tue Jul 20 15:57:04 UTC 2010 - lazy.kent.suse@gmail.com +Tue Jul 20 15:57:04 UTC 2010 - lazy.kent@opensuse.org - Update to 0.4.3 * Fix: Some fixes in desktop file. ------------------------------------------------------------------- -Thu Jun 10 20:57:29 UTC 2010 - lazy.kent.suse@gmail.com +Thu Jun 10 20:57:29 UTC 2010 - lazy.kent@opensuse.org - Update to 0.4.2 * Fix: Now program compatible with the old versions of the PyQt. * Fix: Some small fixes in the translation. ------------------------------------------------------------------- -Fri May 28 19:10:35 UTC 2010 - lazy.kent.suse@gmail.com +Fri May 28 19:10:35 UTC 2010 - lazy.kent@opensuse.org - Initial package created - 0.4.1
View file
flacon.spec
Changed
@@ -1,7 +1,7 @@ # # spec file for package flacon # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 Packman Team <packman@links2linux.de> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,30 +17,27 @@ Name: flacon -Version: 1.0.1 +Version: 1.2.0 Release: 0 +Summary: Split Compressed Audio CD Images to Tracks License: LGPL-2.1+ -Summary: Split Compressed Audio CD Image to Tracks -Url: http://flacon.github.io/ Group: Productivity/Multimedia/Sound/Editors and Convertors -Source0: https://github.com/flacon/flacon/archive/v%{version}.tar.gz +Url: http://flacon.github.io/ +Source: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake -BuildRequires: hicolor-icon-theme -BuildRequires: update-desktop-files -BuildRequires: pkgconfig(QtCore) -BuildRequires: pkgconfig(QtGui) -BuildRequires: pkgconfig(QtNetwork) -BuildRequires: pkgconfig(uchardet) -# not actually needed for build, but in order to make the build fail -# if the runtime dependencies are not available in the repository: +# Not actually needed for build, but in order to make the build fail +# if the runtime dependencies are not available in the repository: BuildRequires: faac BuildRequires: flac +BuildRequires: hicolor-icon-theme BuildRequires: lame BuildRequires: mac BuildRequires: shntool BuildRequires: ttaenc +BuildRequires: update-desktop-files BuildRequires: vorbis-tools BuildRequires: wavpack +BuildRequires: pkgconfig(uchardet) Requires: faac Requires: flac Requires: lame @@ -52,14 +49,25 @@ Recommends: %{name}-lang Recommends: mp3gain Recommends: vorbisgain -BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse}) +BuildRequires: pkgconfig(Qt5LinguistTools) +BuildRequires: pkgconfig(Qt5Network) +BuildRequires: pkgconfig(Qt5Widgets) +Requires: opus-tools +%else +BuildRequires: pkgconfig(QtCore) +BuildRequires: pkgconfig(QtGui) +BuildRequires: pkgconfig(QtNetwork) +Recommends: opus-tools +%endif %description -Flacon extracts individual tracks from one big audio file containing -the entire album of music and saves them as separate audio files. To do -this, it uses information from the appropriate CUE file. Besides, Flacon -makes it possible to conveniently revise or specify tags both for all -tracks at once or for each tag separately. +Flacon extracts individual tracks from one big audio file +containing the entire album of music and saves them as separate +audio files. To do this, it uses information from the appropriate +CUE file. Besides, Flacon makes it possible to conveniently revise +or specify tags both for all tracks at once or for each tag +separately. %lang_package @@ -67,18 +75,11 @@ %setup -q %build -mkdir build -cd build -cmake .. \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} \ - -DCMAKE_C_FLAGS="%{optflags}" \ - -DCMAKE_CXX_FLAGS="%{optflags}" -make %{?_smp_mflags} VERBOSE=1 +%cmake +make %{?_smp_mflags} %install -pushd build -%make_install -popd +%cmake_install %find_lang %{name} --with-qt %suse_update_desktop_file %{name} @@ -91,17 +92,17 @@ %icon_theme_cache_postun %files -%defattr(-,root,root,-) +%defattr(-,root,root) %doc LICENSE README.md %{_bindir}/%{name} %{_datadir}/%{name}/ %exclude %{_datadir}/%{name}/translations/ %{_datadir}/applications/%{name}.desktop -%{_datadir}/icons/hicolor/*/*/%{name}.* -%doc %{_mandir}/man?/* +%{_datadir}/icons/hicolor/*/apps/%{name}.* +%{_mandir}/man?/%{name}.?%{?ext_man} %files lang -f %{name}.lang -%defattr(-,root,root,-) +%defattr(-,root,root) %dir %{_datadir}/%{name}/translations/ %changelog
View file
flacon-1.2.0.tar.gz
Added
View file
v1.0.1.tar.gz
Deleted
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
.