]> git.pld-linux.org Git - packages/cantus_2.git/commitdiff
- initial, based on cantus.spec
authorArtur Frysiak <artur@frysiak.net>
Sun, 14 Dec 2003 19:28:25 +0000 (19:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cantus_2.spec -> 1.1

cantus_2.spec [new file with mode: 0644]

diff --git a/cantus_2.spec b/cantus_2.spec
new file mode 100644 (file)
index 0000000..bfd15c4
--- /dev/null
@@ -0,0 +1,79 @@
+Summary:       A GUI tool to rename and tag mp3 and ogg/vorbis files
+Summary(pl):   Graficzne narzêdzie do zmiany nazw i znaczników plików mp3 i ogg/vorbis
+Name:          cantus_2
+Version:       1.99.9
+Release:       1
+License:       GPL
+Group:         X11/Applications/Sound
+#Source0Download: http://www.debain.org/?session=&site=project&project=1&cat=downloads
+Source0:       http://sam.homeunix.com/software.manicsadness.com-step4/releases/cantus_2/%{name}-%{version}-1.tar.gz
+# Source0-md5: d237af5e217aa13473b8a6b21b2c4d2f
+URL:           http://www.debain.org/?project=1
+BuildRequires: autoconf
+#BuildRequires:        gnome-libs-devel >= 1.2.8
+BuildRequires: glib2-devel >= 2.2.0
+BuildRequires: gtk+2-devel >= 2.2.0
+BuildRequires: libglade2-devel
+BuildRequires: libogg-devel
+BuildRequires: libvorbis-devel
+BuildRequires: pkgconfig
+BuildRequires: gettext-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+cantus_2 is a suite to rename and tag mp3 and ogg/vorbis files. It is
+free software, and distributed under the terms of the GPL. It was
+written by sam (Samuel Abels, <sam@manicsadness.com>) and implemented
+in C using the GTK+ 2.x.
+
+Features:
+- define rules for renaming, which you can proceed on a list of files
+- mass renaming/tagging of mp3s
+- define rules to apply on a queue of mp3 files
+- dynamically tagging is implemented, that means, you can generate a
+  tag out of the filename and/or directory name
+- renaming of files through freedb
+- a LOT more
+
+%description -l pl
+cantus_2 to zestaw narzêdzi do zmiany nazw i znaczników plików mp3 i
+ogg/vorbis. Jest to wolnodostêpne oprogramowanie, rozpowszechaniane
+na licencji GPL. Zosta³o napisane przez sama (Samuela Abelsa,
+<sam@manicsadness.com>) i zaimplementowany w C przy u¿yciu GTK+ 2.x.
+
+Mo¿liwo¶ci:
+- definiowanie regu³ zmiany nazw, do wykonania na li¶cie plików
+- masowa zmiana nazw i znakowanie plików mp3
+- definiowanie regu³ do wykonania na kolejce plików mp3
+- zaimplementowane dynamiczne znakowanie, co oznacza, ¿e mo¿na
+  generowaæ znaczniki na podstawie nazwy pliku i/lub katalogu
+- zmiana nazw plików poprzez freedb
+- WIELE wiêcej.
+
+%prep
+%setup -q -n cantus-2-%{version}
+
+%build
+#%%{__autoconf}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+       
+rm -rf $RPM_BUILD_ROOT%{_prefix}/doc
+
+%find_lang cantus-2
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f cantus-2.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(755,root,root) %{_bindir}/%{name}
+%{_datadir}/cantus-2
This page took 0.066276 seconds and 4 git commands to generate.