[gpac] Rename static sub-package
by Leigh Scott
commit 92830d2e89a9ae92a1f44fa7edcb7a1d7f8cfa59
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Mon Nov 26 08:54:51 2018 +0000
Rename static sub-package
gpac.spec | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/gpac.spec b/gpac.spec
index 696d636..a5a8056 100644
--- a/gpac.spec
+++ b/gpac.spec
@@ -89,12 +89,13 @@ Summary: Documentation for %{name}
Documentation for %{name}.
-%package devel-static
+%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 devel-static
+%description static
Static library for gpac.
%prep
@@ -180,7 +181,7 @@ rm %{buildroot}%{_includedir}/gpac/config.h
%{_includedir}/gpac/
%{_libdir}/libgpac.so
-%files devel-static
+%files static
%{_libdir}/libgpac_static.a
5 years, 12 months
[chromium-vaapi/f29] Update to 70.0.3538.110
by Akarshan Biswas
commit d2125ef1ab116e7fe0d5436db4768bd5a186a198
Author: Akarshan Biswas <akarshan.biswas(a)protonmail.com>
Date: Mon Nov 26 10:41:00 2018 +0530
Update to 70.0.3538.110
.gitignore | 1 +
chromium-vaapi.spec | 9 +++++----
sources | 2 +-
3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9b0b2fb..d8ec4bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/chromium-70.0.3538.67.tar.xz
/chromium-70.0.3538.77.tar.xz
/chromium-70.0.3538.102.tar.xz
+/chromium-70.0.3538.110.tar.xz
diff --git a/chromium-vaapi.spec b/chromium-vaapi.spec
index e53c34e..e39ad2a 100644
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@ -69,8 +69,8 @@
%endif
##############################Package Definitions######################################
Name: chromium-vaapi
-Version: 70.0.3538.102
-Release: 2%{?dist}
+Version: 70.0.3538.110
+Release: 1%{?dist}
Summary: A Chromium web browser with video decoding acceleration
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
URL: https://www.chromium.org/Home
@@ -98,8 +98,6 @@ Source11: %{name}.appdata.xml
#Personal stuff
Source15: LICENSE
# Enable video acceleration on chromium for Linux
-# Enabled video decode acceleration and webrtc encode acceleration(flag disabled by default)
-# Used existing flag instead of creating a new one
Patch1: enable-vaapi.patch
# Enable support for widevine
Patch2: widevine.patch
@@ -647,6 +645,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/locales/*.pak
#########################################changelogs#################################################
%changelog
+* Mon Nov 26 2018 Akarshan Biswas <akarshan.biswas(a)hotmail.com> 70.0.3538.110-1
+- Update to 70.0.3538.110
+
* Thu Nov 15 2018 Akarshan Biswas <akarshan.biswas(a)hotmail.com> 70.0.3538.102-2
- Add a patch from upstream to remove sysroot-related options from gn bootstrap
diff --git a/sources b/sources
index 9cf6548..12f78f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-15ca8a928ea8a63494d0b12ac16ef2d4 chromium-70.0.3538.102.tar.xz
+f45eadcee2101b1e3f57c98765616d14 chromium-70.0.3538.110.tar.xz
5 years, 12 months
[chromium-vaapi] Update to 70.0.3538.110
by Akarshan Biswas
commit 1829f0debb67fc329ea025d8164f8d6192539e52
Author: Akarshan Biswas <akarshan.biswas(a)protonmail.com>
Date: Mon Nov 26 10:38:32 2018 +0530
Update to 70.0.3538.110
.gitignore | 1 +
chromium-vaapi.spec | 9 +++++----
sources | 2 +-
3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9b0b2fb..d8ec4bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/chromium-70.0.3538.67.tar.xz
/chromium-70.0.3538.77.tar.xz
/chromium-70.0.3538.102.tar.xz
+/chromium-70.0.3538.110.tar.xz
diff --git a/chromium-vaapi.spec b/chromium-vaapi.spec
index e53c34e..e39ad2a 100644
--- a/chromium-vaapi.spec
+++ b/chromium-vaapi.spec
@@ -69,8 +69,8 @@
%endif
##############################Package Definitions######################################
Name: chromium-vaapi
-Version: 70.0.3538.102
-Release: 2%{?dist}
+Version: 70.0.3538.110
+Release: 1%{?dist}
Summary: A Chromium web browser with video decoding acceleration
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
URL: https://www.chromium.org/Home
@@ -98,8 +98,6 @@ Source11: %{name}.appdata.xml
#Personal stuff
Source15: LICENSE
# Enable video acceleration on chromium for Linux
-# Enabled video decode acceleration and webrtc encode acceleration(flag disabled by default)
-# Used existing flag instead of creating a new one
Patch1: enable-vaapi.patch
# Enable support for widevine
Patch2: widevine.patch
@@ -647,6 +645,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/locales/*.pak
#########################################changelogs#################################################
%changelog
+* Mon Nov 26 2018 Akarshan Biswas <akarshan.biswas(a)hotmail.com> 70.0.3538.110-1
+- Update to 70.0.3538.110
+
* Thu Nov 15 2018 Akarshan Biswas <akarshan.biswas(a)hotmail.com> 70.0.3538.102-2
- Add a patch from upstream to remove sysroot-related options from gn bootstrap
diff --git a/sources b/sources
index 9cf6548..12f78f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-15ca8a928ea8a63494d0b12ac16ef2d4 chromium-70.0.3538.102.tar.xz
+f45eadcee2101b1e3f57c98765616d14 chromium-70.0.3538.110.tar.xz
5 years, 12 months
[gpac] Fix BuildRequires
by Leigh Scott
commit 943f0aa994045fd6c08c09bbc605a5fc2def7b00
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sun Nov 25 14:20:53 2018 +0000
Fix BuildRequires
gpac.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gpac.spec b/gpac.spec
index d7499f6..696d636 100644
--- a/gpac.spec
+++ b/gpac.spec
@@ -50,7 +50,7 @@ BuildRequires: libXv-devel
BuildRequires: wxGTK-devel
BuildRequires: xmlrpc-c-devel
BuildRequires: doxygen graphviz
-BuildRequires: desktop-file-utils
+BuildRequires: gcc
%{?_with_amr:BuildRequires: amrnb-devel
BuildRequires: amrwb-devel}
BuildRequires: gtk+-devel
5 years, 12 months
[gpac] Update changelog
by Leigh Scott
commit da4fa08c626bd649c1fbf4302384e82181f05741
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sun Nov 25 14:15:36 2018 +0000
Update changelog
gpac.spec | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/gpac.spec b/gpac.spec
index ab822f5..d7499f6 100644
--- a/gpac.spec
+++ b/gpac.spec
@@ -9,7 +9,7 @@
Name: gpac
Summary: MPEG-4 multimedia framework
Version: 0.7.1
-Release: 6%{?git:.%{git}git}%{?dist}
+Release: 7%{?git:.%{git}git}%{?dist}
License: LGPLv2+
URL: http://gpac.sourceforge.net/
Source0: https://github.com/gpac/gpac/archive/v%{version}/gpac-%{version}.tar.gz
@@ -185,6 +185,13 @@ rm %{buildroot}%{_includedir}/gpac/config.h
%changelog
+* Sun Nov 25 2018 Leigh Scott <leigh123linux(a)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(a)gmail.com> - 0.7.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
5 years, 12 months
[gpac] Clean up
by Leigh Scott
commit 884f7237cecc3ee77c89942cc1fe006348039671
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sun Nov 25 14:08:59 2018 +0000
Clean up
gpac.spec | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/gpac.spec b/gpac.spec
index 9e7b54f..ab822f5 100644
--- a/gpac.spec
+++ b/gpac.spec
@@ -4,7 +4,6 @@
# - Submit and import patches upstream.
# - Fix unused-direct-shlib-dependency on libgpac
-%global osmo Osmo4
#global git 20150924
Name: gpac
@@ -99,10 +98,7 @@ Requires: %{name}-devel%{?_isa} = %{version}-%{release}
Static library for gpac.
%prep
-%setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+%autosetup -p1
rm -r extra_lib/
# Fix encoding warnings
cp -p doc/ipmpx_syntax.bt doc/ipmpx_syntax.bt.origine
@@ -135,7 +131,7 @@ popd
%install
%{make_install} install-lib
-rm -rf %{buildroot}%{_bindir}/%{osmo}
+rm -rf %{buildroot}%{_bindir}/Osmo4
#Install generated sggen binaries
#for b in MPEG4 SVG X3D; do
5 years, 12 months
[gpac] Use modern optflags macro
by Leigh Scott
commit 431812f49b3b5132d83ceb7ccf7b9eb8c000464d
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sun Nov 25 14:00:56 2018 +0000
Use modern optflags macro
gpac.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gpac.spec b/gpac.spec
index b0b5240..9e7b54f 100644
--- a/gpac.spec
+++ b/gpac.spec
@@ -114,7 +114,7 @@ rm -rf doc/ipmpx_syntax.bt.origine
%build
%configure \
--enable-debug \
- --extra-cflags="$RPM_OPT_FLAGS -fPIC -DPIC -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -D_GNU_SOURCE=1 $(pkg-config --cflags libavformat)" \
+ --extra-cflags="%{optflags} -fPIC -DPIC -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-audio \
5 years, 12 months
[gpac] make buildroot macro consistent
by Leigh Scott
commit 7681788479290f467ff86e86f8b4de57b46a6850
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sun Nov 25 13:58:34 2018 +0000
make buildroot macro consistent
gpac.spec | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/gpac.spec b/gpac.spec
index ce32686..b0b5240 100644
--- a/gpac.spec
+++ b/gpac.spec
@@ -135,13 +135,13 @@ popd
%install
%{make_install} install-lib
-rm -rf %buildroot%{_bindir}/%{osmo}
+rm -rf %{buildroot}%{_bindir}/%{osmo}
#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}
+ install -pm 0755 ${b}Gen %{buildroot}%{_bindir}
popd
done
@@ -150,11 +150,11 @@ touch -r Changelog 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
+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
%ldconfig_scriptlets libs
5 years, 12 months
[gpac] Use new ldconfig scriptlet
by Leigh Scott
commit cd899a7f653403cdd25817ba0c0887398de6131d
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sun Nov 25 13:55:29 2018 +0000
Use new ldconfig scriptlet
gpac.spec | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
---
diff --git a/gpac.spec b/gpac.spec
index 173e8bc..ce32686 100644
--- a/gpac.spec
+++ b/gpac.spec
@@ -157,10 +157,7 @@ touch -r Changelog %buildroot%{_includedir}/gpac/modules/*.h
rm %buildroot%{_includedir}/gpac/config.h
-%post libs -p /sbin/ldconfig
-
-%postun libs -p /sbin/ldconfig
-
+%ldconfig_scriptlets libs
%files
%doc AUTHORS BUGS Changelog README.md TODO
5 years, 12 months
[gpac] Use modern buildroot macro
by Leigh Scott
commit 53059f52e5f5abf2ef3f00470b427455568682dc
Author: Leigh Scott <leigh123linux(a)googlemail.com>
Date: Sun Nov 25 13:54:07 2018 +0000
Use modern buildroot macro
gpac.spec | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/gpac.spec b/gpac.spec
index 63077b4..173e8bc 100644
--- a/gpac.spec
+++ b/gpac.spec
@@ -135,13 +135,13 @@ popd
%install
%{make_install} install-lib
-rm -rf $RPM_BUILD_ROOT%{_bindir}/%{osmo}
+rm -rf %buildroot%{_bindir}/%{osmo}
#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 $RPM_BUILD_ROOT%{_bindir}
+ install -pm 0755 ${b}Gen %buildroot%{_bindir}
popd
done
@@ -150,11 +150,11 @@ touch -r Changelog 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' $RPM_BUILD_ROOT%{_includedir}/gpac/configuration.h
-touch -r Changelog $RPM_BUILD_ROOT%{_includedir}/gpac/*.h
-touch -r Changelog $RPM_BUILD_ROOT%{_includedir}/gpac/internal/*.h
-touch -r Changelog $RPM_BUILD_ROOT%{_includedir}/gpac/modules/*.h
-rm $RPM_BUILD_ROOT%{_includedir}/gpac/config.h
+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
%post libs -p /sbin/ldconfig
5 years, 12 months