Projects
Multimedia
transcode
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 21
View file
transcode.spec
Changed
@@ -126,6 +126,9 @@ BuildRequires: pkgconfig(xaw7) BuildRequires: pkgconfig(xpm) BuildRequires: pkgconfig(xv) +%if 0%{?suse_version} < 1500 +BuildRequires: gcc8 +%endif %description transcode is a linux text-console utility for video stream @@ -183,12 +186,13 @@ %patch3 -p1 %patch20 -p0 %patch19 -p0 -#%%autoreconf %build +test -x "$(type -p gcc)" && export CC="$_" +test -x "$(type -p gcc-7)" && export CC="$_" +test -x "$(type -p gcc-8)" && export CC="$_" autoreconf -fi -export CFLAGS="%{optflags} -Wno-implicit-function-declaration -Werror=int-conversion" -%define optflags $CFLAGS +CFLAGS="%{optflags} -Wno-implicit-function-declaration -Werror=int-conversion" %configure --enable-experimental \ --enable-deprecated \ --disable-x86-textrels \ @@ -197,7 +201,6 @@ %if %{with a52} --enable-a52 \ %endif - --enable-avifile \ %if %{with imagemagick} --enable-imagemagick \ %else
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
.