Projects
Multimedia
avidemux3
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 42
View file
avidemux3.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Sat Apr 07 14:05:21 UTC 2018 - enzokiel@kabelmail.de + +- Added avidemux-glibc-2.27.patch to Fix compilation with + glibc >= 2.27. + +------------------------------------------------------------------- Mon Aug 14 17:18:32 UTC 2017 - joerg.lorenzen@ki.tng.de - Update to version 2.7.0
View file
avidemux3.spec
Changed
@@ -1,7 +1,7 @@ # # spec file for package avidemux3 # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -46,6 +46,7 @@ Patch5: avidemux-bootStrap.patch Patch6: avidemux-cmake-permissions.patch Patch7: avidemux-cpu_armel.patch +Patch8: avidemux-glibc-2.27.patch License: GPL-2.0 Group: Productivity/Multimedia/Video/Editors and Convertors @@ -208,6 +209,9 @@ %patch5 -p0 %patch6 -p0 %patch7 -p0 +%if 0%{?suse_version} > 1500 +%patch8 -p0 +%endif cp -f %{S:3} avidemux_core/ffmpeg_package/patches/ chmod 755 bootStrap.bash chmod 644 AUTHORS COPYING README @@ -416,7 +420,9 @@ %{_libdir}/ADM_plugins6/videoFilters/libADM_vf_removePlane.so %{_libdir}/ADM_plugins6/videoFilters/libADM_vf_resampleFps.so %{_libdir}/ADM_plugins6/videoFilters/libADM_vf_rotate.so +%if 0%{?suse_version} <= 1500 %{_libdir}/ADM_plugins6/videoFilters/libADM_vf_ssa.so +%endif %{_libdir}/ADM_plugins6/videoFilters/libADM_vf_separateField.so %{_libdir}/ADM_plugins6/videoFilters/libADM_vf_sharpen.so %{_libdir}/ADM_plugins6/videoFilters/libADM_vf_stackField.so
View file
avidemux-glibc-2.27.patch
Added
@@ -0,0 +1,11 @@ +--- avidemux/common/ADM_audioFilter/src/audiofilter_normalize.cpp.orig ++++ avidemux/common/ADM_audioFilter/src/audiofilter_normalize.cpp +@@ -35,7 +35,7 @@ + #elif defined(ADM_BSD_FAMILY) || defined(__sun__) + #define POW10(x) powf(10.0,x) + #else +-#define POW10(x) pow10f(x) ++#define POW10(x) exp10f(x) + #endif + + #define LINEAR_TO_DB(x) (20.*log10(x))
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.