source: projects/specs/trunk/lib/libv/libvisual-plugins/libvisual-plugins-vl.spec @ 521

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

import VineSeed package specs

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