Projects
Multimedia
winff
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 6
View file
winff.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Sat Jan 27 14:33:27 UTC 2018 - aloisio@gmx.com + +- Added winff-deprecated.patch to fix build problem with the + new lazarus + +------------------------------------------------------------------- Fri Nov 18 09:05:59 UTC 2016 - aloisio@gmx.com - Update to version 1.5.5
View file
winff.spec
Changed
@@ -1,7 +1,7 @@ # # spec file for package winff # -# Copyright (c) 2016 Packman Team <packman@links2linux.de> +# Copyright (c) 2018 Packman Team <packman@links2linux.de> # Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org> # # All modifications and additions to the file contributed by third parties @@ -25,6 +25,7 @@ Source0: http://winff.org/docs/source/winff-%{version}-source.tar.gz Source1: winff.desktop Patch0: winff-64bit_build.patch +Patch1: winff-deprecated.patch BuildRequires: atk-devel BuildRequires: lazarus BuildRequires: update-desktop-files @@ -45,6 +46,7 @@ %prep %setup -q -n %{name} %patch0 -p1 +%patch1 -p1 # rmove exec bits chmod a-x {README.txt,changelog.txt,AUTHORS,README-Presets.txt}
View file
winff-deprecated.patch
Added
@@ -0,0 +1,13 @@ +Index: winff/unit1.pas +=================================================================== +--- winff.orig/unit1.pas ++++ winff/unit1.pas +@@ -23,7 +23,7 @@ unit Unit1; + interface + + uses +- Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, LCLintf, ++ Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, LCLintf, LazFileUtils, LazUTF8, + {$IFDEF WINDOWS} windows, shellapi, dos,{$endif} + {$IFDEF unix} baseunix, unix, {$endif} + laz_xmlcfg, dom, xmlread, xmlwrite, StdCtrls, Buttons, ActnList, Menus, unit2, unit3,
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
.