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

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

import VineSeed package specs

Line 
1Summary: MPEG video plugin for XMMS.
2Summary(ja): XMMS ÍÑ MPEG ¥Ó¥Ç¥ª¥×¥é¥°¥¤¥ó
3Name: smpeg-xmms
4Version: 0.3.5
5Release: 0vl2
6Copyright: GPL
7Group: System Environment/Libraries
8Source0: ftp://ftp.xmms.org/xmms/plugins/smpeg-xmms/%{name}-%{version}.tar.gz
9#Patch10: %{name}-%{version}-CFLAGS.patch
10URL: http://www.xmms.org/xmms
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12BuildPrereq: smpeg-devel SDL-devel xmms-devel
13
14Vendor: Project Vine
15Distribution: Vine Linux
16
17
18%description
19A MPEG video plugin for XMMS.  Supports hardware acceleration in Xfree
204.x if available, fullscreen, resizeable window, VCD support, aspected
21ratio when resizing the window, etc.
22
23
24%prep
25rm -rf %{buildroot}
26
27%setup -q
28#%patch10 -p1
29
30
31%build
32%ifarch ia64
33%define optflags -O2 -fPIC
34%endif
35%configure --libdir=`xmms-config --input-plugin-dir`
36make
37
38
39%install
40rm -rf %{buildroot}
41
42%makeinstall libdir=%{buildroot}/`xmms-config --input-plugin-dir`
43
44
45%clean
46rm -rf %{buildroot}
47
48
49%post -p /sbin/ldconfig
50
51
52%postun -p /sbin/ldconfig
53
54
55%files
56%defattr(-, root, root)
57%{_libdir}/xmms/Input/*
58
59%changelog
60* Sun Jun 02 2002 Satoshi MACHINO <machino@vinelinux.org> 0.3.5-0vl2
61- fixed date in changelog ;P
62
63* Sun Jun 02 2002 Satoshi MACHINO <machino@vinelinux.org> 0.3.5-0vl1
64- updated smpeg-xmms-0.3.5
65- fixed URL tag
66- dropped CFLAGS.patch
67
68* Fri Apr 13 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
69- 0.3.1-2vl2
70- added Patch0 for newer glib/gtk+
71
72* Wed Dec 20 2000 Jun Nishii <jun@vinelinux.org>
73- 0.3.1-2vl1
74
75* Mon Nov 13 2000 Bill Nottingham <notting@redhat.com>
76- fix ia64 build (non-fPIC code in shared object)
77
78* Wed Aug 30 2000 Preston Brown <pbrown@redhat.com>
79- initial RPM.
80
Note: See TracBrowser for help on using the repository browser.