public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
To: git-commits@fedoraproject.org
Subject: [rpms/gpac] epel9: initial import (resolves rhbz#2270199)
Date: Tue, 22 Sep 2026 15:09:53 GMT [thread overview]
Message-ID: <179008979380.1.11460987354758259547.rpms-gpac-cab4f0a0129d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gpac
Branch : epel9
Commit : cab4f0a0129dc870266f27c08423eca8c334f529
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date : 2024-09-04T16:56:36+02:00
Stats : +670/-0 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/gpac/c/cab4f0a0129dc870266f27c08423eca8c334f529?branch=epel9
Log:
initial import (resolves rhbz#2270199)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..715cdbc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/gpac-2.4.0.tar.gz
diff --git a/gpac-ffmpeg6.patch b/gpac-ffmpeg6.patch
new file mode 100644
index 0000000..b4874ed
--- /dev/null
+++ b/gpac-ffmpeg6.patch
@@ -0,0 +1,22 @@
+From 8d7cac0bf9f9775cae1d43de7138206758f28b0c Mon Sep 17 00:00:00 2001
+From: jeanlf <jeanlf@gpac.io>
+Date: Thu, 25 Apr 2024 16:10:14 +0200
+Subject: [PATCH] Fixed #2810
+
+---
+ src/filters/ff_mx.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/filters/ff_mx.c b/src/filters/ff_mx.c
+index 6c704dce25..45499b4f5c 100644
+--- a/src/filters/ff_mx.c
++++ b/src/filters/ff_mx.c
+@@ -247,7 +247,7 @@ static GF_Err ffmx_init_mux(GF_Filter *filter, GF_FFMuxCtx *ctx)
+ }
+
+
+-#if (LIBAVFORMAT_VERSION_MAJOR <= 59)
++#if (LIBAVFORMAT_VERSION_MAJOR < 61)
+ static int ffavio_write_packet(void *opaque, uint8_t *buf, int buf_size)
+ #else
+ static int ffavio_write_packet(void *opaque, const uint8_t *buf, int buf_size)
diff --git a/gpac-fix-library-detection.patch b/gpac-fix-library-detection.patch
new file mode 100644
index 0000000..5b078b7
--- /dev/null
+++ b/gpac-fix-library-detection.patch
@@ -0,0 +1,48 @@
+From a005fd6eb7a9ede4d3356630cae3d6516c91b73e Mon Sep 17 00:00:00 2001
+From: Ryan Carsten Schmidt <github@ryandesign.com>
+Date: Wed, 1 May 2024 00:05:59 -0500
+Subject: [PATCH] configure: Fix finding xvid by including stddef.h
+
+The configure test for xvid was failing to find it due to "error: use of
+undeclared identifier 'NULL'". Fix by including <stddef.h> anytime NULL
+is referenced.
+---
+ configure | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/configure b/configure
+index c27f3e3e49..1c27b3af77 100755
+--- a/configure
++++ b/configure
+@@ -1591,6 +1591,7 @@ config_package ssl "openssl" "" "$ssl_lflags" "" '#include <openssl/ssl.h>
+ #include <openssl/x509.h>
+ #include <openssl/err.h>
+ #include <openssl/rand.h>
++#include <stddef.h>
+ int main( void ) { SSL_CTX_set_options(NULL, SSL_OP_ALL); return 0; }'
+
+
+@@ -1617,6 +1618,7 @@ int main( void ) { opj_create_decompress(CODEC_J2K); return 0; }'
+ fi
+
+ config_package png "libpng" "" "-lpng -lz" "png" '#include <png.h>
++#include <stddef.h>
+ int main( void ) { png_struct *png_ptr = png_create_read_struct(PNG_LIBPNG_VER_STRING, NULL, NULL, NULL); return 0; }'
+
+
+@@ -1633,6 +1635,7 @@ int main( void ) { a52_state_t *codec; a52_free(codec); return 0; }'
+
+
+ config_package xvid "xvid" "" "-lxvidcore $PTHREAD_LDFLAGS" "" '#include <xvid.h>
++#include <stddef.h>
+ int main( void ) { void *codec; xvid_decore(codec, XVID_DEC_DESTROY, NULL, NULL); return 0; }'
+
+ config_package faad "faad2" "" "-lfaad -lm" "" '#include <faad.h>
+@@ -1686,6 +1689,7 @@ fi
+
+
+ config_package freenect "libfreenect" "" "-lfreenect" "freenect" '#include <libfreenect/libfreenect.h>
++#include <stddef.h>
+ int main( void ) { freenect_context *f_ctx; freenect_init(&f_ctx, NULL); return 0; }'
+
+
diff --git a/gpac-lto-type-mismatch.patch b/gpac-lto-type-mismatch.patch
new file mode 100644
index 0000000..5b56e6d
--- /dev/null
+++ b/gpac-lto-type-mismatch.patch
@@ -0,0 +1,24 @@
+diff -up gpac-2.4.0/applications/mp4box/filedump.c.orig gpac-2.4.0/applications/mp4box/filedump.c
+--- gpac-2.4.0/applications/mp4box/filedump.c.orig 2024-04-17 19:18:21.000000000 +0200
++++ gpac-2.4.0/applications/mp4box/filedump.c 2024-06-14 16:56:26.604280609 +0200
+@@ -61,7 +61,7 @@
+ #ifndef GPAC_DISABLE_SWF_IMPORT
+ extern u32 swf_flags;
+ #endif
+-extern Float swf_flatten_angle;
++extern Double swf_flatten_angle;
+ extern GF_FileType get_file_type_by_ext(char *inName);
+ extern u32 fs_dump_flags;
+ extern Bool dump_check_xml;
+diff -up gpac-2.4.0/applications/mp4box/fileimport.c.orig gpac-2.4.0/applications/mp4box/fileimport.c
+--- gpac-2.4.0/applications/mp4box/fileimport.c.orig 2024-04-17 19:18:21.000000000 +0200
++++ gpac-2.4.0/applications/mp4box/fileimport.c 2024-06-14 23:22:16.652880898 +0200
+@@ -107,7 +107,7 @@ GF_Err set_file_udta(GF_ISOFile *dest, u
+ extern u32 swf_flags;
+ #endif
+
+-extern Float swf_flatten_angle;
++extern Double swf_flatten_angle;
+ extern Bool keep_sys_tracks;
+ extern u32 fs_dump_flags;
+
diff --git a/gpac-noopt.patch b/gpac-noopt.patch
new file mode 100644
index 0000000..814e5f9
--- /dev/null
+++ b/gpac-noopt.patch
@@ -0,0 +1,11 @@
+--- a/configure 2024-04-17 18:18:21.000000000 +0100
++++ b/configure 2024-04-28 12:43:47.327538032 +0100
+@@ -1135,7 +1135,7 @@ fi
+
+ #GCC opt
+ if test "$no_gcc_opt" = "no"; then
+- CFLAGS="-O3 $CFLAGS"
++ CFLAGS="$CFLAGS"
+ else
+
+ #on emscripten+asan, failure to load wasm when build with -00, use -01
diff --git a/gpac.spec b/gpac.spec
new file mode 100644
index 0000000..b78c2f4
--- /dev/null
+++ b/gpac.spec
@@ -0,0 +1,563 @@
+%bcond_with faad2
+%bcond_without jack
+%bcond_without freenect
+
+%if 0%{?el9}
+%bcond_with jack
+%bcond_with freenect
+%endif
+
+Name: gpac
+Summary: MPEG-4 multimedia framework
+Version: 2.4.0
+Release: 2%{?dist}
+License: LGPL-2.0-or-later
+URL: https://gpac.io/
+Source0: https://github.com/gpac/gpac/archive/v%{version}/gpac-%{version}.tar.gz
+
+# drop -O3 from CFLAGS
+Patch0: gpac-noopt.patch
+Patch1: https://github.com/gpac/gpac/commit/8d7cac0bf9f9775cae1d43de7138206758f28b0c.patch#/gpac-ffmpeg6.patch
+Patch2: https://github.com/gpac/gpac/commit/a005fd6eb7a9ede4d3356630cae3d6516c91b73e.patch#/gpac-fix-library-detection.patch
+# https://github.com/gpac/gpac/pull/2878
+Patch3: gpac-lto-type-mismatch.patch
+
+BuildRequires: SDL2-devel
+BuildRequires: a52dec-devel
+BuildRequires: librsvg2-devel >= 2.5.0
+BuildRequires: libGLU-devel
+BuildRequires: freetype-devel >= 2.1.4
+%{?with_faad2:BuildRequires: faad2-devel}
+BuildRequires: libjpeg-devel
+BuildRequires: libpng-devel >= 1.2.5
+BuildRequires: libmad-devel
+BuildRequires: libnghttp2-devel
+BuildRequires: xvidcore-devel >= 1.0.0
+BuildRequires: pkgconfig(libavcodec) pkgconfig(libavdevice) pkgconfig(libavformat) pkgconfig(libavfilter) pkgconfig(libavutil) pkgconfig(libswscale)
+BuildRequires: libxml2-devel
+BuildRequires: openssl-devel
+BuildRequires: openjpeg2-devel
+BuildRequires: pulseaudio-libs-devel
+BuildRequires: zlib-devel
+BuildRequires: libogg-devel
+BuildRequires: libvorbis-devel
+BuildRequires: libtheora-devel
+BuildRequires: libXt-devel
+BuildRequires: libXpm-devel
+BuildRequires: libXv-devel
+%{?with_jack:BuildRequires: jack-audio-connection-kit-devel}
+# Disable optional freenect for i686 multilibs gpac usage
+%ifnarch i686
+%{?with_freenect:BuildRequires: libfreenect-devel}
+%endif
+BuildRequires: xmlrpc-c-devel
+BuildRequires: doxygen
+BuildRequires: graphviz
+BuildRequires: gcc-c++
+
+%description
+GPAC is a multimedia framework based on the MPEG-4 Systems standard developed
+from scratch in ANSI C. The original development goal is to provide a clean,
+small and flexible alternative to the MPEG-4 Systems reference software.
+
+GPAC features the integration of recent multimedia standards (SVG/SMIL, VRML,
+X3D, SWF, 3GPP(2) tools and more) into a single framework. GPAC also features
+MPEG-4 Systems encoders/multiplexers, publishing tools for content distribution
+for MP4 and 3GPP(2) files and many tools for scene descriptions
+(MPEG4 <-> VRML <-> X3D converters, SWF -> MPEG-4, etc).
+
+%package libs
+Summary: Library for %{name}
+
+%description libs
+The %{name}-libs package contains library for %{name}.
+
+
+%package devel
+Summary: Development libraries and files for %{name}
+Requires: %{name}-libs%{?_isa} = %{version}-%{release}
+
+%description devel
+Development libraries and files for gpac.
+
+
+%package doc
+Summary: Documentation for %{name}
+
+%description doc
+Documentation for %{name}.
+
+
+%package static
+Summary: Development libraries and files for %{name}
+Requires: %{name}-devel%{?_isa} = %{version}-%{release}
+Obsoletes: %{name}-devel-static < %{version}-%{release}
+Provides: %{name}-devel-static = %{version}-%{release}
+
+%description static
+Static library for gpac.
+
+%prep
+%autosetup -p1
+rm -rv extra_lib/
+pushd share/doc
+# Fix encoding warnings
+iconv -f ISO-8859-1 -t UTF8 ipmpx_syntax.bt > ipmpx_syntax.bt.utf8
+touch -r ipmpx_syntax.bt{,.utf8}
+mv ipmpx_syntax.bt{.utf8,}
+popd
+
+
+%build
+%configure \
+ --extra-cflags="%{optflags} -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -D_GNU_SOURCE=1 $(pkg-config --cflags libavformat)" \
+ --X11-path=%{_prefix} \
+ --libdir=%{_lib} \
+ --disable-oss \
+ --enable-pic \
+ --verbose
+
+#Avoid mess with setup.h
+cp -p config.h include/gpac
+
+%make_build all
+%make_build sggen
+
+## kwizart - build doxygen doc for devel
+pushd share/doc
+doxygen
+popd
+
+%install
+%make_install install-lib
+
+#Install generated sggen binaries
+#for b in MPEG4 SVG X3D; do
+for b in MPEG4 X3D; do
+ pushd applications/generators/${b}
+ install -pm 0755 ${b}Gen %{buildroot}%{_bindir}
+ popd
+done
+
+#Fix doxygen timestamp
+touch -r Changelog share/doc/html-libgpac/*
+
+#config.h like but not only
+#Usual multilib bug https://bugzilla.rpmfusion.org/show_bug.cgi?id=270
+sed -i -e '/GPAC_CONFIGURATION/d' %{buildroot}%{_includedir}/gpac/configuration.h
+touch -r Changelog %{buildroot}%{_includedir}/gpac/*.h
+touch -r Changelog %{buildroot}%{_includedir}/gpac/internal/*.h
+touch -r Changelog %{buildroot}%{_includedir}/gpac/modules/*.h
+rm %{buildroot}%{_includedir}/gpac/config.h
+# do not include in gpac, only here to create doxygen group for doc ordering
+rm %{buildroot}%{_includedir}/gpac/00_doxy.h
+
+%files
+%doc Changelog README.md
+%license COPYING
+%{_bindir}/gpac
+%{_bindir}/MP4Box
+%{_bindir}/MPEG4Gen
+%{_bindir}/X3DGen
+%{_datadir}/gpac/
+%{_mandir}/man1/gpac-filters.1.*
+%{_mandir}/man1/gpac.1.*
+%{_mandir}/man1/mp4box.1.*
+%{_datadir}/applications/gpac.desktop
+%{_datadir}/icons/hicolor/*/apps/gpac.png
+
+%files libs
+%{_libdir}/libgpac.so.12{,.*}
+%dir %{_libdir}/gpac
+%{_libdir}/gpac/gm_ft_font.so
+%{?with_jack:%{_libdir}/gpac/gm_jack.so}
+%{_libdir}/gpac/gm_pulseaudio.so
+%{_libdir}/gpac/gm_sdl_out.so
+%{_libdir}/gpac/gm_validator.so
+%{_libdir}/gpac/gm_x11_out.so
+
+%files doc
+%doc share/doc/html-libgpac/*
+
+%files devel
+%doc share/doc/CODING_STYLE share/doc/ipmpx_syntax.bt
+%{_includedir}/gpac/
+%{_libdir}/libgpac.so
+%{_libdir}/pkgconfig/gpac.pc
+
+%files static
+%{_libdir}/libgpac_static.a
+
+
+%changelog
+* Fri Jun 14 2024 Dominik Mierzejewski <dominik@greysector.net> - 2.4.0-2
+- fix LTO type mismatch warning
+- backport upstream fix for xvidcore and freenect detection
+
+* Sun Apr 28 2024 Leigh Scott <leigh123linux@gmail.com> - 2.4.0-1
+- Update to 2.4.0
+
+* Mon Mar 18 2024 Dominik Mierzejewski <dominik@greysector.net> - 2.2.1-7
+- switch to standard %%bcond_* macros
+- build without FAAD2 by default
+- use SPDX license identifier
+- update URL
+
+* Tue Mar 12 2024 Dominik Mierzejewski <dominik@greysector.net> - 2.2.1-6
+- re-enable zlib and nvdec
+- fix build with zlib-ng
+- fix building nvdec on aarch64
+- fix OSS audio disablement
+- enable Nghttp2 support
+- list manpages and libraries explicitly
+- clean up, avoid using rm -f
+
+* Sat Feb 03 2024 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 2.2.1-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+
+* Sun Nov 12 2023 Leigh Scott <leigh123linux@gmail.com> - 2.2.1-4
+- Rebuild for new ffmpeg version
+
+* Wed Nov 08 2023 Leigh Scott <leigh123linux@gmail.com> - 2.2.1-3
+- Rebuild for new faad2 version
+
+* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 2.2.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
+
+* Tue Apr 25 2023 Leigh Scott <leigh123linux@gmail.com> - 2.2.1-1
+- Update to 2.2.1
+
+* Tue Feb 28 2023 Leigh Scott <leigh123linux@gmail.com> - 2.2.0-2
+- Rebuilt for new ffmpeg
+
+* Sat Feb 18 2023 Leigh Scott <leigh123linux@gmail.com> - 2.2.0-1
+- Update to 2.2.0
+
+* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 2.0.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
+ 5.1
+
+* Sat Feb 26 2022 Leigh Scott <leigh123linux@gmail.com> - 2.0.0-1
+- Update to 2.0.0
+
+* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb@rpmfusion.org> - 1.0.2-0.2.20211104git413cd94
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
+* Tue Nov 09 2021 Leigh Scott <leigh123linux@gmail.com> - 1.0.2-0.1.20211104git413cd94
+- Use git snapshot
+
+* Tue Nov 09 2021 Leigh Scott <leigh123linux@gmail.com> - 1.0.1-5
+- Rebuilt for new ffmpeg snapshot
+
+* Mon Aug 02 2021 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.0.1-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Wed Feb 03 2021 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.0.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Fri Jan 1 2021 Leigh Scott <leigh123linux@gmail.com> - 1.0.1-2
+- Rebuilt for new ffmpeg snapshot
+
+* Sun Nov 22 2020 Sérgio Basto <sergio@serjux.com> - 1.0.1-1
+- Update to 1.0.1
+
+* Mon Aug 17 2020 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 1.0.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Mon Jul 06 2020 Nicolas Chauvet <kwizart@gmail.com> - 1.0.0-2
+- Adjust BR
+
+* Fri Jul 03 2020 Sérgio Basto <sergio@serjux.com> - 1.0.0-1
+- Update to 1.0.0
+- BR SDL2-devel instead SDL-devel
+- Add BR jack-audio-connection-kit-devel and libfreenect-devel
+- Remove BR js-devel, wxGTK3-devel, gtk+-devel and gtk2-devel
+
+* Thu Mar 12 2020 Leigh Scott <leigh123linux@gmail.com> - 0.8.0-5
+- Rebuilt for i686
+
+* Sat Feb 22 2020 Leigh Scott <leigh123linux@googlemail.com> - 0.8.0-4
+- Rebuild for ffmpeg-4.3 git
+
+* Tue Feb 04 2020 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.8.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Tue Dec 17 2019 Leigh Scott <leigh123linux@googlemail.com> - 0.8.0-2
+- Mass rebuild for x264
+
+* Tue Aug 06 2019 Sérgio Basto <sergio@serjux.com> - 0.8.0-1
+- Update GPAC to 0.8.0
+
+* Tue Aug 06 2019 Leigh Scott <leigh123linux@gmail.com> - 0.7.1-11
+- Rebuild for new ffmpeg version
+
+* Tue Mar 12 2019 Leigh Scott <leigh123linux@googlemail.com> - 0.7.1-10
+- Mass rebuild for x264
+
+* Mon Mar 04 2019 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.7.1-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Mon Nov 26 2018 Leigh Scott <leigh123linux@googlemail.com> - 0.7.1-8
+- Rename static sub-package
+
+* Sun Nov 25 2018 Leigh Scott <leigh123linux@googlemail.com> - 0.7.1-7
+- Remove Group tag
+- Add missing isa on Requires
+- Drop mozilla support
+- Drop osmo support
+- Clean up
+
+* Thu Jul 26 2018 RPM Fusion Release Engineering <leigh123linux@gmail.com> - 0.7.1-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Thu Mar 08 2018 RPM Fusion Release Engineering <leigh123linux@googlemail.com> - 0.7.1-5
+- Rebuilt for new ffmpeg snapshot
+
+* Thu Mar 01 2018 RPM Fusion Release Engineering <leigh123linux@googlemail.com> - 0.7.1-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Wed Jan 17 2018 Leigh Scott <leigh123linux@googlemail.com> - 0.7.1-3
+- Rebuilt for ffmpeg-3.5 git
+
+* Thu Aug 31 2017 RPM Fusion Release Engineering <kwizart@rpmfusion.org> - 0.7.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Sat Apr 29 2017 Leigh Scott <leigh123linux@googlemail.com> - 0.7.1-1
+- Update to 0.7.1
+
+* Sun Mar 19 2017 RPM Fusion Release Engineering <kwizart@rpmfusion.org> - 0.6.1-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Sat Oct 29 2016 Leigh Scott <leigh123linux@googlemail.com> - 0.6.1-3
+- Fix build with openssl-1.1.0
+
+* Sat Jul 30 2016 Julian Sikorski <belegdol@fedoraproject.org> - 0.6.1-2
+- Rebuilt for ffmpeg-3.1.1
+
+* Thu Mar 10 2016 Sérgio Basto <sergio@serjux.com> - 0.6.1-1
+- Update to 0.6.1
+
+* Wed Feb 24 2016 Sérgio Basto <sergio@serjux.com> - 0.6.0-1
+- Update to 0.6.0
+- Remove extra_lib directory from sources, like do gpac-snapshot.sh.
+- Add License tag.
+- Clean defattr(s).
+
+* Sun Oct 11 2015 Michael Kuhn <suraia@ikkoku.de> - 0.5.2-1
+- Update to 0.5.2.
+
+* Sat Dec 06 2014 Nicolas Chauvet <kwizart@gmail.com> - 0.5.1-14.20141206svn
+- Update to svn20141206 - last svn rev 5542
+- Fix invalid SONAME - rfbz#3365
+
+* Sun Oct 19 2014 Sérgio Basto <sergio@serjux.com> - 0.5.0-13.20140915svn
+- Rebuilt for FFmpeg 2.4.3
+
+* Fri Sep 26 2014 Nicolas Chauvet <kwizart@gmail.com> - 0.5.0-12.20140915svn
+- Rebuilt for FFmpeg 2.4.x
+
+* Mon Sep 15 2014 Sérgio Basto <sergio@serjux.com> - 0.5.0-11.20140915svn
+- Update to 20140915
+- Some clean ups, fix location of html files.
+
+* Thu Aug 07 2014 Sérgio Basto <sergio@serjux.com> - 0.5.0-10.20130914svn
+- Rebuilt for ffmpeg-2.3
+
+* Tue Mar 25 2014 Sérgio Basto <sergio@serjux.com> - 0.5.0-9.20130914svn
+- Rebuilt for ffmpeg-2.2
+
+* Tue Nov 05 2013 Nicolas Chauvet <kwizart@gmail.com> - 0.5.0-8.20130914svn
+- Rebuilt for x264/FFmpeg
+
+* Sat Sep 14 2013 Nicolas Chauvet <kwizart@gmail.com> - 0.5.0-7.20130914svn
+- Update to 20130914
+
+* Tue Aug 20 2013 Nicolas Chauvet <kwizart@gmail.com> - 0.5.0-6.20130820svn
+- Update to 20130820
+
+* Thu Aug 15 2013 Nicolas Chauvet <kwizart@gmail.com> - 0.5.0-5
+- Rebuilt for FFmpeg 2.0.x
+
+* Sat May 25 2013 Nicolas Chauvet <kwizart@gmail.com> - 0.5.0-4
+- Rebuilt for x264/FFmpeg
+
+* Sun Jan 20 2013 Nicolas Chauvet <kwizart@gmail.com> - 0.5.0-3
+- Rebuilt for FFmpeg/x264
+
+* Sat Nov 24 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.5.0-2
+- Rebuilt for FFmpeg 1.0
+
+* Sat Jun 23 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.5.0-1
+- Update to 0.5.0
+
+* Wed Feb 22 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.4.6-0.19.svn20110923
+- Rebuilt for x264/FFmpeg
+
+* Wed Jan 25 2012 Nicolas Chauvet <kwizart@gmail.com> - 0.4.6-0.18.svn20110923
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Mon Oct 03 2011 Nicolas Chauvet <kwizart@gmail.com> - 0.4.6-0.17.svn20110923
+- Update gpac-soname.patch
+
+* Fri Sep 23 2011 Nicolas Chauvet <kwizart@gmail.com> - 0.4.6-0.16svn20110923
+- Update to 20110923
+- Fix svnversion
+
+* Thu Sep 22 2011 Nicolas Chauvet <kwizart@gmail.com> - 0.4.6-0.15svn20110915
+- Update to 20110915
+
+* Thu Jul 14 2011 Nicolas Chauvet <kwizart@gmail.com> - 0.4.6-0.14.cvs20100527
+- Rebuild
+
+* Sun Jun 05 2011 Nicolas Chauvet <kwizart@gmail.com> - 0.4.6-0.13.cvs20100527
+- Rebuild for js update
+
+* Thu Mar 10 2011 Nicolas Chauvet <kwizart@gmail.com> - 0.4.6-0.12.cvs20100527
+- Rebuilt for openjpeg
+- Remove usage of --warn-common as LDFLAGS
+
+* Tue Dec 14 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.4.6-0.11.cvs20100527
+- Fix include - rfbz#1551
+
+* Sun Jul 11 2010 Nicolas Chauvet <kwizart@gmail.com> - 0.4.6-0.9.cvs20100527
+- Fix header installed by misstake - rfbz#270c9
+
+* Sat May 29 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.4.6-0.8.cvs20100527
+- Rewrite soname patch that is still needed.
+- Allow --with osmo conditional
+- Explicitely list binaries.
+
+* Thu May 27 2010 Lucas Jacobs <lucas.jacobs@mines.sdsmt.edu> - 0.4.6-0.6cvs20100527
+- Update to 20100527
+- Removed upstreamed lib64, soname, OpenJPEG, OpenGL patches
+- Update ffmpeg, makefix and amr patches
+- Added patch to build osmo4_wx properly
+
+* Sat Mar 13 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.4.6-0.5.cvs20100116
+- Fix CFLAGS for large files rfbz#1116
+
+* Sat Feb 27 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.4.6-0.4cvs20100116
+- New Attempt to fix rfbz#270
+
+* Sat Jan 16 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 0.4.6-0.3cvs20100116
+- Update to 20100116
+- Removed upstreamed patch for system libxml2
+- Update ffmpeg patch
+
+* Tue Nov 3 2009 kwizart < kwizart at gmail.com > - 0.4.6-0.2cvs20090919
+- Attempt to fix rfbz#270
+
+* Sat Sep 19 2009 kwizart < kwizart at gmail.com > - 0.4.6-0.1cvs20090919
+- Update to 0.4.6 pre cvs snapshoot 20090919
+- Fix OGL link flag
+
+* Tue Sep 1 2009 kwizart < kwizart at gmail.com > - 0.4.6-0.1cvs20090901
+- Update to 0.4.6 pre cvs snapshoot 20090901
+- Remove merged patch (1) update old (4)
+- Clean static conditional
+
+* Fri Mar 27 2009 kwizart < kwizart at gmail.com > - 0.4.5-7
+- Rebuild for faad x264
+
+* Mon Mar 23 2009 kwizart < kwizart at gmail.com > - 0.4.5-6
+- Add ffmpeg patch by Rathann (RPM Fusion #454 )
+- Fix default defattr
+
+* Wed Feb 11 2009 kwizart < kwizart at gmail.com > - 0.4.5-5
+- Rebuild for openssl (#363) - Made possible because the
+ circle dependency with gpac/x264 was fixed first (#362)
+
+* Wed Feb 04 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.4.5-4
+- rebuild for new ssl
+
+* Sun Dec 28 2008 kwizart < kwizart at gmail.com > - 0.4.5-3
+- Fix -devel doc timestamp which leads to multilib conflict
+ ( RPM Fusion #270 )
+
+* Thu Dec 18 2008 kwizart < kwizart at gmail.com > - 0.4.5-2
+- Fix for ppc64
+
+* Wed Dec 17 2008 kwizart < kwizart at gmail.com > - 0.4.5-1
+- Update to 0.4.5 (final)
+- Drop upstreamed patches - Rewrite some
+- Add More BR.
+- Conditionalize --with mozilla amr
+
+* Mon Sep 8 2008 kwizart < kwizart at gmail.com > - 0.4.5-0.5.20080217cvs
+- Fix for Large File Support (was livna #2075 )
+
+* Mon Feb 25 2008 kwizart < kwizart at gmail.com > - 0.4.5-0.3.20080217cvs
+- Enable devel-static
+- Conditionalize Osmo4 (buggy).
+- Clean the spec
+
+* Sun Feb 17 2008 kwizart < kwizart at gmail.com > - 0.4.5-0.2.20080217cvs
+- Update to 20080217.
+- Split libs.
+- Use the new amr nosrc scheme (need an end-users rebuilt to add support to it).
+- Add openjpeg-devel missing BR
+- Static patching instead of dyn patch when possible.
+- Disable %%{smp_mflags} (it tries to build the bin before the lib is ready)
+- Define soname as libgpac.so.0 (instead of libgpac.so.%%version )
+- Exclude static lib
+
+* Mon Feb 11 2008 Stewart Adam < s.adam at diffingo.com > - 0.4.5-0.1.20080211cvs
+- Use %%{smp_mflags}
+- Oops, we're actually 0.4.5
+- Fix gpac so filenames
+- Only install nposmozilla when %%{with_firefox} is set
+
+* Mon Feb 11 2008 Stewart Adam < s.adam at diffingo.com > - 0.4.4-3.20080211cvs
+- Update to 20080211cvs
+- Disable osmozilla, doesn't build with xulrunner
+- Fix builds with gcc 4.3
+
+* Sat Dec 15 2007 Stewart Adam < s.adam at diffingo.com > - 0.4.4-2
+- Rebuild for rawhide
+
+* Tue Oct 16 2007 Stewart Adam < s.adam at diffingo.com > - 0.4.4-1
+- Update to v4.4
+
+* Sat May 26 2007 kwizart < kwizart at gmail.com > - 0.4.3-0.1cvs20070526
+- Update to cvs 20070526
+- Enable conditional build ( 3gpp firefox )
+
+* Wed Apr 11 2007 kwizart < kwizart at gmail.com > - 0.4.3-0.1cvs20070411
+- Update to cvs 20070411
+
+* Fri Dec 08 2006 kwizart < kwizart at gmail.com > - 0.4.3-cvs20061208.1.kwizart.fc6
+- Update to 20061208
+- Uses firefox-devel (since fc6!)
+- Drop tutorial
+- Use version-DEV-date with libgpac.so
+- Disabled osmozilla
+- Fix soname
+- Enabled gprof
+
+* Tue Oct 17 2006 kwizart < kwizart at gmail.com > - 0.4.3-cvs20061017.1_FC5
+- gpac snapshot.sh
+- Revert Patch osmozilla.cpp (v1.17 - build error from gpac/internal/terminal_dev.h)
+- TODO: - no-soname make option for libgpac.so
+ - static lib in devel - needed ?
+ - osmozilla - xpt link problem.
+ - Osmo4: segmentation fault on exit.
+ - MP4Client: segmentation fault on launch.
+ - The program 'Osmo4' received an X Window System error:
+ "The error was 'BadMatch (invalid parameter attributes)'.
+ (Details: serial 37 error_code 8 request_code 42 minor_code 0)"
+ - MP4Box -version display: GPAC version 0.4.3-DEV (try to display cvs )
+
+* Tue Oct 17 2006 kwizart < kwizart at gmail.com > - 0.4.2-rc2.1_FC5
+- Update to 0.4.2cvs20061017
+- Use DESTDIR=RPM_BUILD_ROOT in various Makefile.
+- Enable mozilla plugin: osmozilla.
+- Enable AMR_NB_FLOAT and AMR_WB_FLOAT / bundle AMR_NB_FIXED (but not used by default).
+- Provide documentation html in doc .
+- Provide tutorial from http://www.wildamerica.com/pages/Marty.html
+- Various corrections.
+
+* Fri Sep 01 2006 Anssi Hannula <anssi@zarb.org> 0.4.1-0.20060630.2plf2007.0
+- lib64 fixes
+
+* Fri Jun 30 2006 Austin Acton <austin@mandriva.org> 0.4.1-0.20060630.1plf2007.0
+- initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..567856e
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (gpac-2.4.0.tar.gz) = 164d8a1ff235413852cc2077b5153c36b094862b61fdda12065bf6810926caabd1a1f6f30b7aac9a5b640f51fe92a6ca911518a424cab7220b635920d95da99f
reply other threads:[~2026-09-22 15:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=179008979380.1.11460987354758259547.rpms-gpac-cab4f0a0129d@fedoraproject.org \
--to=dominik@greysector.net \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox