mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
gst-python.spec.in: Wow, that file hasn't been updated in a long long time.
Original commit message from CVS: * gst-python.spec.in: Wow, that file hasn't been updated in a long long time. * gst/gstcaps.override: (_wrap_gst_caps_new_empty): new caps should be freed on dealloc...
This commit is contained in:
parent
09a1645275
commit
e8319d9581
2 changed files with 21 additions and 17 deletions
|
@ -1,7 +1,7 @@
|
||||||
2005-10-06 Edward Hervey <edward@fluendo.com>
|
2005-10-06 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* gst-python.spec.in: (BuildRequires), (Requires):
|
* gst-python.spec.in:
|
||||||
Update dependency for pygtk>= 2.6.3 here too
|
Wow, that file hasn't been updated in a long long time.
|
||||||
|
|
||||||
* gst/gstcaps.override: (_wrap_gst_caps_new_empty):
|
* gst/gstcaps.override: (_wrap_gst_caps_new_empty):
|
||||||
new caps should be freed on dealloc...
|
new caps should be freed on dealloc...
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
%define gst_minver 0.8.0
|
%define majorminor @GST_MAJORMINOR@
|
||||||
%define gstp_minver 0.8.0
|
|
||||||
%define majorminor 0.8
|
|
||||||
%define gstreamer gstreamer
|
%define gstreamer gstreamer
|
||||||
|
%define _pygtk @PYGTK_REQ@
|
||||||
|
%define _gst @GST_REQ@
|
||||||
|
|
||||||
Name: %{gstreamer}-python
|
Name: %{gstreamer}-python
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
|
@ -16,21 +16,21 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Requires: python >= 2
|
Requires: python >= 2
|
||||||
Requires: gnome-python2
|
Requires: gnome-python2
|
||||||
Requires: pygtk2 >= 2.6.3
|
Requires: pygtk2 >= %_pygtk
|
||||||
Requires: %{gstreamer}
|
Requires: %{gstreamer}
|
||||||
Requires: %{gstreamer}-plugins
|
Requires: %{gstreamer}-plugins
|
||||||
|
|
||||||
BuildRequires: python >= 2
|
BuildRequires: python >= 2
|
||||||
BuildRequires: python-devel >= 2
|
BuildRequires: python-devel >= 2
|
||||||
BuildRequires: pygtk2-devel >= 2.6.3
|
BuildRequires: pygtk2-devel >= %_pygtk
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
BuildRequires: links
|
BuildRequires: links
|
||||||
|
|
||||||
# xwindowlistener needs X11 headers
|
# xwindowlistener needs X11 headers
|
||||||
BuildRequires: XFree86-devel
|
BuildRequires: XFree86-devel
|
||||||
|
|
||||||
BuildRequires: %{gstreamer}-devel
|
BuildRequires: %{gstreamer}-devel >= %_gst
|
||||||
BuildRequires: %{gstreamer}-plugins-devel
|
BuildRequires: %{gstreamer}-plugins-devel >= %_gst
|
||||||
|
|
||||||
# sigh, libtool
|
# sigh, libtool
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
@ -58,19 +58,23 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||||
%doc examples/gst/*.py
|
%doc examples/*.py
|
||||||
%doc examples/gstplay/*.py
|
%dir %{_libdir}/python?.?/site-packages/gst-%{majorminor}
|
||||||
%dir %{_libdir}/python?.?/site-packages/gst
|
%{_libdir}/python?.?/site-packages/pygst.pth
|
||||||
%{_libdir}/python?.?/site-packages/gst/__init__.py*
|
%{_libdir}/python?.?/site-packages/pygst.py
|
||||||
%{_libdir}/python?.?/site-packages/gst/_gst.so
|
%{_libdir}/python?.?/site-packages/gst-%{majorminor}/gst/__init__.py*
|
||||||
%{_libdir}/python?.?/site-packages/gst/interfaces.so
|
%{_libdir}/python?.?/site-packages/gst-%{majorminor}/gst/_gst.so
|
||||||
%{_libdir}/python?.?/site-packages/gst/play.so
|
%{_libdir}/python?.?/site-packages/gst-%{majorminor}/gst/interfaces.so
|
||||||
|
%{_libdir}/python?.?/site-packages/gst-%{majorminor}/gst/play.so
|
||||||
%dir %{_datadir}/gst-python
|
%dir %{_datadir}/gst-python
|
||||||
%{_datadir}/gst-python/examples
|
%{_datadir}/gst-python/examples
|
||||||
%{_datadir}/gst-python/2.0/defs/*.defs
|
%{_datadir}/gst-python/2.0/defs/*.defs
|
||||||
%{_libdir}/pkgconfig/gst-python-0.8.pc
|
%{_libdir}/pkgconfig/gst-python-%{majorminor}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 06 2005 Edward Hervey < edward at fluendo dot com >
|
||||||
|
- Updated spec file for 0.9
|
||||||
|
|
||||||
* Fri Nov 05 2004 Christian Schaller < uraeus at gnome org >
|
* Fri Nov 05 2004 Christian Schaller < uraeus at gnome org >
|
||||||
- Remerged spec file with cvs version
|
- Remerged spec file with cvs version
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue