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

Revision 3735, 3.5 KB checked in by Takemikaduchi, 13 years ago (diff)

clutter,gthumb,babl,gegl:new upstream release, others: rebuild

Line 
1%define         gst_majorminor  0.10
2%define         gstreamer_ver   0.10.11
3
4Name:           gstreamer-plugins-farsight
5Version:        0.12.11
6Release:        2%{?_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* Fri Apr 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12.11-2
55- rebuild with rpm-4.8.1
56
57* Sat Apr 11 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.12.11-1
58- new upstream release
59- spec in UTF-8
60
61* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.12.9-1
62- initial build for Vine Linux
63
64* Thu Jul 31 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.12.9-1
65- Update to 0.12.9.
66
67* Thu Jun  5 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.12.8-2
68- Disable jrtplib support, so plugin will work. (#450149)
69
70* Fri May  9 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.12.8-1
71- Update to 0.12.8.
72
73* Tue Apr 22 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.12.7-1
74- Update to 0.12.7.
75
76* Mon Mar 17 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.12.6-1
77- Update to 0.12.6.
78
79* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.12.5-3
80- Autorebuild for GCC 4.3
81
82* Fri Feb  8 2008 Brian Pepple <bpepple@fedoraproject.org> - 0.12.5-2
83- Rebuild for gcc-4.3.
84
85* Tue Sep 18 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.12.5-1
86- Update to 0.12.5.
87- Drop memset patch, fixed upstream.
88
89* Tue Aug 21 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.12.2-3
90- Rebuild.
91
92* Wed Aug  8 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.12.2-2
93- Add patch to fix memset problem. (thanks to Dave Jones for pointing this out).
94- Update license tag.
95
96* Mon Jul 30 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.12.2-1
97- Update to 0.12.2.
98
99* Mon Jun 11 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.12.1-3
100- Correct URL. (#242407)
101
102* Thu May 24 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.12.1-2
103- Add BR for GConf2-devel & gsm-devel to build additional plugins.
104
105* Thu May 24 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.12.1-1
106- Update to 0.12.1.
107- Bump minimum version of gstreamer needed.
108- Update source url.
109
110* Mon Apr 16 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.12.0-1
111- Update to 0.12.0.
112- Add BR on jasper-devel & jrtplib-devel to build additional plugins.
113
114* Fri Dec 22 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.10.2-2
115- Rename gstreamer macro.
116
117* Thu Sep 21 2006 Brian Pepple <bpepple@fedoraproject.org> - 0.10.2-1
118- Initial FE spec.
119
Note: See TracBrowser for help on using the repository browser.