|
@@ -4,8 +4,8 @@
|
|
|
|
|
|
Name: gpac
|
|
Name: gpac
|
|
Summary: MPEG-4 multimedia framework
|
|
Summary: MPEG-4 multimedia framework
|
|
-Version: 0.5.2
|
|
+Version: 0.8.0
|
|
-Release: 4%{?svndate:.svn%svndate}%{?_dist_release}
|
|
+Release: 1%{?svndate:.svn%svndate}%{?_dist_release}
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
URL: http://gpac.sourceforge.net/
|
|
URL: http://gpac.sourceforge.net/
|
|
@@ -13,7 +13,8 @@ Source0: https://github.com/gpac/gpac/archive/v%{version}.tar.gz
|
|
#Source0: gpac-%{svndate}.tar.bz2
|
|
#Source0: gpac-%{svndate}.tar.bz2
|
|
#Source9: gpac-snapshot-vine.sh
|
|
#Source9: gpac-snapshot-vine.sh
|
|
|
|
|
|
-Patch2: gpac-0.4.6-amr.patch
|
|
+# Patch2: gpac-0.4.6-amr.patch
|
|
|
|
+Patch3: gpac-compatibility-openssl-1.1.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
@@ -46,7 +47,7 @@ BuildRequires: desktop-file-utils
|
|
%{?_with_amr:BuildRequires: amrnb-devel amrwb-devel}
|
|
%{?_with_amr:BuildRequires: amrnb-devel amrwb-devel}
|
|
# *-devel packages provided by other self-build-* should only be listed
|
|
# *-devel packages provided by other self-build-* should only be listed
|
|
# in self-build-%{name}.spec as PreReq.
|
|
# in self-build-%{name}.spec as PreReq.
|
|
-#BuildRequires: a52dec-devel
|
|
+##BuildRequires: a52dec-devel
|
|
#BuildRequires: faad2-devel
|
|
#BuildRequires: faad2-devel
|
|
#BuildRequires: libmad-devel
|
|
#BuildRequires: libmad-devel
|
|
#BuildRequires: xvidcore-devel >= 1.0.0
|
|
#BuildRequires: xvidcore-devel >= 1.0.0
|
|
@@ -99,7 +100,8 @@ Static library for gpac.
|
|
## remove extra_libs directory
|
|
## remove extra_libs directory
|
|
%__rm -rf extra_libs
|
|
%__rm -rf extra_libs
|
|
|
|
|
|
-%patch2 -p1 -b .amr
|
|
+# %patch2 -p1 -b .amr
|
|
|
|
+# %patch3 -p1 -b .openssl-1.1
|
|
|
|
|
|
## kwizart - enable dynamic mode - hardcoded with patch2
|
|
## kwizart - enable dynamic mode - hardcoded with patch2
|
|
# define SONAME number from the first number of gpac version.
|
|
# define SONAME number from the first number of gpac version.
|
|
@@ -127,8 +129,6 @@ chmod +x configure
|
|
--X11-path=%{_prefix} \
|
|
--X11-path=%{_prefix} \
|
|
--libdir=%{_lib} \
|
|
--libdir=%{_lib} \
|
|
--disable-oss-audio \
|
|
--disable-oss-audio \
|
|
- %{?_with_mozilla:--mozdir=%{_libdir}/mozilla/plugins} \
|
|
|
|
- %{?_with_amr:--enable-amr} \
|
|
|
|
--disable-static \
|
|
--disable-static \
|
|
--use-js=no \
|
|
--use-js=no \
|
|
\
|
|
\
|
|
@@ -167,6 +167,7 @@ touch -r Changelog $RPM_BUILD_ROOT%{_includedir}/gpac/internal/*.h || exit 1
|
|
touch -r Changelog $RPM_BUILD_ROOT%{_includedir}/gpac/modules/*.h || exit 1
|
|
touch -r Changelog $RPM_BUILD_ROOT%{_includedir}/gpac/modules/*.h || exit 1
|
|
%__rm $RPM_BUILD_ROOT%{_includedir}/gpac/config.h || exit 1
|
|
%__rm $RPM_BUILD_ROOT%{_includedir}/gpac/config.h || exit 1
|
|
|
|
|
|
|
|
+rm -rf %{buildroot}%{_includedir}/win{32,ce}
|
|
|
|
|
|
%clean
|
|
%clean
|
|
%__rm -rf $RPM_BUILD_ROOT
|
|
%__rm -rf $RPM_BUILD_ROOT
|
|
@@ -178,7 +179,7 @@ touch -r Changelog $RPM_BUILD_ROOT%{_includedir}/gpac/modules/*.h || exit 1
|
|
|
|
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc AUTHORS BUGS Changelog COPYING README TODO
|
|
+%doc AUTHORS BUGS Changelog COPYING README.md TODO
|
|
%{_bindir}/MP4*
|
|
%{_bindir}/MP4*
|
|
%{_bindir}/*Gen
|
|
%{_bindir}/*Gen
|
|
%{_datadir}/gpac/
|
|
%{_datadir}/gpac/
|
|
@@ -205,6 +206,14 @@ touch -r Changelog $RPM_BUILD_ROOT%{_includedir}/gpac/modules/*.h || exit 1
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Oct 09 2019 Toshiaki Ara <ara_t@384.jp> 0.8.0-1
|
|
|
|
+- new upstream release
|
|
|
|
+- change BR: self-build-a52dec to a52dec-devel
|
|
|
|
+
|
|
|
|
+* Mon Nov 05 2018 Toshiaki Ara <ara_t@384.jp> 0.7.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+- add Patch3 for compatibility with openssl-1.1
|
|
|
|
+
|
|
* Sun Jul 03 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.2-4
|
|
* Sun Jul 03 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.2-4
|
|
- rebuild
|
|
- rebuild
|
|
|
|
|