source: projects/specs/trunk/g/gstreamer-plugins-farsight/gstreamer-plugins-farsight-vl.spec @ 521

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

import VineSeed package specs

Line 
1%define         gst_majorminor  0.10
2%define         gstreamer_ver   0.10.11
3
4Name:           gstreamer-plugins-farsight
5Version:        0.12.11
6Release:        1%{?_dist_release}
7Summary:        GStreamer plug-ins for farsight protocol
8Summary(ja):    farsight プロトコル用 GStreamer プラグイン
9
10Group:          System Environment/Libraries
11License:        LGPLv2+
12URL:            http://projects.collabora.co.uk/darcs/farsight/
13Source0:        http://farsight.freedesktop.org/releases/gst-plugins-farsight/gst-plugins-farsight-%{version}.tar.gz
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15
16BuildRequires:  gstreamer-devel >= %{gstreamer_ver}
17BuildRequires:  gstreamer-plugins-base-devel
18BuildRequires:  libjingle-devel
19BuildRequires:  jasper-devel
20BuildRequires:  gsm-devel
21BuildRequires:  GConf2-devel
22
23%description
24This is a set of plugins for GStreamer that will be used by Farsight for
25Audio/Video conferencing.
26
27%prep
28%setup -q -n gst-plugins-farsight-%{version}
29
30%build
31%configure --disable-static     \
32           --disable-mimic      \
33           --disable-jrtlib
34make %{?_smp_mflags}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38make install DESTDIR=$RPM_BUILD_ROOT
39find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%post -p /sbin/ldconfig
45
46%postun -p /sbin/ldconfig
47
48%files
49%defattr(-,root,root,-)
50%doc AUTHORS COPYING
51%{_libdir}/gstreamer-%{gst_majorminor}/*.so
52
53%changelog
54* Sat Apr 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.12.11-1
55- new upstream release
56- spec in UTF-8
57
58* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.12.9-1
59- initial build for Vine Linux
60
61* Thu Jul 31 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.12.9-1
62- Update to 0.12.9.
63
64* Thu Jun  5 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.12.8-2
65- Disable jrtplib support, so plugin will work. (#450149)
66
67* Fri May  9 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.12.8-1
68- Update to 0.12.8.
69
70* Tue Apr 22 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.12.7-1
71- Update to 0.12.7.
72
73* Mon Mar 17 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.12.6-1
74- Update to 0.12.6.
75
76* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.12.5-3
77- Autorebuild for GCC 4.3
78
79* Fri Feb  8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.12.5-2
80- Rebuild for gcc-4.3.
81
82* Tue Sep 18 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.12.5-1
83- Update to 0.12.5.
84- Drop memset patch, fixed upstream.
85
86* Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.12.2-3
87- Rebuild.
88
89* Wed Aug  8 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.12.2-2
90- Add patch to fix memset problem. (thanks to Dave Jones for pointing this out).
91- Update license tag.
92
93* Mon Jul 30 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.12.2-1
94- Update to 0.12.2.
95
96* Mon Jun 11 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.12.1-3
97- Correct URL. (#242407)
98
99* Thu May 24 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.12.1-2
100- Add BR for GConf2-devel & gsm-devel to build additional plugins.
101
102* Thu May 24 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.12.1-1
103- Update to 0.12.1.
104- Bump minimum version of gstreamer needed.
105- Update source url.
106
107* Mon Apr 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.12.0-1
108- Update to 0.12.0.
109- Add BR on jasper-devel & jrtplib-devel to build additional plugins.
110
111* Fri Dec 22 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.10.2-2
112- Rename gstreamer macro.
113
114* Thu Sep 21 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.10.2-1
115- Initial FE spec.
116
Note: See TracBrowser for help on using the repository browser.