Update gpac to lastest svn

el8
Nicolas Chauvet 10 years ago
parent 5bc1615a09
commit fe0f1aca18

2
.gitignore vendored

@ -1 +1 @@
gpac-20140915.tar.xz
gpac-20141206.tar.xz

@ -15,10 +15,7 @@ pwd=$(pwd)
svn=$(date +%Y%m%d)
cd "$tmp"
svn co http://svn.code.sf.net/p/gpac/code/trunk/gpac gpac
revision=$(svnversion gpac)
echo "#define GPAC_SVN_REVISION \"$revision\"" > gpac/include/gpac/version.h
find gpac -name ".svn" -type d -exec rm -rf {} ';' || :
svn export http://svn.code.sf.net/p/gpac/code/trunk/gpac gpac
rm -rf gpac/extra_lib/
tar Jcf "$pwd"/gpac-$svn.tar.xz gpac
cd - >/dev/null

@ -7,7 +7,7 @@
# - Fix unused-direct-shlib-dependency on libgpac
%global osmo Osmo4
%global svn 20140915
%global svn 20141206
# Mozilla stuff fails. It's completely disabled for now.
%global mozver 3.0
%global geckover 2.0.0
@ -16,8 +16,8 @@
Name: gpac
Summary: MPEG-4 multimedia framework
Version: 0.5.0
Release: 13%{?svn:.%{svn}svn}%{?dist}
Version: 0.5.1
Release: 14%{?svn:.%{svn}svn}%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://gpac.sourceforge.net/
@ -144,9 +144,6 @@ iconv -f ISO-8859-1 -t UTF8 doc/ipmpx_syntax.bt.origine > doc/ipmpx_syntax.bt
touch -r doc/ipmpx_syntax.bt.origine doc/ipmpx_syntax.bt
rm -rf doc/ipmpx_syntax.bt.origine
echo "#define GPAC_FULL_VERSION GPAC_SVN_REVISION" >> include/gpac/version.h
echo "#define GPAC_VERSION GPAC_FULL_VERSION" >> include/gpac/version.h
%build
%configure \
@ -312,6 +309,10 @@ rm $RPM_BUILD_ROOT%{_includedir}/gpac/config.h
%changelog
* 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

@ -1 +1 @@
4e3d305fa9a21deed48659316fbbe619 gpac-20140915.tar.xz
8c8bc2951d2c1f63c6251782f4e46251 gpac-20141206.tar.xz

Loading…
Cancel
Save