gdk-pixbuf-2.42.10
      
      
      
        
          Installation of Gdk Pixbuf
        
        
          Install Gdk Pixbuf by running the
          following commands:
        
        mkdir build &&
cd    build &&
meson --prefix=/usr --buildtype=release --wrap-mode=nofallback .. &&
ninja
        
          If you have Gi-DocGen-2023.1 installed and wish to build
          the API documentation for this package, issue:
        
        sed "/docs_dir =/s@\$@ / 'gdk-pixbuf-2.42.10'@" -i ../docs/meson.build &&
meson configure -Dgtk_doc=true                                         &&
ninja
        
          To test the results, issue: ninja
          test. The tests make a heavy use of disk.
        
        
          Now, as the root user:
        
        ninja install
        
          
          
            Note
          
          
            If you installed the package on to your system using a
            “DESTDIR” method, an important file
            was not installed and should be copied and/or generated. Generate
            it using the following command as the root user:
          
          gdk-pixbuf-query-loaders --update-cache
         
       
      
        
          Command Explanations
        
        
          --buildtype=release:
          Specify a buildtype suitable for stable releases of the package, as
          the default may produce unoptimized binaries.
        
        
          --wrap-mode=nofallback:
          This switch prevents meson from using subproject
          fallbacks for any dependency declarations in the build files,
          stopping it downloading any optional dependency which is not
          installed on the system.
        
        
          -Dman=false: Use this option if you do
          not want to generate manual pages, or if you do not want to install
          docutils-0.19.
        
       
      
        
          Contents
        
        
          
            
              Installed Programs:
              gdk-pixbuf-csource, gdk-pixbuf-pixdata,
              gdk-pixbuf-query-loaders, and gdk-pixbuf-thumbnailer
            
            
              Installed Libraries:
              libgdk_pixbuf-2.0.so
            
            
              Installed Directories:
              /usr/{include,lib}/gdk-pixbuf-2.0,
              /usr/libexec/installed-tests/gdk-pixbuf,
              /usr/share/installed-tests/gdk-pixbuf,
              /usr/share/gtk-doc/html/gdk-pixbuf, and
              /usr/share/thumbnailers
            
           
         
        
          
            Short Descriptions
          
          
            
              
              
            
            
              
                | 
                   
                    gdk-pixbuf-csource
                   
                 | 
                
                   
                    is a small utility that generates C code containing
                    images, used for compiling images directly into programs
                   
                 | 
              
              
                | 
                   
                    gdk-pixbuf-pixdata
                   
                 | 
                
                   
                    is a tool used to convert GdkPixbuf to GdkPixdata
                   
                 | 
              
              
                | 
                   
                    gdk-pixbuf-query-loaders
                   
                 | 
                
                   
                    collects information about loadable modules for
                    Gdk Pixbuf and writes it
                    to the default cache file location, or to stdout
                   
                 | 
              
              
                | 
                   
                    gdk-pixbuf-thumbnailer
                   
                 | 
                
                   
                    creates thumbnails of pictures for use in other
                    applications
                   
                 | 
              
              
                | 
                   
                    libgdk_pixbuf-2.0.so
                   
                 | 
                
                   
                    contains functions used to load and render images
                   
                 |