automatic version update by autodist [release 1.2.4-1mamba;Tue Apr 22 2014]
This commit is contained in:
parent
7e41333104
commit
55fdc8f3f2
@ -1,2 +1,4 @@
|
||||
# gst-plugins-bad
|
||||
|
||||
GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use.
|
||||
|
||||
|
12
gst-plugins-bad-0.10.9-libx264.patch
Normal file
12
gst-plugins-bad-0.10.9-libx264.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru gst-plugins-bad-0.10.9.orig/ext/x264/gstx264enc.c gst-plugins-bad-0.10.9/ext/x264/gstx264enc.c
|
||||
--- gst-plugins-bad-0.10.9.orig/ext/x264/gstx264enc.c 2008-10-11 01:13:43.000000000 +0200
|
||||
+++ gst-plugins-bad-0.10.9/ext/x264/gstx264enc.c 2008-11-19 17:21:36.000000000 +0100
|
||||
@@ -541,7 +541,7 @@
|
||||
encoder->x264param.i_frame_reference = encoder->ref;
|
||||
encoder->x264param.i_bframe = encoder->bframes;
|
||||
encoder->x264param.b_bframe_pyramid = encoder->b_pyramid;
|
||||
- encoder->x264param.b_bframe_adaptive = encoder->b_adapt;
|
||||
+ encoder->x264param.i_bframe_adaptive = encoder->b_adapt;
|
||||
encoder->x264param.b_interlaced = encoder->interlaced;
|
||||
encoder->x264param.b_deblocking_filter = 1;
|
||||
encoder->x264param.i_deblocking_filter_alphac0 = 0;
|
334
gst-plugins-bad.spec
Normal file
334
gst-plugins-bad.spec
Normal file
@ -0,0 +1,334 @@
|
||||
%define majorminor %(echo %version | cut -d. -f 1).0
|
||||
%define libname lib%{name}
|
||||
|
||||
Name: gst-plugins-bad
|
||||
Version: 1.2.4
|
||||
Release: 1mamba
|
||||
Summary: A set of plug-ins for gstreamer that aren't up to par compared to the rest
|
||||
Group: System/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://gstreamer.freedesktop.org/modules/gst-plugins-bad.html
|
||||
Source: http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-%{version}.tar.xz
|
||||
Patch0: %{name}-0.10.9-libx264.patch
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libass-devel
|
||||
BuildRequires: libbzip2-devel
|
||||
BuildRequires: libcelt-devel
|
||||
BuildRequires: libchromaprint-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libdca-devel
|
||||
BuildRequires: libdvdnav-devel
|
||||
BuildRequires: libdvdread-devel
|
||||
BuildRequires: libfaac-devel
|
||||
BuildRequires: libfaad2-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgsm-devel
|
||||
BuildRequires: libgst-plugins-base-devel
|
||||
BuildRequires: libgstreamer-devel
|
||||
BuildRequires: libmimic-devel
|
||||
BuildRequires: libmjpegtools-devel
|
||||
BuildRequires: libmms-devel
|
||||
BuildRequires: libmodplug-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: liborc-devel
|
||||
BuildRequires: librtmp-devel
|
||||
BuildRequires: libschroedinger-devel
|
||||
BuildRequires: libsoundtouch-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libvo-aacenc-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: mpg123-devel
|
||||
## AUTOBUILDREQ-END
|
||||
%ifarch %ix86
|
||||
BuildRequires: divx4linux-devel
|
||||
%endif
|
||||
BuildRequires: libuuid-devel
|
||||
#BuildRequires: libswfdec-devel
|
||||
BuildRequires: libcroco-devel
|
||||
BuildRequires: libquicktime-devel
|
||||
BuildRequires: ladspa-devel
|
||||
BuildRequires: libslv2-devel
|
||||
BuildRequires: liblv2-devel
|
||||
BuildRequires: mjpegtools
|
||||
BuildRequires: orc
|
||||
BuildRequires: libcares-devel
|
||||
BuildRequires: libsasl-devel
|
||||
BuildRequires: libgss-devel
|
||||
BuildRequires: libssh2-devel
|
||||
BuildRequires: libraptor-devel
|
||||
BuildRequires: librasqal-devel
|
||||
BuildRequires: libltdl-devel
|
||||
BuildRequires: libmpfr-devel
|
||||
BuildRequires: libgssapi-devel
|
||||
BuildRequires: udev-devel
|
||||
BuildRequires: libmjpegtools-devel >= 2.0.0
|
||||
|
||||
#FIXME:
|
||||
#configure: *** Plug-ins with dependencies that will NOT be built:
|
||||
# acm
|
||||
# applemedia
|
||||
# directdrawsink
|
||||
# directsoundsrc
|
||||
# flite
|
||||
# gme
|
||||
# mythtvsrc
|
||||
# opencv
|
||||
# osxvideosrc
|
||||
# qtwrapper
|
||||
# spc
|
||||
# swfdec
|
||||
# timidity
|
||||
# wildmidi
|
||||
# wininet
|
||||
# zbar
|
||||
|
||||
%description
|
||||
GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use.
|
||||
|
||||
%package devel
|
||||
Summary: Devel package for %{name}
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared to the rest. They might be close to being good quality, but they're missing something - be it a good code review, some documentation, a set of tests, a real live maintainer, or some actual wide use.
|
||||
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%prep
|
||||
%setup -q -n gst-plugins-bad-%{version}
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
SCHRO_CFLAGS="-I%{_includedir}/schroedinger-1.0" \
|
||||
--disable-directfb
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%find_lang gst-plugins-bad-%{majorminor}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f gst-plugins-bad-%{majorminor}.lang
|
||||
%defattr(-,root,root)
|
||||
#%{_bindir}/gst-camera
|
||||
#%{_bindir}/gst-camera-perf
|
||||
%{_libdir}/libgstphotography*.so.*
|
||||
#%{_libdir}/libgstbasevideo*.so.*
|
||||
#%{_libdir}/libgstsignalprocessor-*.so.*
|
||||
#%{_libdir}/libgstvdp-0.10.so.*
|
||||
%{_libdir}/libgstbasecamerabinsrc-1.0.so.*
|
||||
%{_libdir}/libgstcodecparsers-1.0.so.*
|
||||
%{_libdir}/libgstegl-1.0.so.*
|
||||
%{_libdir}/libgstinsertbin-1.0.so.*
|
||||
%{_libdir}/libgstmpegts-1.0.so.*
|
||||
%{_libdir}/libgsturidownloader-1.0.so.*
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgst*.la
|
||||
%{_libdir}/gstreamer-%{majorminor}/libgst*.so
|
||||
%{_libdir}/girepository-%{majorminor}/GstEGL-1.0.typelib
|
||||
%{_libdir}/girepository-%{majorminor}/GstInsertBin-1.0.typelib
|
||||
%{_libdir}/girepository-1.0/GstMpegts-1.0.typelib
|
||||
#%{_libdir}/gstreamer-%{majorminor}/libresindvd.la
|
||||
#%{_libdir}/gstreamer-%{majorminor}/libresindvd.so
|
||||
#%{_datadir}/glib-2.0/schemas/org.freedesktop.gstreamer-0.10.default-elements.gschema.xml
|
||||
#%{_datadir}/gstreamer-%{majorminor}/camera-apps/gst-camera.ui
|
||||
#%{_datadir}/gstreamer-%{majorminor}/presets/GstAmrwbEnc.prs
|
||||
%{_datadir}/gst-plugins-bad/1.0/opencv_haarcascades/*.xml
|
||||
%doc AUTHORS COPYING COPYING.LIB
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/interfaces
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/interfaces/photography*.h
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/mpegts
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/mpegts/*.h
|
||||
#%dir %{_includedir}/gstreamer-%{majorminor}/gst/signalprocessor
|
||||
#%{_includedir}/gstreamer-%{majorminor}/gst/signalprocessor/gstsignalprocessor.h
|
||||
#%dir %{_includedir}/gstreamer-%{majorminor}/gst/video
|
||||
#%{_includedir}/gstreamer-%{majorminor}/gst/video/gstbasevideo*.h
|
||||
#%dir %{_includedir}/gstreamer-%{majorminor}/gst/vdpau
|
||||
#%{_includedir}/gstreamer-%{majorminor}/gst/vdpau/*.h
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/basecamerabinsrc
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/basecamerabinsrc/*.h
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/codecparsers
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/codecparsers/*.h
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/egl
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/egl/egl.h
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/insertbin
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/insertbin/gstinsertbin.h
|
||||
%dir %{_includedir}/gstreamer-%{majorminor}/gst/uridownloader
|
||||
%{_includedir}/gstreamer-%{majorminor}/gst/uridownloader/*.h
|
||||
#%dir %{_includedir}/gstreamer-%{majorminor}/gst/video
|
||||
#%{_includedir}/gstreamer-%{majorminor}/gst/video/*.h
|
||||
#%{_libdir}/gstreamer-%{majorminor}/libgst*.a
|
||||
%{_libdir}/libgstphotography*.la
|
||||
%{_libdir}/libgstphotography*.so
|
||||
%{_libdir}/libgstmpegts-1.0.la
|
||||
%{_libdir}/libgstmpegts-1.0.so
|
||||
#%{_libdir}/libgstbasevideo*.la
|
||||
#%{_libdir}/libgstbasevideo*.so
|
||||
#%{_libdir}/libgstsignalprocessor-*.la
|
||||
#%{_libdir}/libgstsignalprocessor-*.so
|
||||
#%{_libdir}/libgstvdp-0.10.la
|
||||
#%{_libdir}/libgstvdp-0.10.so
|
||||
%{_libdir}/libgstegl-%{majorminor}.la
|
||||
%{_libdir}/libgstegl-%{majorminor}.so
|
||||
%{_libdir}/libgstinsertbin-%{majorminor}.la
|
||||
%{_libdir}/libgstinsertbin-%{majorminor}.so
|
||||
%{_libdir}/libgsturidownloader-%{majorminor}.la
|
||||
%{_libdir}/libgsturidownloader-%{majorminor}.so
|
||||
%{_libdir}/libgstbasecamerabinsrc-%{majorminor}.la
|
||||
%{_libdir}/libgstbasecamerabinsrc-%{majorminor}.so
|
||||
%{_libdir}/libgstcodecparsers-%{majorminor}.la
|
||||
%{_libdir}/libgstcodecparsers-%{majorminor}.so
|
||||
%{_libdir}/pkgconfig/gstreamer-plugins-bad-%{majorminor}.pc
|
||||
#%{_libdir}/pkgconfig/gstreamer-basevideo-%{majorminor}.pc
|
||||
%{_libdir}/pkgconfig/gstreamer-codecparsers-%{majorminor}.pc
|
||||
%{_libdir}/pkgconfig/gstreamer-egl-%{majorminor}.pc
|
||||
%{_libdir}/pkgconfig/gstreamer-insertbin-%{majorminor}.pc
|
||||
%{_libdir}/pkgconfig/gstreamer-mpegts-%{majorminor}.pc
|
||||
%{_datadir}/gir-1.0/GstEGL-*.gir
|
||||
%{_datadir}/gir-1.0/GstInsertBin-*.gir
|
||||
%{_datadir}/gir-1.0/GstMpegts-1.0.gir
|
||||
%dir %{_datadir}/gtk-doc/html/gst-plugins-bad-libs-%{majorminor}/
|
||||
%{_datadir}/gtk-doc/html/gst-plugins-bad-libs-%{majorminor}/*
|
||||
#%doc ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* Tue Apr 22 2014 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 10 2014 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 07 2014 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 12 2013 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 01 2013 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jun 17 2013 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 26 2013 Automatic Build System <autodist@mambasoft.it> 1.0.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 14 2013 Automatic Build System <autodist@mambasoft.it> 1.0.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jan 14 2013 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 19 2012 Automatic Build System <autodist@mambasoft.it> 1.0.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 25 2012 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 01 2012 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 17 2012 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 07 2012 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 05 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.23-2mamba
|
||||
- rebuilt with libmjpegtools >= 2.0.0
|
||||
|
||||
* Thu Aug 09 2012 Automatic Build System <autodist@mambasoft.it> 0.10.23-1mamba
|
||||
- update to 0.10.23
|
||||
|
||||
* Fri Jan 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.22-7mamba
|
||||
- rebuilt in devel-kde4
|
||||
|
||||
* Fri Jan 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.22-6mamba
|
||||
- added more requirements for more plugins
|
||||
|
||||
* Fri Jan 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.22-5mamba
|
||||
- rebuilt with more build requirements (including mms support for totem)
|
||||
|
||||
* Fri Dec 09 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.22-4mamba
|
||||
- rebuilt with(out) opencv 2.3.1a
|
||||
|
||||
* Sat Oct 29 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.22-3mamba
|
||||
- rebuilt with librasqal 3
|
||||
|
||||
* Sat Jul 02 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.22-2mamba
|
||||
- rebuilt with libcelt 0.11
|
||||
|
||||
* Sun Jun 19 2011 Automatic Build System <autodist@mambasoft.it> 0.10.22-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Jan 29 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.21-1mamba
|
||||
- update to 0.10.21
|
||||
|
||||
* Sun Aug 22 2010 Automatic Build System <autodist@mambasoft.it> 0.10.19-3mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Thu Jun 03 2010 Automatic Build System <autodist@mambasoft.it> 0.10.19-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Thu Jun 03 2010 Automatic Build System <autodist@mambasoft.it> 0.10.19-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Feb 20 2010 Automatic Build System <autodist@mambasoft.it> 0.10.17-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Oct 13 2009 Automatic Build System <autodist@mambasoft.it> 0.10.14-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Jul 14 2009 Automatic Build System <autodist@mambasoft.it> 0.10.13-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Mon Jun 29 2009 Automatic Build System <autodist@mambasoft.it> 0.10.13-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon May 18 2009 Automatic Build System <autodist@mambasoft.it> 0.10.11-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Tue Apr 07 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.11-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Mar 07 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.10-1mamba
|
||||
- update to 0.10.10
|
||||
|
||||
* Fri Jan 09 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.9-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Wed Nov 19 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.9-1mamba
|
||||
- update to 0.10.9
|
||||
|
||||
* Fri Aug 29 2008 gil <puntogil@libero.it> 0.10.8-1mamba
|
||||
- update to 0.10.8
|
||||
|
||||
* Sun Jun 01 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.7-1mamba
|
||||
- update to 0.10.7
|
||||
|
||||
* Fri Apr 11 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.6-1mamba
|
||||
- update to 0.10.6
|
||||
|
||||
* Tue Nov 13 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.5-1mamba
|
||||
- update to 0.10.5
|
||||
|
||||
* Tue Jul 25 2006 Silvan Calarco <silvan.calarco@mambasoft.it> 0.10.3-1qilnx
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user