source: projects/specs/trunk/s/streamripper/streamripper-vl.spec @ 521

Revision 521, 2.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1%define name            streamripper
2%define version         1.61.15
3%define release         1%{?_dist_release}
4
5Summary:        Audio stream recorder
6Summary(ja):    オーディオ ストリーム レコーダ
7Name:           %{name}
8Version:        %{version}
9Release:        %{release}
10Group:          Applications/Multimedia
11URL:            http://sourceforge.net/projects/streamripper
12License:        GPL
13
14Source0:        %{name}-%{version}.tar.gz
15Buildroot:      %{_tmppath}/%{name}-%{version}-root
16BuildRequires:  glibc
17Requires:       streamtuner
18
19%description
20Streamripper records shoutcast compatible and live365 streams.
21For shoutcast style streams it finds the "meta data" or track
22separation data, and uses that as a marker for where the track
23should be separated. For live365 streams it hits the website
24and finds when a track has changed. Either way, the MP3 data
25will be decoded and scanned for a silent point which is where
26tracks will be created.
27
28%description -l ja
29Streamripperはshoutcast互換ストリームやlive365ストリームを録音します。
30shoutcastスタイルのストリーム用に"メタデータ"やトラック毎に分かれたデータを検索して、トラックがどこで分離できるかを知るマーカーとして使えます。live365ストリーム用にはウェブサイトを探し、トラックがいつ切り替わるかを調べます。いずれの場合もMP3データはデコードされ、トラックが作成されるsilentポイントを探します。
31
32%prep
33%setup -q
34
35%build
36%configure
37make
38
39%install
40rm -fr $RPM_BUILD_ROOT
41mkdir -p $RPM_BUILD_ROOT/%{_bindir}
42%makeinstall
43
44%files
45%defattr(-,root,root)
46%doc CHANGES COPYING README THANKS *.txt
47%{_bindir}/*
48%{_mandir}/man1/*
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%changelog
54* Sat Oct 11 2008 Shu KONNO <owa@bg.wakwak.com> 1.61.15-1vl5
55- applied new versioning policy, spec in utf-8
56
57* Thu Jun  1 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.61.15-0vl2
58- changed Group to Applications/Multimedia
59
60* Mon Oct 31 2005 Satoshi MACHINO <machino@vinelinux.org> 1.61.15-0vl1
61- new upstream release
62
63* Fri Aug 19 2005 Satoshi MACHINO <machino@vinelinux.org> 1.61.11-0vl1
64- new upstream release
65
66* Sun Jul 10 2005 Satoshi MACHINO <machino@vinelinux.org> 1.61.10-0vl1
67- new upstream release
68
69* Mon May 02 2005 Satoshi MACHINO <machino@vinelinux.org> 1.61.8-0vl1
70- new upstream release
71
72* Sun Apr 16 2005 Satoshi MACHINO <machino@vinelinux.org> 1.61.7-0vl1
73- new upstream release
74
75* Mon Feb 07 2005 Satoshi MACHINO <machino@vinelinux.org> 1.61.3-0vl1
76- new upstream version
77
78* Wed Nov 17 2004 Satoshi MACHINO <machino@vinelinux.org> 1.60.8-0vl1
79- built for VineLinux
80
Note: See TracBrowser for help on using the repository browser.