Maarten ter Huurne
|
f948c8d2f5
Add support for SDL2 in the build system
|
před 8 roky |
Maarten ter Huurne
|
954b702549
Moved aggregating of CFLAGS and LDFLAGS to components2defs.py
|
před 9 roky |
Maarten ter Huurne
|
20e86e9f91
Define ALSA MIDI component and probe alsa-lib
|
před 9 roky |
m9710797
|
1304f8264a
Remove libxml2 dependency from build
|
před 10 roky |
Maarten ter Huurne
|
ac930c3066
Removed libao sound driver
|
před 10 roky |
wouter
|
d089095d55
Various text-processing stuff
|
před 11 roky |
Maarten ter Huurne
|
6667100d11
Added sound driver using libao.
|
před 14 roky |
Wouter Vermaelen
|
374bb1956d
Removed CassetteJack
|
před 15 roky |
Sean Young
|
2b4b2f91ee
Remove liboggz from the build system
|
před 15 roky |
Maarten ter Huurne
|
8656bdd5be
Removed SDL_image as a dependency. We imported the only function we used.
|
před 15 roky |
Maarten ter Huurne
|
4813e097cd
Do not use "LIB" prefix in Make names. Fixes inconsistency with 3rdparty system.
|
před 15 roky |
Sean Young
|
80daabc259
Add missing SHA1SUMS for Pioneer PX-V60, fix debug build and canonicalize on
|
před 15 roky |
Sean Young
|
c370cac248
First commit of Laserdisc code. Some of the outstanding issues are listed
|
před 15 roky |
Maarten ter Huurne
|
0c950a9c5d
Moved requiredLibrariesFor() from "probe" to "components".
|
před 15 roky |
Maarten ter Huurne
|
7caa455f76
It is no longer possible to disable libraries. Instead you can mark components required, optional or disabled. This is a first step moving the focus from what you can build to what you want to build.
|
před 16 roky |
Maarten ter Huurne
|
2a3f006992
Made inter-library dependency resolution routine reusable and moved it from "components" module to "probe_defs" module.
|
před 16 roky |
Maarten ter Huurne
|
4f9fe60364
Moved inter-library dependency declarations from DownloadablePackage to Library.
|
před 16 roky |
Maarten ter Huurne
|
bc1efce7c9
Refer to packages using their Make name instead of their source name. This makes it easier to combine the info from the "packages" and "probe_defs" modules.
|
před 16 roky |
Maarten ter Huurne
|
e4d679b4d5
Moved use of probeVars out of "packages" module.
|
před 16 roky |
Maarten ter Huurne
|
1f1317d695
Avoid duplication of list of libraries that the emulation core depends on.
|
před 16 roky |
Maarten ter Huurne
|
18848917ca
Determine whether component can be built by looking at package availability.
|
před 16 roky |
Maarten ter Huurne
|
f111f744a3
Compute components.coreLibs instead of hardcoding it.
|
před 16 roky |
Maarten ter Huurne
|
34df29fdd3
Have the scripts use the component classes directly, eliminating checkComponents().
|
před 16 roky |
Maarten ter Huurne
|
488b9a9e67
Made a class for every component.
|
před 16 roky |
Maarten ter Huurne
|
c674dba735
Eliminated "componentNames": it was only used to transform the return value of checkComponents() into a dictionary, so now checkComponents() does return a dictionary.
|
před 16 roky |
Maarten ter Huurne
|
adb4da788e
Let a Python module decide which components are buildable.
|
před 16 roky |