diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-05-28 17:23:36 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-05-28 17:23:36 -0500 |
commit | 077e6138d5cac267ff43088a4bbc21c3c9a218bc (patch) | |
tree | de05d0d2cb3e3b4025b879fac47f962b20f3f964 | |
parent | fb1b56984fe9bbedd0a7c9d1adc58582422cc985 (diff) |
Uncomment deps and add a few more.
-rw-r--r-- | blfs/Extras.Makefile | 29 |
1 files changed, 23 insertions, 6 deletions
diff --git a/blfs/Extras.Makefile b/blfs/Extras.Makefile index 08dcd28..dea44af 100644 --- a/blfs/Extras.Makefile +++ b/blfs/Extras.Makefile @@ -1,10 +1,11 @@ -extratargets = Cups-Extras Cups-filters Cyrus-SASL-Extras GTK3-Extras \ - Gutenprint ImageMagick-Extras Kuserfeedback-Extras \ +extratargets = Cups-Extras Cups-filters Cyrus-SASL-Extras GTK-Engines \ + GTK3-Extras Gutenprint ImageMagick-Extras Kuserfeedback-Extras \ OpenLDAP-Extras PHP Pixman-Extras Subversion-Extras all : $(extratargets) -Cups-Extras : +Cups-Extras : GnuTLS colord libusb Linux-PAM xdg-utils Avahi libpaper LLVM \ + MIT_Kerberos java PHP Python2 Gutenprint hplip @echo $@ Cups-filters : ghostscript mupdf PHP Cups GLib LCMS2 Poppler Qpdf \ @@ -15,13 +16,23 @@ Cyrus-SASL-Extras : Linux-PAM MariaDB MIT_Kerberos-keyutils OpenLDAP \ PostgreSQL @echo $@ +GD : libjpeg-turbo libpng libtiff libwebp FreeType Fontconfig \ + # libavif libheif libXpm libraqm libimagequant + @echo $@ + +GTK-Engines : GTK2 Lua54 which + @echo $@ + GTK3-Extras : adwaita-icon-theme colord Cups rest # PyAtSpi2 @echo $@ +hplip : qt-everywhere + @echo $@ " - WIP: External from BLFS" + ImageMagick-Extras : Enscript Gimp Inkscape @echo $@ -Kuserfeedback-Extras : PHP # PhpUnit "http://phpunit.de" +Kuserfeedback-Extras : PHP PHPUnit # "http://phpunit.de" @echo $@ OpenLDAP-Extras : GnuTLS MariaDB PostgreSQL unixODBC # Pth @@ -31,8 +42,14 @@ Pixman-Extras : GTK2 libpng # both for tests and demos @echo $@ # libsoup graphviz cups cups-filters can use PHP -PHP : - @echo $@ "- WIP: Many dependencies" +PHP : Apache libxml2 Aspell enchant libxslt PCRE FreeType libexif \ + libjpeg-turbo libpng libtiff libwebp Xorg-Libs cURL tidy-html5 \ + Berkeley_DB libiodbc lmdb MariaDB OpenLDAP PostgreSQL sqlite3 \ + unixODBC Cyrus-SASL MIT_Kerberos GD + @echo $@ + +PHPUnit : PHP + @echo $@ "https://phar.phpunit.de/phpunit-8.phar" Subversion-Extras : Apache apache-ant Boost Cyrus-SASL Doxygen \ java Ruby Serf SWIG # gnome-keyring libsecret LZ4 UTF8proc dbus |