Projects
Multimedia
transcode
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 25
View file
transcode.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Jul 8 20:27:56 UTC 2020 - Fridrich Strba <fridrich.strba@bluewin.ch> + +- Added patch: + * transcode-gcc10.patch + + fix duplicate symbols when building with gcc 10 + +------------------------------------------------------------------- Wed Sep 4 19:50:29 UTC 2019 - olaf@aepfle.de - Disable lto on arm
View file
transcode.spec
Changed
@@ -16,8 +16,7 @@ # -%ifarch %ix86 x86_64 -%else +%ifnarch %ix86 x86_64 %define _lto_cflags %{nil} %endif %define subver %{nil} @@ -85,6 +84,7 @@ # From Gentoo for ffmpeg-4 Patch20: transcode-1.1.7-ffmpeg29.patch Patch19: ffmpeg4.patch +Patch30: transcode-gcc10.patch BuildRequires: libtool BuildRequires: faac-devel BuildRequires: glibc-devel @@ -190,6 +190,8 @@ %patch20 -p0 %patch19 -p0 +%patch30 -p1 + %build test -x "$(type -p gcc)" && export CC="$_" test -x "$(type -p gcc-7)" && export CC="$_"
View file
transcode-gcc10.patch
Added
@@ -0,0 +1,33 @@ +--- transcode-1.1.7/import/demux_pass.c 2014-09-16 05:39:12.000000000 +0200 ++++ transcode-1.1.7/import/demux_pass.c 2020-07-08 22:22:09.411717435 +0200 +@@ -32,8 +32,6 @@ + #include "packets.h" + + +-int gop, gop_pts, gop_cnt; +- + /* if you listen carefully, then you can hear the desesperate + * whisper of this code calling for a rewrite. Or for a redesign. + * Or both. -- FR +--- transcode-1.1.7/import/extract_mp3.c 2014-09-16 05:39:12.000000000 +0200 ++++ transcode-1.1.7/import/extract_mp3.c 2020-07-08 22:17:10.761711335 +0200 +@@ -243,7 +243,7 @@ + } + + #define MAX_BUF 4096 +-char audio[MAX_BUF]; ++static char audio[MAX_BUF]; + + /* ------------------------------------------------------------ + * +--- transcode-1.1.7/import/extract_pcm.c 2014-09-16 05:39:12.000000000 +0200 ++++ transcode-1.1.7/import/extract_pcm.c 2020-07-08 22:16:56.129613604 +0200 +@@ -33,7 +33,7 @@ + #include "tc.h" + + #define MAX_BUF 4096 +-char audio[MAX_BUF]; ++static char audio[MAX_BUF]; + + #define BUFFER_SIZE 262144 + static uint8_t buffer[BUFFER_SIZE];
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
.