libvisual-plugins-vl.spec 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. %define lang_name %{name}-0.4
  2. Summary: a framework that delivers audio visualisation
  3. Summary(ja): オーディオビジュアル化を提供するフレームワーク
  4. Name: libvisual-plugins
  5. Version: 0.4.0
  6. Release: 3%{?_dist_release}
  7. Source0: %{name}-%{version}.tar.bz2
  8. License: GPLv2
  9. Group: System Environment/Libraries
  10. URL: http://localhost.nl/~synap/libvisual-wiki/
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: libvisual-devel
  13. BuildRequires: alsa-lib-devel
  14. BuildRequires: gtk2-devel
  15. BuildRequires: mesa-libGL-devel
  16. BuildRequires: mesa-libGLU-devel
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. %description
  20. Libvisual is meant as a framework that delivers audio visualisation(read: eye candy generated to the current music you are playing)
  21. to multimedia applications. It works by acting as a middle layer between the visualisation plugin and application.
  22. %description -l ja
  23. Libvisualは音声視覚化を加えるフレームワークです(Read:現在演奏している音楽に合わせて発生する目の保養)
  24. マルチメディアアプリケーションに最適です。視覚化プラグインとアプリケーションの間の中央のレイヤーの働きをすることによって動きます。
  25. %prep
  26. %setup -q
  27. %build
  28. %configure
  29. %{__make} %{?_smp_mflags}
  30. %install
  31. %{__rm} -rf $RPM_BUILD_ROOT
  32. %{__make} DESTDIR=$RPM_BUILD_ROOT install
  33. %find_lang %{lang_name}
  34. %clean
  35. %{__rm} -rf $RPM_BUILD_ROOT
  36. %files -f %{lang_name}.lang
  37. %defattr(-,root,root)
  38. %{_libdir}/libvisual-0.4/*
  39. %{_datadir}/libvisual-plugins-0.4/*
  40. %changelog
  41. * Mon May 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.4.0-3
  42. - updated BR
  43. * Sun Jan 4 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.4.0-2
  44. - spec in UTF-8
  45. * Fri Jan 2 2009 TOSHI <milk-tea1977@dune.ocn.ne.jp> 0.4.0-1vl5
  46. - initial build for Vine Seed
  47. # end of file