]> git.pld-linux.org Git - packages/mp3splt.git/blob - mp3splt.spec
- updated gettext BR
[packages/mp3splt.git] / mp3splt.spec
1 Summary:        Tool for spliting MP3, Ogg files to tracks
2 Summary(pl.UTF-8):      Program do podziału plików MP3, Ogg na ścieżki
3 Name:           mp3splt
4 Version:        2.6.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Multimedia
8 Source0:        http://downloads.sourceforge.net/mp3splt/%{name}-%{version}.tar.gz
9 # Source0-md5:  2a1fb548e1120a6b6dfc1dc053a774a0
10 URL:            http://mp3splt.sourceforge.net/
11 BuildRequires:  autoconf >= 2.56
12 BuildRequires:  automake
13 BuildRequires:  gettext-tools >= 0.18.3
14 BuildRequires:  libmp3splt-devel >= 0.9.0
15 BuildRequires:  libtool
16 BuildRequires:  sed >= 4.0
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Mp3Splt is a command line utility to split MP3 and Ogg files selecting
21 a begin and an end time position, without decoding. It's very useful
22 to split large MP3/Ogg to make smaller files or to split entire albums
23 to obtain original tracks. If you want to split an album, you can
24 select split points and filenames manually or you can get them
25 automatically from CDDB (internet or a local file) or from .cue files.
26
27 Otherwise if you have a file created either with Mp3Wrap or AlbumWrap
28 you can extract tracks just in few seconds. Supports VBR MP3.
29
30 %description -l pl.UTF-8
31 Mp3Splt jest narzędziem do podziału plików MP3 i Ogg na ścieżki.
32 Działa bez potrzeby dekodowania pliku. Jest bardzo przydatny do
33 podziału dużych plików MP3/Ogg na mniejsze pliki lub do podziału
34 całego albumu w celu uzyskania poszczególnych ścieżek. W tym drugim
35 przypadku możliwe jest ustalenie momentów zmiany plików oraz ręczne
36 bądź automatyczne (pobierane z CDDB lub plików .cue) ustalanie nazw
37 plików.
38
39 Jeśli posiadasz plik stworzony za pomocą Mp3Wrap lub AlbumWrap, możesz
40 wydobyć poszczególne ścieżki w przeciągu zaledwie kilku sekund.
41 Program obsługuje MP3 z VBR.
42
43 %prep
44 %setup -q
45 sed -i -e 's/fr_FR/fr/;s/de_DE/de/' po/LINGUAS
46 mv po/fr_FR.po po/fr.po
47 mv po/de_DE.po po/de.po
48 %{__rm} po/stamp-po
49
50 %build
51 %{__gettextize}
52 %{__aclocal} -Im4
53 %{__autoconf}
54 %{__autoheader}
55 %{__automake}
56 %configure \
57         --enable-flacsplt_symlink \
58         --enable-oggsplt_symlink
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT
66
67 %find_lang %{name}
68
69 %clean
70 rm -rf $RPM_BUILD_ROOT
71
72 %files -f %{name}.lang
73 %defattr(644,root,root,755)
74 %doc AUTHORS ChangeLog NEWS README
75 %attr(755,root,root) %{_bindir}/flacsplt
76 %attr(755,root,root) %{_bindir}/mp3splt
77 %attr(755,root,root) %{_bindir}/oggsplt
78 %{_mandir}/man1/flacsplt.1*
79 %{_mandir}/man1/mp3splt.1*
80 %{_mandir}/man1/oggsplt.1*
This page took 0.061653 seconds and 3 git commands to generate.