diff options
Diffstat (limited to 'blfs/Extras.Makefile')
-rw-r--r-- | blfs/Extras.Makefile | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/blfs/Extras.Makefile b/blfs/Extras.Makefile new file mode 100644 index 0000000..dea44af --- /dev/null +++ b/blfs/Extras.Makefile @@ -0,0 +1,101 @@ +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 : 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 \ + dejavu-fonts libjpeg-turbo libpng libtiff Avahi OpenLDAP + @echo $@ + +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" + @echo $@ + +OpenLDAP-Extras : GnuTLS MariaDB PostgreSQL unixODBC # Pth + @echo $@ + +Pixman-Extras : GTK2 libpng # both for tests and demos + @echo $@ + +# libsoup graphviz cups cups-filters can use PHP +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 + @echo $@ + +adwaita-icon-theme : Inkscape git GTK2 GTK3 librsvg + @echo $@ + +Apache : Apr-Util PCRE Brotli Berkeley_DB Doxygen libxml2 Lua54 Lynx Links \ + nghttp2 OpenLDAP rsync + @echo $@ + +Enscript : + @echo $@ + +GDL : # GTK3 + @echo $@ + +ghostscript : + @echo $@ + +Gimp : Python2-libxml2 ghostscript \ + # gegl gexiv2 glib-networking GTK2 HarfBuzz libjpeg-turbo libmypaint \ + librsvg libtiff LCMS2 mypaint-brushes oppler Xorg-Libs dbus-glib \ + ISO-Codes libgudev PyGTK xdg-utils AAlib alsa-lib libmng libwebp OpenJPEG \ + GTK-Doc OpenEXR Gvfs + @echo $@ + +gtkmm3 : # atkmm GTK3 pangomm Doxygen + @echo $@ + +Gutenprint : Gimp # Cups + @echo $@ + +Inkscape : GDL gtkmm3 Scour # Boost Double-conversion GC Gsl libsoup libxslt \ + Poppler popt wget ImageMagick6 LCMS2 libcanberra Potrace lxml + @echo $@ + +mupdf : # GLU Xorg-Libs HarfBuzz libjpeg-turbo OpenJPEG cURL xdg-utils + @echo $@ + +Python2-libxml2 : # libxml2 Python2 + @echo $@ + +rest : make-ca libsoup gobject-introspection GTK-Doc + @echo $@ + +Scour : # six + @echo $@ |