haiku/build/jam/repositories/HaikuPorts/x86_gcc2

1241 lines
21 KiB
Plaintext
Raw Normal View History

Integrate building the HaikuPorts bootstrap packages * Add configure option --bootstrap which allows specifying the haikuporter and HaikuPorts repository paths. * Add rules for supporting a second repository type. The PackageRepository rule is now private and RemotePackageRepository is used for remote repositories. The new BootstrapPackageRepository rule is for defining a bootstrap repository (there will probably be only the HaikuPorts cross repository) whose packages can be built as needed via haikuporter. * Rename DownloadPackage to FetchPackage. * Define repository HaikuPortsCross. * HaikuCrossDevel package(s): There are now two sets of packages: A "stage1" set with the same content as before and a final set additionally containing the libraries libbe, libnetwork, libpackage. Those are needed for building the libsolv bootstrap package while for building them we need other bootstrap packages (ICU, libz). This is basically all that's required to build a bootstrap Haiku completely from sources, with a few caveats: * There's no ICU bootstrap recipe yet (so one has to cheat and use the prebuilt package ATM). * Probably doesn't work on Haiku yet (tested on Linux only). * A 32 bit environment must be used (otherwise building the gcc 2 bootstrap package fails). * Building with multiple jobs doesn't work yet, since haikuporter uses common directories for building different packages and there's no explicit serialization yet. * Haven't tested the resulting image save for booting it. So it probably needs a bit more work before it can actually build the final HaikuPorts packages.
2013-07-21 06:10:48 +04:00
RemotePackageRepository HaikuPorts
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
: x86_gcc2
: http://packages.haiku-os.org/haikuports/master/repo/x86_gcc2
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
:
# architecture "any" packages
avr_libc_x86-1.8.0-2
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
be_book-2008_10_26-1
ca_root_certificates-2014_08_13-1
caladea-20130214-3
carlito-20130920-1
dejavu-2.34-2
docbook_xml_dtd-4.5-2
docbook_xsl_stylesheets-1.78.1-1
2014-11-04 12:58:25 +03:00
droid-113-1
flare_x86_data-0.19-3
freedroidrpg_x86_data-0.15.1-1
hub-1.12.4-1
2014-04-02 00:36:09 +04:00
openttd_gfx-0.4.7-1
openttd_msx-0.3.1-1
openttd_sfx-0.2.3-1
texi2html-1.82-2
timgmsoundfont-fixed-5
vl_gothic-20141206-1
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
wqy_microhei-0.2.0~beta-3
2015-01-13 21:12:00 +03:00
youtube_dl-2015.01.10-1
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
:
# repository architecture packages
# primary architecture (x86_gcc2)
a_book-1.1-3
a52dec-0.7.4-2
a52dec_devel-0.7.4-2
acr-0.9.9_git-1
album-0.9.3-1
ale-0.9.1-2
app2png-1.0.0-1
apr-1.5.0-1
apr_devel-1.5.0-1
apr_util-1.5.3-1
apr_util_devel-1.5.3-1
2015-05-26 20:45:00 +03:00
armyknife-4.3.0-3
asciidoc-8.6.8-2
autoconf-2.69-5
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
automake-1.13.1-4
2014-10-29 00:39:33 +03:00
avra-1.3.0-1
2015-01-10 20:11:35 +03:00
bash-4.3.33-1
beae-1.2-3
beam-1.2-1
becjk-1.0.1-1
2015-05-19 20:08:30 +03:00
beezer-0.99.hg-4
befar-4.2_beta-3
belife-1.0.0-2
2014-11-28 16:10:53 +03:00
bemines-1.0b2-1
bepdf-1.2.0-1
bepodder-1.3.0-1
2014-05-27 22:42:59 +04:00
bescreencapture-1.9.4-1
2015-04-21 14:33:21 +03:00
bezilla-2.0.0.22-1
binutils-2.17_2013_04_21-2
bison-2.4.3-6
blogpositive-0.4.0-2
2015-02-17 17:53:46 +03:00
bonnie++-1.03e-1
bookmarkconverter-0.4.3-1
buildbot_slave-0.8.8-4
bzip2-1.0.6-5
bzip2_devel-1.0.6-5
bzr-2.6.0-2
canna-1.0.1-1
capitalbe-1.0-2
catkeyseditor-0.1.1-1
caya-2013.10.12-2
2014-09-05 16:20:29 +04:00
ccache-3.1.9-1
cdrtools-3.01~a27-1
cdrtools_devel-3.01~a27-1
chat-20100903-2
clockwerk-git-3
2015-04-25 20:20:47 +03:00
criticalmass-2.2-1
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
ctags-5.8-3
colors-2.3-1
2015-04-02 19:48:18 +03:00
coreutils-8.23-1
curl-7.42.1-1
curl_devel-7.42.1-1
cvs-1.12.13.1-6
desknotes-1.1-4
dfu_util-0.7-1
distcc-3.1-3
2015-03-28 12:51:28 +03:00
djvulibre-3.5.25-2
djvulibre_devel-3.5.25-2
djvutranslator-1.0.1-3
djvuviewer-1.2.1-2
2014-07-20 03:48:12 +04:00
dmidecode-2.12-2
dos2unix-1.0.1-1
doxygen-1.7.6.1-1
2014-11-06 20:26:23 +03:00
ducksaver-1.1.0-2
ed-1.7-1
expat-2.1.0-1
expat_devel-2.1.0-1
faac-1.28-2
faac_devel-1.28-2
2014-08-15 19:36:22 +04:00
faad2-2.7-1
faad2_devel-2.7-1
f1spirit-0.rc9.1615-1
file-5.15-1
file_devel-5.15-1
2015-04-11 11:40:43 +03:00
filwip-1.0.0-5
findutils-4.4.2-1
ffmpeg-0.10.14-3
ffmpeg_devel-0.10.14-3
2013-12-22 12:53:49 +04:00
flac-1.3.0-1
flac_devel-1.3.0-1
flex-2.5.39-1
fluidsynth-1.1.6-2
fluidsynth_devel-1.1.6-2
fontboy-0.9.7-3
fontconfig-2.11.1-3
fontconfig_devel-2.11.1-3
fossil-1.33-1
2015-01-10 19:20:31 +03:00
freetype-2.5.5-1
freetype_devel-2.5.5-1
fribidi-0.19.6-2
fribidi_devel-0.19.6-2
2014-10-12 18:30:17 +04:00
friss-0.8.0-1
gawk-4.1.0-2
2014-12-16 16:17:08 +03:00
gcal-3.6.3-1
2014-10-15 13:46:11 +04:00
gcc-2.95.3_2014_10_14-3
gcc_syslibs_devel-2.95.3_2014_10_14-3
genesis_commander-0.42-2
getconf-r260000-1
getopt-1.1.5-1
gettext-0.18.1.1-6
gettext_libintl-0.18.1.1-6
2015-02-11 23:03:10 +03:00
gdb-6.3-1
giddy3-1.4-1
2013-12-22 12:53:49 +04:00
giflib-5.0.5-2
giflib_devel-5.0.5-2
git-2.2.2-1
git_arch-2.2.2-1
git_cvs-2.2.2-1
git_daemon-2.2.2-1
git_email-2.2.2-1
git_svn-2.2.2-1
2014-08-20 23:12:54 +04:00
glew-1.11.0-1
glew_devel-1.11.0-1
glew_util-1.11.0-1
glib2-2.38.1-4
glib2_devel-2.38.1-4
glu-9.0.0-2
glu_devel-9.0.0-2
gmp-6.0.0-1
gmp_devel-6.0.0-1
2014-11-08 04:48:29 +03:00
gnupg-1.4.16-1
gnutls-2.8.6-1
gnutls_devel-2.8.6-1
gperf-3.0.4-1
gpgme-1.5.2-2
gpgme_devel-1.5.2-2
2014-11-18 16:54:05 +03:00
grep-2.20-1
groff-1.20.1-3
gtk_doc-1.20-1
2013-12-22 12:53:49 +04:00
guilib-1.2.1-1
guilib_devel-1.2.1-1
2014-10-02 23:15:54 +04:00
gutenprint-5.2.10-1
gutenprint_devel-5.2.10-1
gyp-r1948-2
help2man-1.44.1-1
htmldoc-1.8.27-3
html_parser-3.71-1
hubbub-0.3.0-1
hubbub_devel-0.3.0-1
icu-55.1-1
icu_devel-55.1-1
imagemagick-6.8.9_8-1
imagemagick_devel-6.8.9_8-1
intltool-0.40.6-4
itstool-2.0.2-1
jam-2.5_2012_10_12-2
2014-08-26 22:13:53 +04:00
jasper-1.900.1-4
jasper_devel-1.900.1-4
jasper_tools-1.900.1-4
2015-04-02 16:22:27 +03:00
jbig2dec-0.11-2
jbig2dec_devel-0.11-2
jpeg-9-3
jpeg_devel-9-3
jpeg_tools-9-3
keymapswitcher-1.2.7.11-1
2014-07-28 17:03:59 +04:00
lame-3.99.5-3
lame_devel-3.99.5-3
lbreakout2-2.6.4-1
2013-12-22 12:53:49 +04:00
lcms-2.5-1
lcms_devel-2.5-1
less-451-4
lha-1.14i-1
libao-1.1.0-1
libao_devel-1.1.0-1
2013-12-22 12:53:49 +04:00
libart_lgpl-2.3.21-1
libart_lgpl_devel-2.3.21-1
2014-11-26 03:15:20 +03:00
libassuan-2.1.3-1
libassuan_devel-2.1.3-1
libcddb-1.3.2-1
libcddb_devel-1.3.2-1
libcdio-0.93-1
libcdio_devel-0.93-1
libcuefile-r475-1
libcuefile_devel-r475-1
libdca-0.0.5-1
libdca_devel-0.0.5-1
libdvbpsi-1.2.0-1
libdvbpsi_devel-1.2.0-1
libdvdcss-1.3.0-1
libdvdcss_devel-1.3.0-1
libdvdnav-5.0.3-1
libdvdnav_devel-5.0.3-1
libdvdread-5.0.3-1
libdvdread_devel-5.0.3-1
libebml-1.3.1-2
libebml_devel-1.3.1-2
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
libedit-2012_06_01_3.0-1
libffi-3.0.13-2
libffi_devel-3.0.13-2
libgcrypt-1.6.3-1
libgcrypt_devel-1.6.3-1
2014-11-19 19:13:51 +03:00
libgpg_error-1.15-1
libgpg_error_devel-1.15-1
2014-08-26 20:35:29 +04:00
libicns-0.8.1-1
libicns_devel-0.8.1-1
libiconv-1.13.1-6
libiconv_devel-1.13.1-6
libid3tag-0.15.1b-1
libid3tag_devel-0.15.1b-1
libiptcdata-1.0.4-1
libiptcdata_devel-1.0.4-1
liblayout-1.4.1-1
liblayout_devel-1.4.1-1
libmad-0.15.1b-2
libmad_devel-0.15.1b-2
libmatroska-1.4.2-1
libmatroska_devel-1.4.2-1
libmikmod-3.3.3-2
libmikmod_devel-3.3.3-2
2013-12-22 12:53:49 +04:00
libmodplug-0.8.8.4-1
libmodplug_devel-0.8.8.4-1
2015-04-16 23:03:21 +03:00
libmpeg2-0.5.1-3
libmpeg2_devel-0.5.1-3
libogg-1.3.0-2
libogg_devel-1.3.0-2
2013-12-22 12:53:49 +04:00
libpaper-1.1.24-1
libpaper_devel-1.1.24-1
libpcap-1.7.3-1
libpcap_devel-1.7.3-1
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
libpcre-8.21-5
libpcre_devel-8.21-5
2015-03-28 01:15:47 +03:00
libpng-1.5.22-1
libpng_devel-1.5.22-1
libpng16-1.6.17-1
libpng16_devel-1.6.17-1
libpthread_stubs-0.3-2
libreplaygain-r475-1
libreplaygain_devel-r475-1
libsanta-3.0.0-3
libsanta_devel-3.0.0-3
libsdl-1.2.15-6
libsdl_devel-1.2.15-6
libsdl2-2.0.3-2
libsdl2_devel-2.0.3-2
libsigc++-1.2.7-1
libsigc++_devel-1.2.7-1
libsndfile-1.0.25-3
libsndfile_devel-1.0.25-3
2014-12-29 17:24:24 +03:00
libsolv-0.3.0_haiku_2014_12_22-1
libsolv_devel-0.3.0_haiku_2014_12_22-1
2015-03-12 22:12:02 +03:00
libssh2-1.5.0-1
libssh2_devel-1.5.0-1
libtheora-1.1.1-2
libtheora_devel-1.1.1-2
libtool-2.4.2-1
libtool_libltdl-2.4.2-1
libusb-1.0.19-2
libusb_devel-1.0.19-2
2014-11-09 04:19:43 +03:00
libusb_compat-0.1.5-2
libusb_compat_devel-0.1.5-2
libuuid-1.0.3-2
libuuid_devel-1.0.3-2
libunistring-0.9.5-1
libunistring_devel-0.9.5-1
libvorbis-1.3.5-1
libvorbis_devel-1.3.5-1
libvpx-1.0.0-2
libvpx_devel-1.0.0-2
2014-08-25 20:36:09 +04:00
libwebp-0.4.1-1
libwebp_devel-0.4.1-1
libxau-1.0.8-2
libxcb-1.6-2
libxml2-2.8.0-9
libxml2_devel-2.8.0-9
libxml2_python-2.8.0-9
libxslt-1.1.28-4
libxslt_devel-1.1.28-4
2015-02-05 12:58:31 +03:00
lighttpd-1.4.35-2
lighttpd_devel-1.4.35-2
links-2.8-1
lmarbles-1.0.8-2
lnlauncher-1.1.2-1
ltris-1.0.19-1
lua-5.2.1-6
lua_devel-5.2.1-6
lynx-2.8.9dev.1-1
lz4-r117-1
lz4_devel-r117-1
2015-03-12 22:12:02 +03:00
lzo-2.09-1
lzo_devel-2.09-1
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
m4-1.4.16-5
2015-04-22 16:10:25 +03:00
mailnews-2.0.0.25-1
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
make-3.82-5
2014-04-20 01:55:36 +04:00
man-1.6g-4
mc-4.8.13-1
2015-04-22 16:14:41 +03:00
mda_vst-20100214-1
mercurial-2.9.2-1
mesa-7.9.2-10
mesa_devel-7.9.2-10
mesa_swrast-7.9.2-10
mev-0.9.0-2
milkytracker-0.90.86-1
mirrormagic-2.0.2-1
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
mkdepend-1.7-3
mksh-r50c-1
moe-1.1.2-1
mog-0.63.1548-1
most-pre5.1_15-1
mpg123-1.22.0-1
mpg123_devel-1.22.0-1
mtr-0.73-1
2014-10-07 22:14:18 +04:00
multitalk-1.4-1
mupdf-1.7-1
mupdf_devel-1.7-1
musepack_tools-r475-1
musepack_tools_devel-r475-1
2015-03-23 20:56:46 +03:00
nano-2.4.0-1
2015-03-30 16:05:19 +03:00
nanosvgtranslator-1.0.0-2
nasm-2.11.08-1
ncurses-5.9-9
ncurses_devel-5.9-9
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
neon-0.29.6-6
neon_devel-0.29.6-6
netcat-1.10-1
netpulse-0.2.3-4
netsurf-3.2-1
2015-02-23 23:48:14 +03:00
ocaml-4.02.1-1
openjpeg-2.1.0-2
openjpeg_devel-2.1.0-2
opensound-4.2_git-2
2014-11-10 20:25:33 +03:00
openssh-6.6p1-1
# sync openssl with secondary architecture (x86)
openssl-1.0.0r-1
openssl_devel-1.0.0r-1
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
p7zip-9.20.1-4
paladin-git-5
paragui-1.1.8-1
paragui_devel-1.1.8-1
2015-03-31 21:21:01 +03:00
patch-2.7.5-1
pciutils-3.2.1-1
pciutils_devel-3.2.1-1
pdftranslator-1.0.2-1
pe-2.4.5-1
pecorename-1.5-3
perl-5.18.2-2
photograbber-2.2-1
php-5.6.4-3
physfs-2.0.3-2
physfs_devel-2.0.3-2
pipepanic-0.1.3-3
pkgconfig-0.27.1-1
popt-1.16-1
popt_devel-1.16-1
2014-11-02 18:32:51 +03:00
psiconv-0.9.8-1
psiconv_devel-0.9.8-1
2014-12-21 13:19:07 +03:00
python-2.7.9-1
python_dateutil-1.5-2
python_lxml-3.3.5-2
python_mechanize-0.2.5-2
python_requests-2.3.0-2
python_setuptools-5.3-2
python_twisted-13.2.0-2
python_zope.interface-4.1.1-3
2014-07-20 03:58:49 +04:00
qemacs-0.4.0dev-1
2014-04-18 19:54:02 +04:00
qrencode-3.3.0-1
qrencode_devel-3.3.0-1
# the non-devel package isn't useful
qrencode_kdl_devel-3.3.0-2
readline-6.3-2
readline_devel-6.3-2
roadfighter-1.0.1269-1
rsync-3.1.0-1
ruby-1.9.1-2
ruby_devel-1.9.1-2
samba-3.6.25-1
samba_devel-3.6.25-1
2015-05-15 12:34:57 +03:00
sawteeth-1.3-3
scons-2.3.1-4
2013-12-22 12:53:49 +04:00
sdl_gfx-2.0.24-1
sdl_gfx_devel-2.0.24-1
sdl_image-1.2.12-4
sdl_image_devel-1.2.12-4
sdl_mixer-1.2.12-3
sdl_mixer_devel-1.2.12-3
sdl_net-1.2.8-4
sdl_net_devel-1.2.8-4
sdl_sound-1.0.3-2
sdl_sound_devel-1.0.3-2
2013-12-22 12:53:49 +04:00
sdl_ttf-2.0.11-1
sdl_ttf_devel-2.0.11-1
sdl2_image-2.0.0-4
sdl2_image_devel-2.0.0-4
sdl2_ttf-2.0.12-3
sdl2_ttf_devel-2.0.12-3
sdllopan-10-2
sed-4.2.1-6
seeker-1.0-2
serf-1.3.7-1
serf_devel-1.3.7-1
sge-030809-2
sge_devel-030809-2
sharutils-4.14-1
slang-2.2.4-1
slang_devel-2.2.4-1
2015-03-16 18:33:35 +03:00
slayer-0.9-2
2014-11-16 18:56:34 +03:00
slime_volley-2.4.2-1
2013-12-22 12:53:49 +04:00
smjpeg-0.2.1-1
smjpeg_devel-0.2.1-1
smpeg-0.4.5-3
smpeg_devel-0.4.5-3
speex-1.2~rc1-2
speex_devel-1.2~rc1-2
sqlite-3.8.8.3-1
sqlite_devel-3.8.8.3-1
srm-1.2.12-1
substrate-1.0b-1
subversion-1.8.11-1
subversion_devel-1.8.11-1
sum_it-0.2beta-3
super_transball-2.1.5-1
2014-03-29 22:14:11 +04:00
taglib-1.7.2-1
taglib_devel-1.7.2-1
tar-1.26-6
tcpdump-4.7.4-1
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
texinfo-4.13a-7
2014-06-03 01:18:55 +04:00
tiff-3.9.6-2
tiff_devel-3.9.6-2
tiff_tools-3.9.6-2
2014-08-20 23:43:08 +04:00
tinyxml-2.6.2-1
tinyxml_devel-2.6.2-1
twolame-0.3.13-1
twolame_devel-0.3.13-1
ubertuber-0.9.10-3
unrar-5.2.6-1
unzip-6.0-2
util_macros-1.19.0-2
vcdimager-0.7.24-2
vcdimager_devel-0.7.24-2
vlc-0.8.6i-1
vlc_devel-0.8.6i-1
vim-7.4-3
virtualbox_guest_additions-4.3.53_svn-1
vmware_addons-1.1.1-2
2014-01-20 02:39:58 +04:00
vision-0.9.7.r949-2
weather-0.1.1_git-1
2015-03-31 21:21:01 +03:00
wget-1.16.3-1
which-2.21-1
wonderbrush-2.1.2-4
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
wpa_supplicant-2.0-3
xcb_proto-1.6-2
xmlto-0.0.26-1
xml_parser-2.36-1
xproto-7.0.26-2
2014-10-12 13:50:29 +04:00
xrick-021212-2
2015-03-11 20:22:17 +03:00
yab-1.7.4-1
yab_ide-2.2.4-1
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
yasm-1.2.0-3
zip-3.0-2
zlib-1.2.8-4
zlib_devel-1.2.8-4
zsh-5.0.7-1
# secondary architecture (x86)
a52dec_x86-0.7.4-2
a52dec_x86_devel-0.7.4-2
arm_none_eabi_binutils_x86-2.24_2014_03_19-6
arm_none_eabi_gcc_x86-4.8.4-1
arm_none_eabi_gdb_x86-7.7-1
arm_none_eabi_newlib_x86-2.1.0-2
automoc_x86-0.9.88-2
avr_binutils_x86-2.24_2014_03_19-5
avr_gcc_x86-4.8.2_2014_03_20-1
avrdude_x86-6.0.1-2
beshare_x86-2.31-1
2014-12-28 15:20:29 +03:00
binutils_x86-2.25_2014_12_27-1
2014-04-20 15:39:51 +04:00
bison_x86-2.5-1
2015-04-23 23:21:27 +03:00
boost_x86-1.55.0-6
boost_x86_atomic-1.55.0-6
boost_x86_chrono-1.55.0-6
boost_x86_context-1.55.0-6
boost_x86_coroutine-1.55.0-6
boost_x86_date_time-1.55.0-6
boost_x86_devel-1.55.0-6
boost_x86_filesystem-1.55.0-6
boost_x86_graph-1.55.0-6
boost_x86_iostreams-1.55.0-6
boost_x86_locale-1.55.0-6
boost_x86_log-1.55.0-6
boost_x86_math-1.55.0-6
boost_x86_program_options-1.55.0-6
boost_x86_random-1.55.0-6
boost_x86_regex-1.55.0-6
boost_x86_serialization-1.55.0-6
boost_x86_signals-1.55.0-6
boost_x86_system-1.55.0-6
boost_x86_test-1.55.0-6
boost_x86_thread-1.55.0-6
boost_x86_timer-1.55.0-6
boost_x86_unit_test_framework-1.55.0-6
boost_x86_wave-1.55.0-6
burnitnow_x86-0.1.0-1
bzip2_x86-1.0.6-5
bzip2_x86_devel-1.0.6-5
2015-04-25 20:20:47 +03:00
cmake_x86-3.2.2-1
confuse_x86-2.7-2
confuse_x86_devel-2.7-2
copynametoclipboard-1.0.1-2
curl_x86-7.42.1-1
curl_x86_devel-7.42.1-1
2014-04-20 01:55:36 +04:00
cvsps_x86-2.2b1-1
dbus_x86-1.8.6-1
dbus_x86_devel-1.8.6-1
2014-11-07 01:40:53 +03:00
ddrescue_x86-1.19-1
2014-09-03 01:04:24 +04:00
devil_x86-1.7.8-2
devil_x86_devel-1.7.8-2
2014-09-24 19:13:24 +04:00
djvulibre_x86-3.5.25-1
djvulibre_x86_devel-3.5.25-1
documentviewer_x86-0.3_git-7
2015-04-25 21:07:46 +03:00
dosbox_x86-0.74-1
2015-03-03 23:32:49 +03:00
dtc_x86-1.4.1-1
expat_x86-2.0.1-7
expat_x86_devel-2.0.1-7
2014-08-15 19:36:22 +04:00
faad2_x86-2.7-1
faad2_x86_devel-2.7-1
fish_x86-1.23.1_git-1
ffmpeg_x86-0.11.5-2
ffmpeg_x86_devel-0.11.5-2
fftw_x86-3.3.4-4
fftw_x86_devel-3.3.4-4
2013-12-22 12:53:49 +04:00
flac_x86-1.3.0-1
flac_x86_devel-1.3.0-1
flare_x86-0.19-3
fluidsynth_x86-1.1.6-2
fluidsynth_x86_devel-1.1.6-2
fontconfig_x86-2.11.1-2
fontconfig_x86_devel-2.11.1-2
freedroidrpg_x86-0.15.1-1
2015-01-10 19:20:31 +03:00
freetype_x86-2.5.5-1
freetype_x86_devel-2.5.5-1
fribidi_x86-0.19.6-2
fribidi_x86_devel-0.19.6-2
2014-12-23 20:02:14 +03:00
gcc_x86-4.8.4_2014_12_21-1
gcc_x86_syslibs-4.8.4_2014_12_21-1
gcc_x86_syslibs_devel-4.8.4_2014_12_21-1
gcc6809_x86-4.6.1-2
gettext_x86-0.18.1.1-6
gettext_x86_libintl-0.18.1.1-6
giflib_x86-5.1.0-1
giflib_x86_devel-5.1.0-1
2014-08-20 23:12:54 +04:00
glew_x86-1.11.0-1
glew_x86_devel-1.11.0-1
glew_x86_util-1.11.0-1
glib2_x86-2.38.1-4
glib2_x86_devel-2.38.1-4
2014-04-20 22:40:56 +04:00
glu_x86-9.0.0-4
glu_x86_devel-9.0.0-4
gmp_x86-6.0.0-1
gmp_x86_devel-6.0.0-1
golang_x86-1.3-2
2015-04-19 11:07:39 +03:00
goonies_x86-1.4.1528-2
gpgme_x86-1.5.2-2
gpgme_x86_devel-1.5.2-2
2013-12-22 12:53:49 +04:00
guilib_x86-1.2.1-1
guilib_x86_devel-1.2.1-1
haikuwebkit_x86-1.4.11-1
haikuwebkit_x86_devel-1.4.11-1
icu_x86-55.1-1
icu_x86_devel-55.1-1
2014-09-03 01:04:24 +04:00
ilmbase_x86-2.2.0-1
ilmbase_x86_devel-2.2.0-1
2014-08-26 22:13:53 +04:00
jasper_x86-1.900.1-4
jasper_x86_devel-1.900.1-4
2014-09-24 19:13:24 +04:00
jbig2dec_x86-0.11-1
jbig2dec_x86_devel-0.11-1
jpeg_x86-9-3
jpeg_x86_devel-9-3
lame_x86-3.99.5-5
lame_x86_devel-3.99.5-5
2013-12-22 12:53:49 +04:00
lcms_x86-2.5-1
lcms_x86_devel-2.5-1
libao_x86-1.1.0-1
libao_x86_devel-1.1.0-1
2013-12-22 12:53:49 +04:00
libart_lgpl_x86-2.3.21-1
libart_lgpl_x86_devel-2.3.21-1
libass_x86-0.12.2-1
libass_x86_devel-0.12.2-1
2014-11-26 03:15:20 +03:00
libassuan_x86-2.1.3-1
libassuan_x86_devel-2.1.3-1
libattica_x86-0.4.2-1
libattica_x86_devel-0.4.2-1
libcddb_x86-1.3.2-1
libcddb_x86_devel-1.3.2-1
libcdio_x86-0.93-2
libcdio_x86_devel-0.93-2
libdbusmenu_qt_x86-0.9.2-1
libdbusmenu_qt_x86_devel-0.9.2-1
libdca_x86-0.0.5-2
libdca_x86_devel-0.0.5-2
libdv_x86-1.0.0-2
libdv_x86_devel-1.0.0-2
libdvdcss_x86-1.3.0-1
libdvdcss_x86_devel-1.3.0-1
libdvdnav_x86-5.0.3-3
libdvdnav_x86_devel-5.0.3-3
libdvdread_x86-5.0.3-2
libdvdread_x86_devel-5.0.3-2
2015-04-25 21:07:46 +03:00
libedit_x86-2014_10_30_3.1-1
libedit_x86_devel-2014_10_30_3.1-1
libelf_x86-0.8.13-1
libelf_x86_devel-0.8.13-1
libevent_x86-2.0.21-7
libevent_x86_devel-2.0.21-7
libexecinfo_x86-1.1-1
libexecinfo_x86_devel-1.1-1
2014-04-20 15:39:51 +04:00
libffi_x86-3.0.13-1
libffi_x86_devel-3.0.13-1
libftdi_x86-1.0-2
libftdi_x86_devel-1.0-2
2014-11-19 19:13:51 +03:00
libgpg_error_x86-1.15-1
libgpg_error_x86_devel-1.15-1
2014-08-26 20:35:29 +04:00
libicns_x86-0.8.1-1
libicns_x86_devel-0.8.1-1
libiconv_x86-1.13.1-6
libiconv_x86_devel-1.13.1-6
libid3tag_x86-0.15.1b-1
libid3tag_x86_devel-0.15.1b-1
libmad_x86-0.15.1b-2
libmad_x86_devel-0.15.1b-2
2014-04-19 20:04:57 +04:00
libmikmod_x86-3.3.3-2
libmikmod_x86_devel-3.3.3-2
2014-09-03 01:04:24 +04:00
libmng_x86-2.0.2-1
libmng_x86_devel-2.0.2-1
libmodplug_x86-0.8.8.4-2
libmodplug_x86_devel-0.8.8.4-2
libmpdclient_x86-2.10_git-1
libmpdclient_x86_devel-2.10_git-1
libogg_x86-1.3.0-2
libogg_x86_devel-1.3.0-2
2013-12-22 12:53:49 +04:00
libpaper_x86-1.1.24-1
libpaper_x86_devel-1.1.24-1
libpcre_x86-8.33-2
libpcre_x86_devel-8.33-2
2015-03-28 01:15:47 +03:00
libpng_x86-1.5.22-1
libpng_x86_devel-1.5.22-1
libpng16_x86-1.6.17-1
libpng16_x86_devel-1.6.17-1
2015-04-26 11:49:00 +03:00
libqt4_x86-4.8.6.4-3
libqt4_x86_devel-4.8.6.4-3
librecad_x86-2.0.7-1
libsamplerate_x86-0.1.8-1
libsamplerate_x86_devel-0.1.8-1
libsanta_x86-3.0.1-1
libsanta_x86_devel-3.0.1-1
libsigc++_x86-2.4.1-1
libsigc++_x86_devel-2.4.1-1
libsdl_x86-1.2.15-7
libsdl_x86_devel-1.2.15-7
libsdl2_x86-2.0.1-3
libsdl2_x86_devel-2.0.1-3
libsndfile_x86-1.0.25-3
libsndfile_x86_devel-1.0.25-3
2014-12-29 17:24:24 +03:00
libsolv_x86-0.3.0_haiku_2014_12_22-1
libsolv_x86_devel-0.3.0_haiku_2014_12_22-1
libtheora_x86-1.1.1-2
libtheora_x86_devel-1.1.1-2
libtool_x86-2.4.2-1
libtool_x86_libltdl-2.4.2-1
libusb_x86-1.0.18-1
libusb_x86_devel-1.0.18-1
libuuid_x86-1.0.3-2
libuuid_x86_devel-1.0.3-2
libvorbis_x86-1.3.5-2
libvorbis_x86_devel-1.3.5-2
libvpx_x86-1.0.0-2
libvpx_x86_devel-1.0.0-2
2014-08-25 20:36:09 +04:00
libwebp_x86-0.4.1-1
libwebp_x86_devel-0.4.1-1
libxml2_x86-2.9.2-1
libxml2_x86_devel-2.9.2-1
libxslt_x86-1.1.28-2
libxslt_x86_devel-1.1.28-2
2015-05-08 17:43:58 +03:00
llvm_x86-3.5.2-1
lmms_x86-1.2.0_git-1
luajit_x86-2.0.2-2
luajit_x86_devel-2.0.2-2
lwtools_x86-4.10-2
2014-10-28 02:53:02 +03:00
lzip_x86-1.16-1
2015-03-12 22:12:02 +03:00
lzo_x86-2.09-1
lzo_x86_devel-2.09-1
marble_x86-1.9.2-1
2014-04-21 00:34:38 +04:00
mesa_x86-10.1.0-2
mesa_x86_devel-10.1.0-2
mesa_x86_swrast-10.1.0-2
mesa_x86_swpipe-10.1.0-2
mosh_x86-1.2.4-1
mpc_x86-1.0.2-2
mpc_x86_devel-1.0.2-2
2014-08-16 03:43:45 +04:00
mpd_x86-0.18.12_git-1
mpfr_x86-3.1.2-2
mpfr_x86_devel-3.1.2-2
mpg123_x86-1.22.0-1
mpg123_x86_devel-1.22.0-1
mplayer_x86-1.1.1-3
mupdf_x86-1.7-1
mupdf_x86_devel-1.7-1
muscle_x86-6.00-1
2014-08-02 15:33:00 +04:00
musicpc_x86-0.26-1
ncurses_x86-5.9-9
ncurses_x86_devel-5.9-9
ninja_x86-1.5.1-2
ocp_x86-0.1.21_git-1
openal_x86-1.13.0-2
openal_x86_devel-1.13.0-2
2014-09-03 01:04:24 +04:00
openexr_x86-2.2.0-1
openexr_x86_devel-2.2.0-1
openjdk_x86-1.7_u80_b32-2
openjpeg_x86-2.1.0-2
openjpeg_x86_devel-2.1.0-2
openssl_x86-1.0.0r-1
openssl_x86_devel-1.0.0r-1
2014-04-02 00:36:09 +04:00
openttd_x86-1.3.3-1
pciutils_x86-3.2.1-1
pciutils_x86_devel-3.2.1-1
2013-12-22 12:53:49 +04:00
physfs_x86-2.0.3-1
physfs_x86_devel-2.0.3-1
pixman_x86-0.32.6-1
pixman_x86_devel-0.32.6-1
2014-04-01 10:46:58 +04:00
pkgconfig_x86-0.27.1-2
protobuf_x86-2.4.1-1
protobuf_x86_devel-2.4.1-1
protrekkr_x86-2.5.4-2
popt_x86-1.16-1
popt_x86_devel-1.16-1
2014-10-15 01:59:12 +04:00
qemu_x86-2.1.2-1
qca2_x86-2.0.3-1
qca2_x86_devel-2.0.3-1
qjson_x86-0.8.1-1
qjson_x86_devel-0.8.1-1
quassel_x86-0.10.0-2
quicklaunch-0.9.9-1
2015-04-05 14:54:16 +03:00
qupzilla_x86-1.8.6-1
rcs_x86-5.9.3-2
readline_x86-6.3-2
readline_x86_devel-6.3-2
rocksndiamonds_x86-3.3.1.2-2
sdcc_x86-3.4.0-1
2013-12-22 12:53:49 +04:00
sdl_gfx_x86-2.0.24-1
sdl_gfx_x86_devel-2.0.24-1
sdl_image_x86-1.2.12-4
sdl_image_x86_devel-1.2.12-4
sdl_net_x86-1.2.8-4
sdl_net_x86_devel-1.2.8-4
2014-04-19 20:04:57 +04:00
sdl_mixer_x86-1.2.12-3
sdl_mixer_x86_devel-1.2.12-3
2013-12-22 12:53:49 +04:00
sdl_sound_x86-1.0.3-1
sdl_sound_x86_devel-1.0.3-1
sdl_ttf_x86-2.0.11-1
sdl_ttf_x86_devel-2.0.11-1
sge_x86-030809-1
sge_x86_devel-030809-1
shared_mime_info_x86-1.3-2
2014-11-11 02:14:11 +03:00
simh_x86-4.0.0_git-2
2013-12-22 12:53:49 +04:00
smjpeg_x86-0.2.1-1
smjpeg_x86_devel-0.2.1-1
smpeg_x86-0.4.5-3
smpeg_x86_devel-0.4.5-3
speex_x86-1.2~rc1-2
speex_x86_devel-1.2~rc1-2
sqlite_x86-3.8.8.3-1
sqlite_x86_devel-3.8.8.3-1
stlink_x86-1.0.0-1
2014-11-08 18:36:30 +03:00
stm32flash_x86-0.3-1
strigi_x86-0.7.5-2
strigi_x86_devel-0.7.5-2
2014-08-16 03:03:10 +04:00
taglib_x86-1.9.1-1
taglib_x86_devel-1.9.1-1
tiff_x86-3.9.6-2
tiff_x86_devel-3.9.6-2
2014-08-20 23:43:08 +04:00
tinyxml_x86-2.6.2-1
tinyxml_x86_devel-2.6.2-1
2015-05-01 19:36:14 +03:00
tig_x86-2.1-1
transmission_x86-2.84-4
twolame_x86-0.3.13-2
twolame_x86_devel-0.3.13-2
2014-04-20 01:55:36 +04:00
vcmi_x86-0.94-1
wizznic_x86-0.9.9-2
xz_utils_x86-5.0.5-3
xz_utils_x86_devel-5.0.5-3
2014-06-04 20:30:36 +04:00
zlib_x86-1.2.8-4
zlib_x86_devel-1.2.8-4
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
:
# source packages
a_book
a52dec
a52dec_x86
acr
album
ale
app2png
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
apr
apr_util
arm_none_eabi_binutils_x86
arm_none_eabi_gcc_x86
arm_none_eabi_gdb_x86
arm_none_eabi_newlib_x86
2015-05-11 19:10:40 +03:00
armyknife
2014-07-23 16:19:01 +04:00
asciidoc
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
autoconf
automake
automoc_x86
avr_binutils_x86
avr_gcc_x86
avr_libc_x86
2014-10-29 00:39:33 +03:00
avra
avrdude_x86
2014-10-01 02:13:54 +04:00
bash
beae
beam
becjk
beezer
befar
belife
2014-11-28 16:10:53 +03:00
bemines
bepdf
bepodder
2013-12-14 18:28:03 +04:00
bescreencapture
beshare_x86
blogpositive
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
binutils
binutils_x86
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
bison
2014-04-20 15:39:51 +04:00
bison_x86
2015-02-17 17:53:46 +03:00
bonnie++
bookmarkconverter
2014-03-29 22:14:11 +04:00
boost_x86
buildbot_slave
burnitnow_x86
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
bzip2
2014-07-26 18:17:00 +04:00
bzr
canna
capitalbe
catkeyseditor
caya
2014-09-05 16:20:29 +04:00
ccache
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
cdrtools
chat
2015-01-07 19:21:07 +03:00
clockwerk
cmake_x86
colors
confuse_x86
copynametoclipboard
coreutils
2015-04-25 20:20:47 +03:00
criticalmass
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
ctags
curl
cvs
2014-04-20 01:55:36 +04:00
cvsps_x86
dbus_x86
2014-11-07 01:40:53 +03:00
ddrescue_x86
desknotes
devil_x86
dfu_util
2015-03-28 12:51:28 +03:00
djvulibre
2014-09-24 19:13:24 +04:00
djvulibre_x86
djvutranslator
djvuviewer
distcc
2014-07-20 03:48:12 +04:00
dmidecode
2014-09-24 19:13:24 +04:00
documentviewer_x86
dos2unix
2015-04-25 21:07:46 +03:00
dosbox_x86
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
doxygen
2014-04-20 15:39:51 +04:00
dtc_x86
ducksaver
ed
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
expat
faac
2014-08-15 19:36:22 +04:00
faad2
faad2_x86
f1spirit
file
2015-04-11 11:40:43 +03:00
filwip
findutils
fish_x86
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
ffmpeg
fftw_x86
2013-12-22 12:53:49 +04:00
flac
flare_x86
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
flex
2014-08-15 19:01:13 +04:00
fluidsynth
fluidsynth_x86
fontboy
fontconfig_x86
fossil
freedroidrpg_x86
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
freetype
2013-12-22 12:53:49 +04:00
fribidi
fribidi_x86
friss
gawk
2014-12-16 16:17:08 +03:00
gcal
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
gcc
gcc_x86
gcc6809_x86
getconf
getopt
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
gettext
gettext_x86
2015-02-11 23:03:10 +03:00
gdb
2013-12-22 12:53:49 +04:00
giflib
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
git
2014-08-20 23:12:54 +04:00
glew
glib2
2014-04-20 15:39:51 +04:00
glib2_x86
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
glu
gmp
2014-11-08 04:48:29 +03:00
gnupg
gnutls
golang_x86
goonies_x86
gperf
gpgme
2014-11-25 05:05:00 +03:00
gpgme_x86
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
grep
groff
gtk_doc
2013-12-22 12:53:49 +04:00
guilib
gutenprint
gyp
haikuwebkit_x86
help2man
htmldoc
html_parser
hubbub
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
icu
2014-09-03 01:04:24 +04:00
ilmbase_x86
imagemagick
intltool
itstool
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
jam
2014-08-25 20:39:37 +04:00
jasper
2015-04-02 16:22:27 +03:00
jbig2dec
2014-09-24 19:13:24 +04:00
jbig2dec_x86
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
jpeg
keymapswitcher
2014-07-28 17:03:59 +04:00
lame
lame_x86
lbreakout2
2013-12-22 12:53:49 +04:00
lcms
less
lha
2013-12-22 12:53:49 +04:00
libao
libart_lgpl
libass_x86
2014-11-19 19:17:43 +03:00
libassuan
libassuan_x86
libattica_x86
libcddb
libcddb_x86
libcdio
libcdio_x86
libcuefile
libdbusmenu_qt_x86
libdca
libdca_x86
libdv_x86
libdvbpsi
libdvdcss
libdvdcss_x86
libdvdnav
libdvdnav_x86
libdvdread
libdvdread_x86
libebml
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
libedit
2015-04-25 21:07:46 +03:00
libedit_x86
libelf_x86
libevent_x86
libexecinfo_x86
libffi
2014-04-20 15:39:51 +04:00
libffi_x86
libftdi_x86
libgcrypt
2014-11-19 19:13:51 +03:00
libgpg_error
libgpg_error_x86
2014-08-26 20:35:29 +04:00
libicns
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
libiconv
libid3tag
libiptcdata
2013-12-22 12:53:49 +04:00
libmad
libmatroska
2013-12-22 12:53:49 +04:00
libmikmod
2014-09-03 01:04:24 +04:00
libmng_x86
2013-12-22 12:53:49 +04:00
libmodplug
libmpdclient_x86
2015-04-16 23:03:21 +03:00
libmpeg2
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
libogg
2013-12-22 13:04:41 +04:00
libpaper
libpcap
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
libpcre
libpcre_x86
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
libpng
libpng16
libpthread_stubs
libqt4_x86
librecad_x86
libreplaygain
libsanta
libsanta_x86
libsamplerate_x86
libsdl
libsdl2
libsdl2_x86
libsigc++
libsigc++_x86
2014-08-15 17:46:32 +04:00
libsndfile
libsndfile_x86
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
libsolv
libssh2
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
libtheora
libtool
libtool_x86
libunistring
libusb
libusb_x86
2014-11-08 04:45:06 +03:00
libusb_compat
2014-10-23 21:44:27 +04:00
libuuid
libuuid_x86
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
libvorbis
libvorbis_x86
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
libvpx
2013-12-22 12:53:49 +04:00
libwebp
libxau
libxcb
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
libxml2
libxml2_x86
libxslt
libxslt_x86
2015-02-05 12:58:31 +03:00
lighttpd
links
2014-04-01 10:46:58 +04:00
llvm_x86
lmms_x86
lmarbles
lnlauncher
ltris
luajit_x86
lua
lwtools_x86
lynx
lz4
lzip_x86
2015-03-12 22:12:02 +03:00
lzo
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
m4
make
man
marble_x86
mc
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
mercurial
mesa
mesa_x86
mev
milkytracker
mirrormagic
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
mkdepend
mksh
moe
mog
mpc_x86
2015-05-27 16:16:51 +03:00
mplayer_x86
mosh_x86
most
2014-08-16 03:43:45 +04:00
mpd_x86
mpfr_x86
mpg123
mtr
2014-10-07 22:14:18 +04:00
multitalk
mupdf
mupdf_x86
muscle_x86
musepack_tools
2014-08-02 15:33:00 +04:00
musicpc_x86
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
nano
2014-03-29 02:03:41 +04:00
nasm
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
ncurses
neon
netcat
2014-10-12 18:30:17 +04:00
netpulse
netsurf
ninja_x86
2015-02-23 23:48:14 +03:00
ocaml
ocp_x86
openal_x86
2014-09-03 01:04:24 +04:00
openexr_x86
openjpeg
2014-09-24 19:13:24 +04:00
openjpeg_x86
opensound
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
openssh
openssl
2014-04-02 00:36:09 +04:00
openttd_x86
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
p7zip
2014-12-16 21:34:54 +03:00
paladin
paragui
2015-02-16 21:35:20 +03:00
patch
pciutils
2015-04-02 16:51:10 +03:00
pdftranslator
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
pe
pecorename
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
perl
photograbber
php
2013-12-22 12:53:49 +04:00
physfs
pipepanic
2014-04-20 15:39:51 +04:00
pixman_x86
pkgconfig
popt
popt_x86
protobuf_x86
protrekkr_x86
2014-11-02 18:32:51 +03:00
psiconv
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
python
python_dateutil
python_lxml
python_mechanize
python_requests
python_setuptools
python_twisted
python_zope.interface
2014-07-20 03:58:49 +04:00
qemacs
2014-04-20 15:39:51 +04:00
qemu_x86
qca2_x86
qjson_x86
2014-04-18 19:54:02 +04:00
qrencode
quassel_x86
2013-12-14 18:17:22 +04:00
quicklaunch
qupzilla_x86
2015-01-11 20:14:59 +03:00
rcs_x86
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
readline
readline_x86
roadfighter
rocksndiamonds_x86
ruby
2015-04-26 23:07:08 +03:00
sawteeth
scons
sdcc_x86
2013-12-22 12:53:49 +04:00
sdl_gfx
sdl_image
sdl_mixer
sdl_net
sdl_sound
sdl_ttf
sdl2_image
sdl2_ttf
sdllopan
seeker
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
sed
serf
2013-12-22 12:53:49 +04:00
sge
shared_mime_info_x86
sharutils
2014-07-20 03:20:10 +04:00
simh_x86
slang
2014-12-10 18:40:17 +03:00
slayer
2014-11-16 18:56:34 +03:00
slime_volley
2013-12-22 12:53:49 +04:00
smjpeg
smpeg
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
speex
sqlite
sqlite_x86
srm
stlink_x86
2014-11-08 18:36:30 +03:00
stm32flash_x86
strigi_x86
substrate
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
subversion
sum_it
super_transball
2014-03-29 22:14:11 +04:00
taglib
2014-08-16 03:03:10 +04:00
taglib_x86
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
tar
tcpdump
texi2html
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
texinfo
2014-06-02 23:04:23 +04:00
tiff
2014-07-23 16:19:01 +04:00
tig_x86
2014-08-20 23:43:08 +04:00
tinyxml
transmission_x86
twolame
twolame_x86
ubertuber
unrar
unzip
util_macros
weather
vcdimager
2014-04-20 01:55:36 +04:00
vcmi_x86
vim
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
vision
vlc
vmware_addons
wget
which
wizznic_x86
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
wpa_supplicant
2014-04-18 20:57:19 +04:00
yab
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
yasm
youtube_dl
xcb_proto
xmlto
xml_parser
xproto
2014-10-12 13:50:29 +04:00
xrick
xz_utils_x86
zip
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
zlib
zsh
:
# debuginfo packages
coreutils
grep
sed
tar
Switch build system from optional package to repositories * Build libsolv and the dependency solver part of the package kit for the build platform. * Add build tool get_package_dependencies. Given a list of package files and a list of repository files it determines the additional packages that need to be retrieved from the repositories and prints their URLs. * Add rules to work with external repositories in the build system (build/jam/RepositoryRules): - PackageRepository declares an external repository with all its packages. The URL of the repository file isn't specified. It is computed from a given base URL and the SHA256 hash of the list of package files. - GeneratedRepositoryPackageList generates a file containing the file names of all packages in a repository. - IsPackageAvailable returns whether a package is available in any repository. - PackageURL returns the URL for a package. * Declare the HaikuPorts repository for x86_gcc2 (build/jam/repositories/HaikuPorts/x86_gcc2). * Add rule AddHaikuImagePackages to add a package to the image and rule IsHaikuImagePackageAdded to determine whether a package has been added. * OptionalPackages: Remove all entries that just downloaded and installed an external package. AddHaikuImagePackages can be used instead and is used in the remaining entries. Also move the remaining optional package dependency declarations from OptionalPackageDependencies here. * ExtractBuildFeatureArchives: Instead of the URL parameter a package name must be specified now. This allows to simplify BuildFeatures significantly, since there's no dealing with URLs anymore. "if" out the entries that aren't supported yet. * build_haiku_image: For the packages installed in system and common resolve their dependencies and download and install them as well.
2013-07-05 12:51:42 +04:00
;