git-svn-id: trunk@20191 -
@@ -20,6 +20,7 @@ begin
P.Email := '';
P.Description := 'A free library for decoding ATSC A/52 streams.';
P.NeedLibC:= true;
+ P.OSes := [linux.win32];
{$ifdef ALLPACKAGES}
P.Directory:='a52';
@@ -23,6 +23,7 @@ begin
P.Description := 'Binary File Descriptor library.';
+ P.OSes := [beos,haiku,freebsd,darwin,iphonesim,solaris,netbsd,openbsd,linux];
P.SourcePath.Add('src');
@@ -24,6 +24,7 @@ begin
P.Description := 'D-Bus message bus interface. (1.2.16)';
+ P.OSes := [linux];
P.IncludePath.Add('src');
P.Description := 'a low-level interface to decoding audio frames encoded using DTS Coherent Acoustics';
P.Description := 'FastCGI header translation to Pascal';
P.NeedLibC:= false;
+ P.OSes := AllUnixOSes+AllWindowsOSes-[qnx];
@@ -25,6 +25,7 @@ begin
P.Description := 'Library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbitrary input size, and of both real and complex data';
P.NeedLibC:= true; // should be true for a header linking to C?
P.Description := 'GNU dbm is a set of database routines that use extensible hashing.';
P.NeedLibC:= true; // true for headers that indirectly link to libc?
+ P.OSes := AllUnixOSes - [qnx];
P.Description := 'a project that aims to develop a reliable, stable and fast graphics system that works everywhere.';
+ P.OSes := [beos,haiku,freebsd,solaris,netbsd,openbsd,linux];
// note that this package may be severely outdated. Header copyright
// lists 1999, and ggi itself is still developed, and major releases
P.Description := 'GMP';
+ P.OSes := [freebsd,darwin,iphonesim,linux,win32];
P.Description := 'Headers for the Apache 1.3 www server';
P.Description := 'Headers for the Apache 2.0(.58) www server';
P.SourcePath.Add('src/apr');
P.Description := 'Headers for the Apache 2.2 series www server';
P.Description := 'Headers for the Interbase/Firebird RDBMS';
P.Description := 'Header to Imagemagick, a graphics manipulation program .';
+ P.OSes := AllUnixOSes+[win32,win64]-[qnx];
P.Description := 'Header to openldap, a library that to access directory services';
@@ -19,6 +19,7 @@ begin
P.Version:='2.7.1';
P.Dependencies.Add('zlib');
+ P.OSes := AllUnixOSes-[qnx]+[win32,os2,emx];
T:=P.Targets.AddUnit('png.pp');
{$ifndef ALLPACKAGES}
P.Email := '[email protected]';
P.Description := 'Headers for the libSEE library (javascript engine)';
+ P.OSes := [linux,win32];
@@ -17,6 +17,7 @@ begin
P.Directory:='libxml';
{$endif ALLPACKAGES}
+ P.OSes := [freebsd,linux,win32];
T:=P.Targets.AddUnit('xml2.pas');
// P.Dependencies.Add('x11');
T:=P.Targets.AddUnit('lauxlib.pas');
with T.Dependencies do
P.Directory:='mad';
T:=P.Targets.AddUnit('mad.pas');
P.Directory:='modplug';
T:=P.Targets.AddUnit('modplug.pas');
T:=P.Targets.AddUnit('my4_sys.pp');
T:=P.Targets.AddUnit('mysql3_comdyn.pp');
T:=P.Targets.AddUnit('det.pas');
P.Directory:='odbc';
@@ -18,6 +18,7 @@ begin
+ P.OSes := [linux,win32,wince];
T:=P.Targets.AddUnit('ogg.pas');
@@ -17,6 +17,10 @@ begin
P.Directory:='openal';
+ if Defaults.CPU = i386 then
+ P.OSes := [linux,win32,darwin]
+ else
T:=P.Targets.AddUnit('openssl.pas');
T:=P.Targets.AddUnit('ocidyn.pp');
P.Directory:='palmunits';
+ P.OSes := [palmos];
P.Targets.AddUnit('day.pp',[PalmOS]);
+ P.OSes := AllUnixOSes+[win32]-[qnx];
T:=P.Targets.AddUnit('pcap.pp');
@@ -18,6 +18,8 @@ begin
+
T:=P.Targets.AddUnit('dllistdyn.pp');
T:=P.Targets.AddUnit('proj.pas');
P.Directory:='sqlite';
P.Directory:='svgalib';
+ P.OSes := [beos,haiku,linux,freebsd,solaris,netbsd,openbsd];
T:=P.Targets.AddUnit('svgalib.pp');
P.Directory:='syslog';
T:=P.Targets.AddUnit('systemlog.pp');
+ P.OSes := AllUnixOSes+AllWindowsOSes+[os2,emx]-[qnx];
T:=P.Targets.AddUnit('tcl80.pp');
P.Directory:='zlib';
+ P.OSes := AllUnixOSes+AllWindowsOSes+[os2,emx,netware,netwlibc]-[qnx];
T:=P.Targets.AddUnit('zlib.pp');
P.Directory:='zorba';