Projects
Multimedia
winff
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 3
View file
winff.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Wed Nov 19 2013 - joerg.lorenzen@ki.tng.de + +- added patch to build on x86_64 + +------------------------------------------------------------------- Wed Sep 18 10:26:24 UTC 2013 - fisiu@opensuse.org - Update to 1.5.2.
View file
winff.spec
Changed
@@ -23,6 +23,7 @@ Group: Productivity/Multimedia/Video/Editors and Convertors Source0: https://winff.googlecode.com/files/WinFF-1.5.2-source.tar.gz Source1: winff.desktop +Patch0: winff-64bit_build.patch BuildRequires: atk-devel BuildRequires: lazarus BuildRequires: update-desktop-files @@ -42,11 +43,17 @@ %prep %setup -q -c winff +%patch0 # rmove exec bits chmod a-x {README.txt,changelog.txt,AUTHORS,README-Presets.txt} %build -lazbuild winff.lpr --ws=gtk2 +lazbuild \ +%ifarch x86_64 + --cpu=x86_64 \ +%endif + --widgetset=gtk2 \ + -B winff.lpr %install install -D -m 0755 winff "%{buildroot}%{_bindir}/winff"
View file
winff-64bit_build.patch
Added
@@ -0,0 +1,22 @@ +--- winff.lpi.orig 2013-08-16 06:31:29.000000000 +0200 ++++ winff.lpi 2013-08-23 13:55:21.138220500 +0200 +@@ -119,19 +119,6 @@ + <UseAnsiStrings Value="False"/> + </SyntaxOptions> + </Parsing> +- <Linking> +- <Debugging> +- <DebugInfoType Value="dsStabs"/> +- </Debugging> +- <LinkSmart Value="True"/> +- <Options> +- <PassLinkerOptions Value="True"/> +- <LinkerOptions Value="--as-needed"/> +- <Win32> +- <GraphicApplication Value="True"/> +- </Win32> +- </Options> +- </Linking> + <Other> + <CompilerMessages> + <UseMsgFile Value="True"/>
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
.