Compare commits
38 Commits
1.14.3-1ma
...
1.24.7-1ma
Author | SHA1 | Date | |
---|---|---|---|
c267b4242d | |||
69305b2c04 | |||
ab82a26575 | |||
552e209ae7 | |||
8e1c5d978c | |||
6d4f6b70e4 | |||
cffe35cc7b | |||
d2b0a9ddaa | |||
a69ca90cac | |||
87ec0d6410 | |||
15b59ab1a5 | |||
583b2da3b3 | |||
e80dc24670 | |||
70cd3582b8 | |||
d025953c73 | |||
6a4b6e90f2 | |||
cb48d1e55f | |||
38986a1cc8 | |||
41d0c09e01 | |||
7638eb4aaa | |||
47163174da | |||
5adcedb285 | |||
c2ede684cc | |||
f4da0fe642 | |||
eca10b1a9d | |||
d7d9f55d8b | |||
bd346c486e | |||
9894bd53aa | |||
8867405d38 | |||
673a6996af | |||
896f2c92ea | |||
9d54bca016 | |||
e0bdfe795c | |||
41fbe8a14d | |||
9d8b28e0e5 | |||
efe69310ad | |||
2b1c6b2be5 | |||
84efb10570 |
55
gstreamer-1.16.2-glib-2.64.2.patch
Normal file
55
gstreamer-1.16.2-glib-2.64.2.patch
Normal 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
|
204
gstreamer.spec
204
gstreamer.spec
@@ -1,11 +1,10 @@
|
||||
%define MAJversion %(echo %version | cut -d. -f 1)
|
||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||
|
||||
%define gscachedir /var/cache/gstreamer-0.10
|
||||
%define libname lib%{name}
|
||||
|
||||
Name: gstreamer
|
||||
Version: 1.14.3
|
||||
Version: 1.24.7
|
||||
Release: 1mamba
|
||||
Epoch: 2
|
||||
Summary: A framework for streaming media
|
||||
@@ -13,16 +12,18 @@ Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://gstreamer.freedesktop.org
|
||||
URL: https://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: libcap-devel
|
||||
BuildRequires: libdw-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: libunwind-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: bash
|
||||
BuildRequires: ldconfig
|
||||
@@ -31,7 +32,7 @@ BuildRequires: flex
|
||||
BuildRequires: libtool
|
||||
BuildRequires: automake
|
||||
BuildRequires: autoconf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: hotdoc
|
||||
|
||||
# FIXME:
|
||||
# checking for docbook2ps... false
|
||||
@@ -50,7 +51,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.
|
||||
@@ -65,7 +66,7 @@ Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
%description -n %{libname}-devel
|
||||
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.
|
||||
Developers can add new codecs and filters by writing a simple plugin with a clean, generic interface.
|
||||
This package contains static libraries and header files need for development.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%package -n %{libname}-apidocs
|
||||
Summary: GStreamer library API documentation
|
||||
@@ -75,43 +76,40 @@ Requires: gtk-doc
|
||||
%description -n %{libname}-apidocs
|
||||
GStreamer library API documentation.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n gstreamer-%{version}
|
||||
#-D -T
|
||||
#%patch0 -p1
|
||||
%ifarch x86_64 aarch64
|
||||
sed -i "s|/libexec'|/libexec64'|" meson.build
|
||||
%endif
|
||||
|
||||
%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
|
||||
%meson \
|
||||
-Ddoc=enabled
|
||||
|
||||
#export CHECK_LIBS=-lcheck
|
||||
#% configure \
|
||||
# --with-cachedir=%{gscachedir} \
|
||||
#%ifnarch arm
|
||||
# --enable-gtk-doc \
|
||||
#%endif
|
||||
# --with-html-dir=%{_datadir}/gtk-doc/html
|
||||
## --enable-docbook
|
||||
|
||||
#% ifnarch arm x86_64
|
||||
# --enable-gtk-doc \
|
||||
#% endif
|
||||
|
||||
%make
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
install -d %{buildroot}%{gscachedir}
|
||||
|
||||
## remove binaries that conflict with gstreamer-0.8.x
|
||||
#rm -f %{buildroot}%{_bindir}/gst-feedback
|
||||
#rm -f %{buildroot}%{_bindir}/gst-inspect
|
||||
#rm -f %{buildroot}%{_bindir}/gst-launch
|
||||
#rm -f %{buildroot}%{_bindir}/gst-md5sum
|
||||
#rm -f %{buildroot}%{_bindir}/gst-typefind
|
||||
#rm -f %{buildroot}%{_bindir}/gst-xmlinspect
|
||||
#rm -f %{buildroot}%{_bindir}/gst-xmllaunch
|
||||
#install -d %{buildroot}%{gscachedir}
|
||||
|
||||
%find_lang gstreamer-%{MAJversion}.0
|
||||
|
||||
@@ -127,17 +125,20 @@ install -d %{buildroot}%{gscachedir}
|
||||
%{_datadir}/bash-completion/helpers/gst*
|
||||
%{_bindir}/gst-inspect-%{MAJversion}.0
|
||||
%{_bindir}/gst-launch-%{MAJversion}.0
|
||||
%{_bindir}/gst-tester-%{MAJversion}.0
|
||||
%{_bindir}/gst-typefind-%{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}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libgst*.so.*
|
||||
%{_libdir}/gstreamer-%{MAJversion}.0/
|
||||
%{_libdir}/girepository-1.0/Gst*.typelib
|
||||
%{_libexecdir}/gstreamer-%{MAJversion}.0/gst-*
|
||||
%dir %{gscachedir}
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files -n %{libname}-devel
|
||||
@@ -145,18 +146,137 @@ install -d %{buildroot}%{gscachedir}
|
||||
%{_includedir}/gstreamer-%{MAJversion}.0/
|
||||
%{_datadir}/aclocal/*
|
||||
%{_datadir}/gir-1.0/Gst*.gir
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/libgst*-%{MAJversion}.0.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
%doc NEWS README RELEASE TODO
|
||||
%doc NEWS RELEASE
|
||||
|
||||
%files -n %{libname}-apidocs
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gtk-doc/html/gstreamer-%{MAJversion}.0/
|
||||
%{_datadir}/gtk-doc/html/gstreamer-libs-%{MAJversion}.0/
|
||||
%{_datadir}/gtk-doc/html/gstreamer-plugins-%{MAJversion}.0/
|
||||
#%files -n %{libname}-apidocs
|
||||
#%defattr(-,root,root)
|
||||
#%{_datadir}/gtk-doc/html/gstreamer-%{MAJversion}.0/
|
||||
#%{_datadir}/gtk-doc/html/gstreamer-libs-%{MAJversion}.0/
|
||||
#%{_datadir}/gtk-doc/html/gstreamer-plugins-%{MAJversion}.0/
|
||||
|
||||
%changelog
|
||||
* Thu Aug 22 2024 Automatic Build System <autodist@openmamba.org> 1.24.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 30 2024 Automatic Build System <autodist@openmamba.org> 1.24.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 21 2024 Automatic Build System <autodist@openmamba.org> 1.24.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 31 2024 Automatic Build System <autodist@openmamba.org> 1.24.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 30 2024 Automatic Build System <autodist@openmamba.org> 1.24.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 10 2024 Automatic Build System <autodist@openmamba.org> 1.24.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 1.24.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 05 2024 Automatic Build System <autodist@openmamba.org> 1.24.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 13 2024 Automatic Build System <autodist@openmamba.org> 1.22.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 25 2024 Automatic Build System <autodist@openmamba.org> 1.22.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 18 2023 Automatic Build System <autodist@mambasoft.it> 1.22.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 14 2023 Automatic Build System <autodist@mambasoft.it> 1.22.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Sep 23 2023 Automatic Build System <autodist@mambasoft.it> 1.22.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 21 2023 Automatic Build System <autodist@mambasoft.it> 1.22.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 21 2023 Automatic Build System <autodist@mambasoft.it> 1.22.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 19 2023 Automatic Build System <autodist@mambasoft.it> 1.22.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 12 2023 Automatic Build System <autodist@mambasoft.it> 1.22.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 05 2023 Automatic Build System <autodist@mambasoft.it> 1.22.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 24 2023 Automatic Build System <autodist@mambasoft.it> 1.22.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 20 2022 Automatic Build System <autodist@mambasoft.it> 1.20.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 14 2022 Automatic Build System <autodist@mambasoft.it> 1.20.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 16 2022 Automatic Build System <autodist@mambasoft.it> 1.20.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 03 2022 Automatic Build System <autodist@mambasoft.it> 1.20.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 21 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.20.1-2mamba
|
||||
- fix libexecdir in pkg-config file
|
||||
|
||||
* Wed Mar 16 2022 Automatic Build System <autodist@mambasoft.it> 1.20.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 12 2022 Automatic Build System <autodist@mambasoft.it> 1.20.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 03 2022 Automatic Build System <autodist@mambasoft.it> 1.18.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 09 2021 Automatic Build System <autodist@mambasoft.it> 1.18.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 16 2021 Automatic Build System <autodist@mambasoft.it> 1.18.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 14 2021 Automatic Build System <autodist@mambasoft.it> 1.18.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 07 2020 Automatic Build System <autodist@mambasoft.it> 1.18.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 27 2020 Automatic Build System <autodist@mambasoft.it> 1.18.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 18 2020 Automatic Build System <autodist@mambasoft.it> 1.18.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* 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
|
||||
|
||||
@@ -305,7 +425,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
|
||||
|
Reference in New Issue
Block a user