Projects
Multimedia
handbrake
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 37
View file
handbrake.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Fri Feb 14 13:35:50 UTC 2020 - Hillwood Yang <hillwood@opensuse.org> + +- Fix a syntax mistake in spec. + +------------------------------------------------------------------- Tue Jan 07 17:44:23 UTC 2020 - enzokiel@kabelmail.de - update to version 1.3.1
View file
handbrake.spec
Changed
@@ -2,7 +2,7 @@ # spec file for package handbrake # # Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org> -# Copyright (c) 2014 B1 Systems GmbH, Vobhurg, Germany +# Copyright (c) 2020 B1 Systems GmbH, Vobhurg, Germany # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -141,25 +141,24 @@ sed -i -e "s/@BUILD@/$PKGDATE/" make/configure.py mkdir build -./configure \ - --force \ - --build="$PWD/build" \ - --prefix=%{_prefix} \ - --strip="/bin/true" \ - --optimize=speed \ - --enable-fdk-aac \ +%configure --force \ + --build="$PWD/build" \ + --prefix=%{_prefix} \ + --strip="/bin/true" \ + --optimize=speed \ + --enable-fdk-aac \ %if %{with mfx} - --enable-qsv \ + --enable-qsv \ %endif -%ifarch %{arm} \ - --disable-numa \ +%ifarch %{arm} + --disable-numa \ %endif - --enable-asm \ - --debug=max + --enable-asm \ + --debug=max pushd build make libhb/handbrake/project.h -make %{?_smp_mflags} +%make_build popd %install @@ -177,11 +176,13 @@ %fdupes %{buildroot} %files cli -%doc COPYING NEWS.markdown THANKS.markdown +%doc NEWS.markdown THANKS.markdown +%license COPYING %{_bindir}/HandBrakeCLI %files gtk -%doc COPYING NEWS.markdown THANKS.markdown +%doc NEWS.markdown THANKS.markdown +%license COPYING %{_bindir}/HandBrakeGUI %{_bindir}/ghb %{_datadir}/applications/fr.handbrake.ghb.desktop
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
.