streamripper-vl.spec 2.5 KB

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