source: projects/specs/trunk/m/moodbar/moodbar-vl.spec @ 521

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

import VineSeed package specs

Line 
1Name: moodbar
2Version: 0.1.2
3Release: 1%{?_dist_release}
4Summary: Creates a colorful visual representation of the contents of an audio file
5Summary(ja): ¥ª¡¼¥Ç¥£¥ª¥Õ¥¡¥¤¥ë¤ÎÆâÍƤò¥«¥é¥Õ¥ë¤Ê¥Ó¥¸¥å¥¢¥ëɽ¸½¤ÇºîÀ®¤·¤Þ¤¹¡£
6License: GPLv2
7Group: Applications/Multimedia
8URL: http://amarok.kde.org/wiki/Moodbar
9Source: http://pwsp.net/~qbob/moodbar-%{version}.tar.gz
10Requires: fftw3, gstreamer-plugins, glib2, libxml2
11BuildRequires: pkgconfig, fftw3-devel, gstreamer-plugins-devel, glib2-devel, libxml2-devel
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14Prefix: %{_prefix}
15Vendor: Project Vine
16Distribution: Vine Linux
17
18%description
19The Moodbar is an algorithm for creating a colorful visual representation of the contents of an audio file,
20giving an idea of its "mood" (this is a rather fanciful term for the simple analysis it actually does).
21The Moodbar was invented by Gavin Wood and Simon O'Keefe for inclusion in the Amarok music player.
22
23%description -l ja
24Moodbar ¤Ï¥«¥é¥Õ¥ë¤Ê¥Ó¥¸¥å¥¢¥ëɽ¸½¤Ç¥ª¡¼¥Ç¥£¥ª¥Õ¥¡¥¤¥ë¤ÎÆâÍƤòºîÀ®¤¹¤ë¤¿¤á¤Î¥¢¥ë¥´¥ê¥º¥à¤Ç¤¹¡£
25¤½¤Î¡Ö¥à¡¼¥É¡×¡Ê¤à¤·¤íñ½ã¤ÊʬÀϤΤ¿¤á¤Î¶õÁÛŪ¤ÊÍѸì¤Ç¤¹¡Ë¤Ë¤Ä¤¤¤Æ¤Î¥¢¥¤¥Ç¥¢¤òÍ¿¤¨¤Þ¤¹¡£
26Moodbar ¤Ï¡¢Amarok ²»³Ú¥×¥ì¡¼¥ä¡¼¤Ø¤Î¹çÊ»¤Î¤¿¤á¤Ë¡¢¥®¥ã¥Ó¥ó¥¦¥Ã¥É¤È¥µ¥¤¥â¥ó¥ª¥­¡¼¥Õ¤Ë¤è¤Ã¤Æ³«È¯¤µ¤ì¤Þ¤·¤¿¡£
27
28%prep
29%setup -q
30
31%build
32%configure --prefix=%{_prefix}
33               
34%{__make}
35
36%install
37%{__rm} -rf $RPM_BUILD_ROOT
38%{__rm} -rf $RPM_BUILD_ROOT%{_libdir}/gstreamer-0.10/libmoodbar.la
39
40%{__make} install DESTDIR=$RPM_BUILD_ROOT
41
42%clean
43%{__rm} -rf $RPM_BUILD_ROOT
44
45%post -p /sbin/ldconfig
46
47%postun -p /sbin/ldconfig
48
49%files
50%defattr(-,root,root)
51%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
52%{_bindir}/%{name}
53%exclude %{_libdir}/gstreamer-0.10/libmoodbar.a
54#%{_libdir}/gstreamer-0.10/libmoodbar.la
55%{_libdir}/gstreamer-0.10/libmoodbar.so
56
57%changelog
58* Fri Jan 2 2009 TOSHI <milk-tea1977@dune.ocn.ne.jp> 0.1.2-1vl5
59- Initial Package for Vine Linux
60
61# end of file
62
Note: See TracBrowser for help on using the repository browser.