Compare commits

..

29 Commits

Author SHA1 Message Date
e0bdfe795c libgstreamer: require gstreamer-tools; added debug package [release 1.16.2-2mamba;Fri Jul 10 2020] 2024-01-05 23:33:25 +01:00
41fbe8a14d automatic version update by autodist [release 1.16.2-1mamba;Wed Dec 04 2019] 2024-01-05 23:33:25 +01:00
9d8b28e0e5 automatic version update by autodist [release 1.16.1-1mamba;Tue Sep 24 2019] 2024-01-05 23:33:24 +01:00
efe69310ad automatic version update by autodist [release 1.16.0-1mamba;Fri Apr 19 2019] 2024-01-05 23:33:24 +01:00
2b1c6b2be5 automatic version update by autodist [release 1.15.1-1mamba;Mon Jan 28 2019] 2024-01-05 23:33:24 +01:00
84efb10570 automatic version update by autodist [release 1.14.4-1mamba;Wed Oct 03 2018] 2024-01-05 23:33:24 +01:00
7c331f8476 automatic version update by autodist [release 1.14.3-1mamba;Tue Sep 18 2018] 2024-01-05 23:33:24 +01:00
f07222ce86 automatic version update by autodist [release 1.14.2-1mamba;Fri Jul 20 2018] 2024-01-05 23:33:24 +01:00
ad7cfe28ca automatic version update by autodist [release 1.14.1-1mamba;Fri May 18 2018] 2024-01-05 23:33:24 +01:00
223287ae9f automatic version update by autodist [release 1.14.0-1mamba;Tue Mar 20 2018] 2024-01-05 23:33:24 +01:00
892902e60e automatic version update by autodist [release 1.12.4-1mamba;Wed Dec 20 2017] 2024-01-05 23:33:24 +01:00
df5d0adb80 automatic version update by autodist [release 1.12.2-1mamba;Fri Jul 14 2017] 2024-01-05 23:33:24 +01:00
3cd8571d00 automatic version update by autodist [release 1.12.1-1mamba;Tue Jun 20 2017] 2024-01-05 23:33:24 +01:00
615c643602 automatic version update by autodist [release 1.12.0-1mamba;Sat May 06 2017] 2024-01-05 23:33:24 +01:00
f3bc15c6ee automatic version update by autodist [release 1.10.4-1mamba;Fri Feb 24 2017] 2024-01-05 23:33:24 +01:00
3e3de4d699 automatic version update by autodist [release 1.10.3-1mamba;Thu Feb 02 2017] 2024-01-05 23:33:24 +01:00
7ae0f72447 automatic version update by autodist [release 1.10.2-1mamba;Tue Nov 29 2016] 2024-01-05 23:33:24 +01:00
3bf0a35456 automatic version update by autodist [release 1.10.1-1mamba;Thu Nov 17 2016] 2024-01-05 23:33:24 +01:00
6ed086743b automatic version update by autodist [release 1.10.0-1mamba;Wed Nov 02 2016] 2024-01-05 23:33:24 +01:00
4a7f5209de automatic update by autodist [release 1.9.2-1mamba;Mon Sep 19 2016] 2024-01-05 23:33:24 +01:00
ddcdbeb936 automatic version update by autodist [release 1.8.3-1mamba;Fri Aug 19 2016] 2024-01-05 23:33:24 +01:00
dc4126f1ca automatic version update by autodist [release 1.8.2-1mamba;Thu Jun 09 2016] 2024-01-05 23:33:24 +01:00
6e5e20a49b automatic version update by autodist [release 1.8.1-1mamba;Wed Apr 20 2016] 2024-01-05 23:33:24 +01:00
510cd061b8 automatic version update by autodist [release 1.8.0-1mamba;Sat Mar 26 2016] 2024-01-05 23:33:24 +01:00
24c03cf3e3 automatic version update by autodist [release 1.6.3-1mamba;Wed Jan 20 2016] 2024-01-05 23:33:24 +01:00
2005af35f0 automatic version update by autodist [release 1.6.2-1mamba;Tue Dec 15 2015] 2024-01-05 23:33:24 +01:00
c7ab92d0ca automatic version update by autodist [release 1.6.1-1mamba;Fri Oct 30 2015] 2024-01-05 23:33:24 +01:00
26ad988176 automatic version update by autodist [release 1.4.5-1mamba;Sun Dec 21 2014] 2024-01-05 23:33:24 +01:00
4173ba337a automatic version update by autodist [release 1.4.4-1mamba;Thu Nov 06 2014] 2024-01-05 23:33:23 +01:00
2 changed files with 180 additions and 11 deletions

View File

@@ -0,0 +1,55 @@
--- gstreamer-1.16.2/common/glib-gen.mak
+++ gstreamer-1.16.2/common/glib-gen.mak
@@ -1,11 +1,13 @@
# these are the variables your Makefile.am should set
# the example is based on the colorbalance interface
+H := \#
+
#glib_enum_headers=$(colorbalance_headers)
#glib_enum_define=GST_COLOR_BALANCE
#glib_enum_prefix=gst_color_balance
-enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
+enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
# these are all the rules generating the relevant files
%-marshal.h: %-marshal.list
--- gstreamer-1.16.2/common/gst-glib-gen.mak
+++ gstreamer-1.16.2/common/gst-glib-gen.mak
@@ -1,14 +1,16 @@
# these are the variables your Makefile.am should set
# the example is based on the colorbalance interface
+H := \#
+
#glib_enum_headers=$(colorbalance_headers)
#glib_enum_define=GST_COLOR_BALANCE
#glib_gen_prefix=gst_color_balance
#glib_gen_basename=colorbalance
#glib_gen_decl_banner=GST_EXPORT
-#glib_gen_decl_include=\#include <gst/foo/foo-prelude.h>
+#glib_gen_decl_include=$(H)include <gst/foo/foo-prelude.h>
-enum_headers=$(foreach h,$(glib_enum_headers),\n\#include \"$(h)\")
+enum_headers=$(foreach h,$(glib_enum_headers),\n$(H)include \"$(h)\")
# these are all the rules generating the relevant files
$(glib_gen_basename)-marshal.h: $(glib_gen_basename)-marshal.list
--- gstreamer-1.16.2/libs/gst/controller/Makefile.am
+++ gstreamer-1.16.2/libs/gst/controller/Makefile.am
@@ -4,11 +4,13 @@
gstinterpolationcontrolsource.h \
gstlfocontrolsource.h
+H := \#
+
glib_enum_define = GST_CONTROLLER
glib_gen_prefix = gst
glib_gen_basename = controller
glib_gen_decl_banner=GST_CONTROLLER_API
-glib_gen_decl_include=\#include <gst/controller/controller-prelude.h>
+glib_gen_decl_include=$(H)include <gst/controller/controller-prelude.h>
built_sources = controller-enumtypes.c
built_headers = controller-enumtypes.h

View File

@@ -5,7 +5,7 @@
%define libname lib%{name}
Name: gstreamer
Version: 1.4.3
Version: 1.16.2
Release: 2mamba
Epoch: 2
Summary: A framework for streaming media
@@ -16,13 +16,18 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://gstreamer.freedesktop.org
Source: http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-%{version}.tar.xz
Patch0: gstreamer-1.1.3-bison-3.0.patch
Patch1: gstreamer-1.16.2-glib-2.64.2.patch
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: gtk-doc
BuildRequires: libffi-devel
BuildRequires: ldconfig
BuildRequires: libcap-devel
BuildRequires: libdw-devel
BuildRequires: libelf-devel
BuildRequires: libgcc
BuildRequires: libglib-devel
BuildRequires: pkg-config
BuildRequires: liblzma-devel
BuildRequires: libunwind-devel
## AUTOBUILDREQ-END
BuildRequires: bash
BuildRequires: ldconfig
@@ -50,7 +55,7 @@ GStreamer is a streaming-media framework, based on graphs of filters which opera
%package -n %{libname}
Summary: Libraries for GStreamer streaming-media framework
Group: System/Libraries
#Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
Requires: %{name}-tools = %{?epoch:%epoch:}%{version}-%{release}
%description -n %{libname}
GStreamer is a library that allows the construction of graphs of media-handling components, ranging from simple Ogg/Vorbis playback to complex audio (mixing) and video (non-linear editing) processing. Applications can take advantage of advances in codec and filter technology transparently.
@@ -75,16 +80,23 @@ Requires: gtk-doc
%description -n %{libname}-apidocs
GStreamer library API documentation.
%debug_package
%prep
%setup -q -n gstreamer-%{version}
#-D -T
#%patch0 -p1
%patch1 -p1
%build
#:<< _EOF
./autogen.sh
export CHECK_LIBS=-lcheck
%configure \
--with-cachedir=%{gscachedir} \
%ifnarch arm
--enable-gtk-doc \
%endif
--with-html-dir=%{_datadir}/gtk-doc/html
# --enable-docbook
@@ -119,12 +131,15 @@ install -d %{buildroot}%{gscachedir}
%files -n %{name}-tools -f gstreamer-%{MAJversion}.0.lang
%defattr(-,root,root)
#%{_bindir}/gst-feedback-%{MAJversion}.0
%{_datadir}/bash-completion/completions/gst-*
%{_datadir}/bash-completion/helpers/gst*
%{_bindir}/gst-inspect-%{MAJversion}.0
%{_bindir}/gst-launch-%{MAJversion}.0
%{_bindir}/gst-typefind-%{MAJversion}.0
#%{_bindir}/gst-xmlinspect-%{MAJversion}.0
#%{_bindir}/gst-xmllaunch-%{MAJversion}.0
%{_bindir}/gst-stats-%{MAJversion}.0
%{_datadir}/gdb/auto-load/usr/%{_lib}/libgstreamer-*.so.*-gdb.py
%dir %{_datadir}/gstreamer-*/gdb
%{_datadir}/gstreamer-*/gdb/*
%{_mandir}/man1/*
%files -n %{libname}
@@ -132,7 +147,7 @@ install -d %{buildroot}%{gscachedir}
%{_libdir}/*.so.*
%{_libdir}/gstreamer-%{MAJversion}.0/
%{_libdir}/girepository-1.0/Gst*.typelib
%{_libexecdir}/gstreamer-%{MAJversion}.0/gst-plugin-scanner
%{_libexecdir}/gstreamer-%{MAJversion}.0/gst-*
%dir %{gscachedir}
%doc AUTHORS COPYING
@@ -148,11 +163,110 @@ install -d %{buildroot}%{gscachedir}
%files -n %{libname}-apidocs
%defattr(-,root,root)
%{_datadir}/gtk-doc/html/gstreamer-libs-%{MAJversion}.0/
%{_datadir}/gtk-doc/html/gstreamer-%{MAJversion}.0/
%{_datadir}/gtk-doc/html/gstreamer-libs-%{MAJversion}.0/
%{_datadir}/gtk-doc/html/gstreamer-plugins-%{MAJversion}.0/
%changelog
* Fri Jul 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.16.2-2mamba
- libgstreamer: require gstreamer-tools; added debug package
* Wed Dec 04 2019 Automatic Build System <autodist@mambasoft.it> 1.16.2-1mamba
- automatic version update by autodist
* Tue Sep 24 2019 Automatic Build System <autodist@mambasoft.it> 1.16.1-1mamba
- automatic version update by autodist
* Fri Apr 19 2019 Automatic Build System <autodist@mambasoft.it> 1.16.0-1mamba
- automatic version update by autodist
* Wed Feb 27 2019 Automatic Build System <autodist@mambasoft.it> 1.15.2-1mamba
- automatic version update by autodist
* Mon Jan 28 2019 Automatic Build System <autodist@mambasoft.it> 1.15.1-1mamba
- automatic version update by autodist
* Wed Oct 03 2018 Automatic Build System <autodist@mambasoft.it> 1.14.4-1mamba
- automatic version update by autodist
* Tue Sep 18 2018 Automatic Build System <autodist@mambasoft.it> 1.14.3-1mamba
- automatic version update by autodist
* Fri Jul 20 2018 Automatic Build System <autodist@mambasoft.it> 1.14.2-1mamba
- automatic version update by autodist
* Fri May 18 2018 Automatic Build System <autodist@mambasoft.it> 1.14.1-1mamba
- automatic version update by autodist
* Tue Mar 20 2018 Automatic Build System <autodist@mambasoft.it> 1.14.0-1mamba
- automatic version update by autodist
* Wed Dec 20 2017 Automatic Build System <autodist@mambasoft.it> 1.12.4-1mamba
- automatic version update by autodist
* Tue Sep 19 2017 Automatic Build System <autodist@mambasoft.it> 1.12.3-1mamba
- automatic version update by autodist
* Fri Jul 14 2017 Automatic Build System <autodist@mambasoft.it> 1.12.2-1mamba
- automatic version update by autodist
* Tue Jun 20 2017 Automatic Build System <autodist@mambasoft.it> 1.12.1-1mamba
- automatic version update by autodist
* Sat May 06 2017 Automatic Build System <autodist@mambasoft.it> 1.12.0-1mamba
- automatic version update by autodist
* Fri Feb 24 2017 Automatic Build System <autodist@mambasoft.it> 1.10.4-1mamba
- automatic version update by autodist
* Thu Feb 02 2017 Automatic Build System <autodist@mambasoft.it> 1.10.3-1mamba
- automatic version update by autodist
* Tue Nov 29 2016 Automatic Build System <autodist@mambasoft.it> 1.10.2-1mamba
- automatic version update by autodist
* Thu Nov 17 2016 Automatic Build System <autodist@mambasoft.it> 1.10.1-1mamba
- automatic version update by autodist
* Wed Nov 02 2016 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
- automatic version update by autodist
* Thu Oct 13 2016 Automatic Build System <autodist@mambasoft.it> 1.9.90-1mamba
- automatic version update by autodist
* Mon Sep 19 2016 Automatic Build System <autodist@mambasoft.it> 1.9.2-1mamba
- automatic update by autodist
* Fri Aug 19 2016 Automatic Build System <autodist@mambasoft.it> 1.8.3-1mamba
- automatic version update by autodist
* Thu Jun 09 2016 Automatic Build System <autodist@mambasoft.it> 1.8.2-1mamba
- automatic version update by autodist
* Wed Apr 20 2016 Automatic Build System <autodist@mambasoft.it> 1.8.1-1mamba
- automatic version update by autodist
* Sat Mar 26 2016 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
- automatic version update by autodist
* Wed Jan 20 2016 Automatic Build System <autodist@mambasoft.it> 1.6.3-1mamba
- automatic version update by autodist
* Tue Dec 15 2015 Automatic Build System <autodist@mambasoft.it> 1.6.2-1mamba
- automatic version update by autodist
* Fri Oct 30 2015 Automatic Build System <autodist@mambasoft.it> 1.6.1-1mamba
- automatic version update by autodist
* Tue Oct 06 2015 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
- automatic version update by autodist
* Sun Dec 21 2014 Automatic Build System <autodist@mambasoft.it> 1.4.5-1mamba
- automatic version update by autodist
* Thu Nov 06 2014 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
- automatic version update by autodist
* Wed Sep 24 2014 Automatic Build System <autodist@mambasoft.it> 1.4.3-2mamba
- automatic version update by autodist
@@ -223,7 +337,7 @@ install -d %{buildroot}%{gscachedir}
- automatic version update by autodist
* Wed Oct 03 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.0-2mamba
- remove obsolete for *gstreamer0.10 to prevent a circoluar obsolete with gstreamer010 legacy package
- remove obsolete for *gstreamer0.10 to prevent a circular obsolete with gstreamer010 legacy package
* Tue Sep 25 2012 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
- update to 1.0.0