Projects
Multimedia
mp3splt
mp3splt.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mp3splt.spec of Package mp3splt
# vim: set ts=4 sw=4 et: # Copyright (c) 2003-2012 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/ Name: mp3splt Version: 2.6.2 Release: 0.pm.1 Summary: Utility for MP3/Ogg Splitting without Decoding Source: http://prdownloads.sourceforge.net/mp3splt/mp3splt-%{version}.tar.gz URL: http://mp3splt.sourceforge.net/mp3splt_page/home.php Group: Productivity/Multimedia/Sound/Editors and Convertors License: GPL-2.0+ BuildRoot: %{_tmppath}/build-%{name}-%{version} BuildRequires: libmp3splt-devel >= 0.8.2 BuildRequires: libogg-devel libvorbis-devel BuildRequires: autoconf automake libtool pkgconfig BuildRequires: gcc make glibc-devel %description mp3splt is a free command-line utility that allows to split mp3 and ogg files from a begin time to an end time, without need of decoding and reencoding. It's useful to split large mp3/ogg to make smaller files or to split entire albums to obtain original tracks. Note that mp3splt will recognize an ogg file instead of mp3 only from extension. So if your file is Ogg Vorbis, it must end with ".ogg" If you are splitting an album, you can select split points and filenames manually or you can get them automatically from CDDB (internet or a local file) or from a .cue file. (See -c option) You can also try to split files automatically with silence detection (See -s option) Or if you have a file created either with Mp3Wrap or AlbumWrap, you can easily split it just with -w option and no further arguments. %prep %setup -q %build %configure \ --enable-oggsplt_symlink \ --with-mp3splt="%{_prefix}" \ --with-mp3splt-libraries="%{_libdir}" \ --with-mp3splt-includes="%{_includedir}" %__make %{?_smp_flags} %install %makeinstall [ -e "%{buildroot}%{_bindir}/oggsplt" ] \ || %__ln_s mp3splt "%{buildroot}%{_bindir}/oggsplt" %__ln_s mp3splt.1%{ext_man} "%{buildroot}%{_mandir}/man1/oggsplt.1%{ext_man}" %find_lang mp3splt %clean %{?buildroot:%__rm -rf "%{buildroot}"} %files -f mp3splt.lang %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README %{_bindir}/mp3splt %{_bindir}/oggsplt %doc %{_mandir}/man1/mp3splt.1%{ext_man} %doc %{_mandir}/man1/oggsplt.1%{ext_man} %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
.