Projects
Multimedia
mp3splt-gtk
mp3splt-gtk.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mp3splt-gtk.spec of Package mp3splt-gtk (Revision 6)
Currently displaying revision
6
,
Show latest
# vim: set ts=4 sw=4 et: # Copyright (c) 2006-2013 Pascal Bleser <pascal.bleser@opensuse.org> # # 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/ %bcond_without audacious Name: mp3splt-gtk Version: 0.9.2 Release: 1 Summary: Split MP3 and Ogg Files without decoding Source: http://prdownloads.sourceforge.net/mp3splt/mp3splt-gtk-%{version}.tar.gz Source1: %{name}.desktop Patch0: mp3splt-gtk.patch URL: http://mp3splt.sourceforge.net/mp3splt_page/home.php Group: Productivity/Multimedia/Sound/Editors and Convertors License: GPL-2.0+ BuildRequires: gettext-tools BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(gstreamer-1.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libmp3splt) BuildRequires: update-desktop-files %if %{with audacious} BuildRequires: pkgconfig(audclient) %endif %description %{name} is a GTK utility to split mp3 and ogg files selecting a begin and an end time position, without decoding. It is very useful to split large mp3/ogg to make smaller files or to split entire albums to obtain original tracks. %prep %autosetup -p1 %build #Fix unknown type name 'GtkActionGroup' sed -i 's/-DGTK_DISABLE_DEPRECATED//g' {configure,configure.ac} CFLAGS='%{optflags} -Wno-deprecated-declarations' ./autogen.sh %configure \ --disable-rpath \ --disable-scrollkeeper \ --disable-gnome \ --disable-doxygen_doc \ --enable-gtk3 \ %if %{with audacious} --enable-audacious %else --disable-audacious %endif %make_build %install %make_install install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/%{name}.desktop" %suse_update_desktop_file -r "%{name}" AudioVideo AudioVideoEditing %find_lang "%{name}" %files -f "%{name}.lang" %license COPYING %{_bindir}/mp3splt-gtk %{_mandir}/man1/mp3splt-gtk.1.gz %{_datadir}/pixmaps/mp3splt-gtk.png %{_datadir}/pixmaps/mp3splt-gtk_ico.svg %{_datadir}/applications/%{name}.desktop %{_datadir}/mp3splt-gtk %changelog
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
.