mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-09 19:17:21 +01:00
* reset version to latest release: 2.2.2-0
git-svn-id: trunk@11907 -
This commit is contained in:
parent
8850d715af
commit
7b188a6a0e
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -2727,7 +2727,6 @@ packages/iconvenc/examples/Makefile svneol=native#text/plain
|
||||
packages/iconvenc/examples/Makefile.fpc svneol=native#text/plain
|
||||
packages/iconvenc/examples/iconvtest.pp svneol=native#text/plain
|
||||
packages/iconvenc/fpmake.pp svneol=native#text/plain
|
||||
packages/iconvenc/manifest.xml svneol=native#text/plain
|
||||
packages/iconvenc/src/iconvenc.pas svneol=native#text/plain
|
||||
packages/imagemagick/Makefile svneol=native#text/plain
|
||||
packages/imagemagick/Makefile.fpc svneol=native#text/plain
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='a52';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('a52.pas');
|
||||
|
||||
@ -15,7 +15,7 @@ begin
|
||||
P:=AddPackage('amunits');
|
||||
{$ifdef ALLPACKAGES}
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
P.CPUs:=[m68k];
|
||||
P.OSes:=[Amiga];
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='aspell';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('aspell.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='bfd';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('bfd.pas');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='bzip2';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='cairo';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
P.Dependencies.Add('x11',AllUnixOSes);
|
||||
@ -36,7 +36,7 @@ begin
|
||||
AddUnit('xlib');
|
||||
AddUnit('xrender');
|
||||
end;
|
||||
T:=P.Targets.AddUnit('cairowin32.pp',AllWindowOses);
|
||||
T:=P.Targets.AddUnit('cairowin32.pp',AllWindowsOses);
|
||||
with T.Dependencies do
|
||||
begin
|
||||
AddUnit('cairo');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='cdrom';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
P.OSes:=[Win32,Win64,Linux];
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
@ -17,10 +17,10 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='chm';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
D:=P.Dependencies.Add('fcl-xml');
|
||||
D.Version:='2.2.1';
|
||||
D.Version:='2.2.2-0';
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='dbus';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='dts';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('dts.pas');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='fcl-async';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
P.SourcePath.Add('src/unix',AllUnixOSes);
|
||||
P.SourcePath.Add('src/win',AllWindowsOSes);
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='fcl-base';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
P.Dependencies.Add('winunits-jedi',[Win32,Win64]);
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='fcl-db';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('bufdataset.pas');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='fcl-fpcunit';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
P.Dependencies.Add('paszlib');
|
||||
P.Dependencies.Add('fcl-base');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='fcl-image';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
P.Dependencies.Add('pasjpeg');
|
||||
P.Dependencies.Add('paszlib');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='fcl-json';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
P.Dependencies.Add('fcl-base');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='fcl-net';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
P.Dependencies.Add('fcl-base');
|
||||
P.Dependencies.Add('fcl-xml');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='fcl-passrc';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
P.Dependencies.Add('fcl-base');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='fcl-process';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1-1';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src/unix',AllUnixOSes);
|
||||
P.IncludePath.Add('src/win',AllWindowsOSes);
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='fcl-registry';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('registry.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='fcl-res';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='fcl-web';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
P.Dependencies.Add('fcl-db');
|
||||
P.Dependencies.Add('fcl-xml');
|
||||
|
||||
@ -17,12 +17,12 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='fcl-xml';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
D:=P.Dependencies.Add('paszlib');
|
||||
D.Version:='2.2.1';
|
||||
D.Version:='2.2.2-0';
|
||||
D:=P.Dependencies.Add('fcl-base');
|
||||
D.Version:='2.2.1';
|
||||
D.Version:='2.2.2-0';
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='fftw';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
// P.Dependencies.Add('x11');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='fpgtk';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('fpglib.pp');
|
||||
|
||||
@ -39,13 +39,13 @@ The include lines below are generated with the following command:
|
||||
{$include fcl-passrc/fpmake.pp}
|
||||
{$include fcl-process/fpmake.pp}
|
||||
{$include fcl-registry/fpmake.pp}
|
||||
{$include fcl-res/fpmake.pp}
|
||||
{$include fcl-web/fpmake.pp}
|
||||
{$include fcl-xml/fpmake.pp}
|
||||
{$include fftw/fpmake.pp}
|
||||
{$include fpgtk/fpmake.pp}
|
||||
{$include fpmkunit/fpmake.pp}
|
||||
{$include fv/fpmake.pp}
|
||||
{$include gbaunits/fpmake.pp}
|
||||
{$include gdbint/fpmake.pp}
|
||||
{$include gdbm/fpmake.pp}
|
||||
{$include ggi/fpmake.pp}
|
||||
@ -59,11 +59,13 @@ The include lines below are generated with the following command:
|
||||
{$include httpd20/fpmake.pp}
|
||||
{$include httpd22/fpmake.pp}
|
||||
{$include ibase/fpmake.pp}
|
||||
{$include iconvenc/fpmake.pp}
|
||||
{$include imagemagick/fpmake.pp}
|
||||
{$include imlib/fpmake.pp}
|
||||
{$include ldap/fpmake.pp}
|
||||
{$include libc/fpmake.pp}
|
||||
{$include libcurl/fpmake.pp}
|
||||
{$include libgbafpc/fpmake.pp}
|
||||
{$include libgd/fpmake.pp}
|
||||
{$include libndsfpc/fpmake.pp}
|
||||
{$include libpng/fpmake.pp}
|
||||
@ -114,7 +116,7 @@ The include lines below are generated with the following command:
|
||||
|
||||
// Create fpc-all package
|
||||
PBuild:=AddPackage('fpc-all');
|
||||
PBuild.Version:='2.2.1-1';
|
||||
PBuild.Version:='2.2.2-0';
|
||||
for i:=0 to Packages.Count-1 do
|
||||
begin
|
||||
P:=Packages.PackageItems[i];
|
||||
|
||||
@ -16,18 +16,18 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='fpmkunit';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1-1';
|
||||
P.Version:='2.2.2-0';
|
||||
P.Description:='Free Pascal Make Tool';
|
||||
|
||||
// All dependencies (including implicit) are listed
|
||||
// here to be able to update all requirements to
|
||||
// compile fpmake from a single place
|
||||
D:=P.Dependencies.Add('hash');
|
||||
D.Version:='2.2.1-0';
|
||||
D.Version:='2.2.2-0';
|
||||
D:=P.Dependencies.Add('paszlib');
|
||||
D.Version:='2.2.1-0';
|
||||
D.Version:='2.2.2-0';
|
||||
D:=P.Dependencies.Add('fcl-process');
|
||||
D.Version:='2.2.1-0';
|
||||
D.Version:='2.2.2-0';
|
||||
|
||||
P.Targets.AddUnit('src/fpmkunit.pp');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='fv';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='gdbint';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('gdbcon.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='gdbm';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('gdbm.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='ggi';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
// P.Dependencies.Add('x11');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='gnome1';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
P.OSes:=AllUnixOSes;
|
||||
|
||||
P.Dependencies.Add('gtk1');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='graph';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('ggigraph.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='gtk1';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
P.OSes:=AllUnixOSes+[Win32,Win64];
|
||||
P.Dependencies.Add('opengl');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='gtk2';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
P.OSes:=AllUnixOSes+[Win32,Win64];
|
||||
|
||||
P.Dependencies.Add('x11',AllUnixOSes);
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='hash';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
T:=P.Targets.AddUnit('src/md5.pp');
|
||||
T:=P.Targets.AddUnit('src/crc.pas');
|
||||
T:=P.Targets.AddUnit('src/ntlm.pas');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='hermes';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('hermes.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='httpd13';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
// P.Dependencies.Add('x11');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='httpd20';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
// P.Dependencies.Add('x11');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='httpd22';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
// P.Dependencies.Add('x11');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='ibase';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('ibase40.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='iconvenc';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
|
||||
|
||||
@ -1,13 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<packages>
|
||||
<package name="iconvenc">
|
||||
<version release="2" major="0" minor="0" suffix=""/>
|
||||
<filename>iconvenc-2.0.0.zip</filename>
|
||||
<author>Marco van de Voort</author>
|
||||
<license>modified LGPL</license>
|
||||
<email>marco@freepascal.org</email>
|
||||
<dependencies>
|
||||
<dependency><package packagename="rtl"/></dependency>
|
||||
</dependencies>
|
||||
</package>
|
||||
</packages>
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='imagemagick';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('buildim.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='imlib';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
P.OSes:=AllUnixOSes;
|
||||
|
||||
P.Dependencies.Add('gtk1');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='ldap';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('lber.pas');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='libc';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
P.OSES:=[linux];
|
||||
p.cpus:=[i386];
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='libcurl';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('libcurl.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='libgbafpc';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
// P.Dependencies.Add('x11');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='libgd';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('gd.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='libndsfpc';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
// P.Dependencies.Add('x11');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='libpng';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('png.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='libxml';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.6.32';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('libxml2.pas');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='lua';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
// P.Dependencies.Add('x11');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='mad';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('mad.pas');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='matroska';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('matroska.pas');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='modplug';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('modplug.pas');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='mysql';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('my4_sys.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='ncurses';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('menu.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='newt';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('newt.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='numlib';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
// P.Dependencies.Add('x11');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='odbc';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('odbcsqldyn.pas');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='oggvorbis';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
// P.Dependencies.Add('x11');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='openal';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('openal.pas');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='opengl';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
P.OSes:=AllUnixOSes+[Win32,Win64];
|
||||
|
||||
P.Dependencies.Add('x11',AllUnixOSes);
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='openssl';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
// P.Dependencies.Add('x11');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='oracle';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('ocidyn.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='os2units';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
// P.Dependencies.Add('x11');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='palmunits';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
// P.Dependencies.Add('x11');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='pasjpeg';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
|
||||
@ -17,9 +17,9 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='paszlib';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
D:=P.Dependencies.Add('hash');
|
||||
D.Version:='2.2.1';
|
||||
D.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
T:=P.Targets.AddUnit('paszlib.pas');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='pcap';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
// P.Dependencies.Add('x11');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='postgres';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('dllistdyn.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='ptc';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('ptc.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='pthreads';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('pthreads.pp');
|
||||
|
||||
@ -15,7 +15,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='pxlib';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
T:=P.Targets.AddUnit('src/pxlib.pp');
|
||||
T.OSes:=[Linux];
|
||||
T:=P.Targets.AddExampleunit('examples/ppxview.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='regexpr';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('regexpr.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='rexx';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
P.Oses:=[emx,os2];
|
||||
// P.Dependencies.Add('x11');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='sdl';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
P.Dependencies.Add('x11');
|
||||
P.Dependencies.Add('pthreads');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='sndfile';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
// P.Dependencies.Add('x11');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='sqlite';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('sqlite3db.pas');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='svgalib';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('svgalib.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='symbolic';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
P.IncludePath.Add('src');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='syslog';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('systemlog.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='tcl';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('tcl80.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='univint';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('ABActions.pas');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='unixutil';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('unixutils.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='unzip';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('unzip.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='users';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('grp.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='utmp';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('utmp.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='uuid';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('libuuid.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='winunits-base';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
P.OSes:=[win32,win64];
|
||||
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
@ -17,7 +17,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='winunits-jedi';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.2.1';
|
||||
P.Version:='2.2.2-0';
|
||||
P.OSes:=[win32,win64];
|
||||
|
||||
P.Dependencies.Add('winunits-base');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='x11';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('cursorfont.pp');
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='xforms';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
// P.Dependencies.Add('x11');
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ begin
|
||||
{$ifdef ALLPACKAGES}
|
||||
P.Directory:='ibase';
|
||||
{$endif ALLPACKAGES}
|
||||
P.Version:='2.0.0';
|
||||
P.Version:='2.2.2-0';
|
||||
P.SourcePath.Add('src');
|
||||
|
||||
T:=P.Targets.AddUnit('zlib.pp');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user