gnu: efl: Update to 1.18.0.
* gnu/packages/enlightenment.scm (efl): Update to 1.18.0. [inputs]: Add ghostscript, libraw, libspectre, openjpeg, poppler. [arguments]: Remove unecessary 'patch-config-files phase, add phase hardlinking the location of pulseaudio and libsndfile. * gnu/packages/enlightenment.scm (terminology, enlightenment, rage) (python-efl)[inputs]: Remove elementary, now provided by efl.
This commit is contained in:
		
							parent
							
								
									49dbe69624
								
							
						
					
					
						commit
						2a32ec278d
					
				
					 1 changed files with 26 additions and 16 deletions
				
			
		| 
						 | 
					@ -53,7 +53,7 @@
 | 
				
			||||||
(define-public efl
 | 
					(define-public efl
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "efl")
 | 
					    (name "efl")
 | 
				
			||||||
    (version "1.17.2")
 | 
					    (version "1.18.0")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append
 | 
					              (uri (string-append
 | 
				
			||||||
| 
						 | 
					@ -61,7 +61,7 @@
 | 
				
			||||||
                    version ".tar.xz"))
 | 
					                    version ".tar.xz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1dpq5flygrjg931nzsr2ra8icqffzrzbs1lnrzarbpsbmgq3zacs"))))
 | 
					                "17mzbjmz8d2vs8p63r1sk3mppl3l2fhxy2jv24dp75lgqbsvp806"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("pkg-config" ,pkg-config)))
 | 
					     `(("pkg-config" ,pkg-config)))
 | 
				
			||||||
| 
						 | 
					@ -69,12 +69,15 @@
 | 
				
			||||||
     `(("alsa-lib" ,alsa-lib)
 | 
					     `(("alsa-lib" ,alsa-lib)
 | 
				
			||||||
       ("compositeproto" ,compositeproto)
 | 
					       ("compositeproto" ,compositeproto)
 | 
				
			||||||
       ("curl" ,curl)
 | 
					       ("curl" ,curl)
 | 
				
			||||||
 | 
					       ("ghostscript" ,ghostscript)
 | 
				
			||||||
       ("giflib" ,giflib)
 | 
					       ("giflib" ,giflib)
 | 
				
			||||||
       ("gstreamer" ,gstreamer)
 | 
					       ("gstreamer" ,gstreamer)
 | 
				
			||||||
       ("gst-plugins-base" ,gst-plugins-base)
 | 
					       ("gst-plugins-base" ,gst-plugins-base)
 | 
				
			||||||
       ("libexif" ,libexif)
 | 
					       ("libexif" ,libexif)
 | 
				
			||||||
       ("libjpeg" ,libjpeg)
 | 
					       ("libjpeg" ,libjpeg)
 | 
				
			||||||
 | 
					       ("libraw" ,libraw)
 | 
				
			||||||
       ("librsvg" ,librsvg)
 | 
					       ("librsvg" ,librsvg)
 | 
				
			||||||
 | 
					       ("libspectre" ,libspectre)
 | 
				
			||||||
       ("libtiff" ,libtiff)
 | 
					       ("libtiff" ,libtiff)
 | 
				
			||||||
       ("libx11" ,libx11)
 | 
					       ("libx11" ,libx11)
 | 
				
			||||||
       ("libxcomposite" ,libxcomposite)
 | 
					       ("libxcomposite" ,libxcomposite)
 | 
				
			||||||
| 
						 | 
					@ -90,6 +93,8 @@
 | 
				
			||||||
       ("libxtst" ,libxtst)
 | 
					       ("libxtst" ,libxtst)
 | 
				
			||||||
       ("lz4" ,lz4)
 | 
					       ("lz4" ,lz4)
 | 
				
			||||||
       ("mesa" ,mesa)
 | 
					       ("mesa" ,mesa)
 | 
				
			||||||
 | 
					       ("openjpeg" ,openjpeg-1)
 | 
				
			||||||
 | 
					       ("poppler" ,poppler)
 | 
				
			||||||
       ("printproto" ,printproto)
 | 
					       ("printproto" ,printproto)
 | 
				
			||||||
       ("scrnsaverproto" ,scrnsaverproto)
 | 
					       ("scrnsaverproto" ,scrnsaverproto)
 | 
				
			||||||
       ("xextproto" ,xextproto)
 | 
					       ("xextproto" ,xextproto)
 | 
				
			||||||
| 
						 | 
					@ -100,30 +105,40 @@
 | 
				
			||||||
     ;; All these inputs are in package config files in section
 | 
					     ;; All these inputs are in package config files in section
 | 
				
			||||||
     ;; Require.private.
 | 
					     ;; Require.private.
 | 
				
			||||||
     `(("bullet" ,bullet) ; ephysics.pc
 | 
					     `(("bullet" ,bullet) ; ephysics.pc
 | 
				
			||||||
       ("dbus" ,dbus) ; eldbus.pc, ethumb_client.pc
 | 
					       ("dbus" ,dbus) ; eldbus.pc, elementary.pc, elocation.pc, ethumb_client.pc
 | 
				
			||||||
       ("eudev" ,eudev) ; eeze.pc
 | 
					       ("eudev" ,eudev) ; eeze.pc
 | 
				
			||||||
       ("fontconfig" ,fontconfig) ; evas.pc, evas-cxx.pc
 | 
					       ("fontconfig" ,fontconfig) ; evas.pc, evas-cxx.pc
 | 
				
			||||||
       ("freetype" ,freetype) ; evas.pc, evas-cxx.pc
 | 
					       ("freetype" ,freetype) ; evas.pc, evas-cxx.pc
 | 
				
			||||||
       ("fribidi" ,fribidi) ; evas.pc, evas-cxx.pc
 | 
					       ("fribidi" ,fribidi) ; evas.pc, evas-cxx.pc
 | 
				
			||||||
       ("glib" ,glib) ; ecore.pc, ecore-cxx.pc
 | 
					       ("glib" ,glib) ; ecore.pc, ecore-cxx.pc
 | 
				
			||||||
       ("harfbuzz" ,harfbuzz) ; evas.pc, evas-cxx.pc
 | 
					       ("harfbuzz" ,harfbuzz) ; evas.pc, evas-cxx.pc
 | 
				
			||||||
 | 
					       ("luajit" ,luajit) ; elua.pc, evas.pc, evas-cxx.pc
 | 
				
			||||||
       ("libpng" ,libpng) ; evas.pc, evas-cxx.pc
 | 
					       ("libpng" ,libpng) ; evas.pc, evas-cxx.pc
 | 
				
			||||||
       ("libsndfile" ,libsndfile) ; ecore-audio.pc, ecore-audio-cxx.pc
 | 
					       ("libsndfile" ,libsndfile) ; ecore-audio.pc, ecore-audio-cxx.pc
 | 
				
			||||||
       ("luajit" ,luajit) ; edje.pc, edje-cxx.pc, elua.pc, evas.pc, evas-cxx.pc
 | 
					 | 
				
			||||||
       ("openssl" ,openssl) ; ecore-con.pc, eet.pc, eet-cxx.pc, emile.pc
 | 
					       ("openssl" ,openssl) ; ecore-con.pc, eet.pc, eet-cxx.pc, emile.pc
 | 
				
			||||||
       ("pulseaudio" ,pulseaudio) ; ecore-audio.pc, ecore-audio-cxx.pc
 | 
					       ("pulseaudio" ,pulseaudio) ; ecore-audio.pc, ecore-audio-cxx.pc
 | 
				
			||||||
       ("util-linux" ,util-linux) ; eeze.pc
 | 
					       ("util-linux" ,util-linux) ; eeze.pc
 | 
				
			||||||
       ("zlib" ,zlib))) ; emile.pc
 | 
					       ("zlib" ,zlib))) ; eet.pc, eet-cxx.pc, emile.pc
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags '("--disable-silent-rules"
 | 
					     `(#:configure-flags '("--disable-silent-rules"
 | 
				
			||||||
                           "--enable-liblz4"
 | 
					                           "--enable-liblz4"
 | 
				
			||||||
                           "--enable-harfbuzz")
 | 
					                           "--enable-harfbuzz")
 | 
				
			||||||
       #:phases
 | 
					       #:phases
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
         (add-before 'configure 'patch-config-files
 | 
					         ;; ecore_audio cannot find pulseaudio or libsndfile when compiled.
 | 
				
			||||||
 | 
					         ;; Starting in version 1.18.0, these two libraries are dlopened so
 | 
				
			||||||
 | 
					         ;; we hardcode their locations as a temporary workaround.
 | 
				
			||||||
 | 
					         (add-after 'configure 'hardlink-dlopen-files
 | 
				
			||||||
           (lambda _
 | 
					           (lambda _
 | 
				
			||||||
             (substitute* "po/Makefile.in.in"
 | 
					             (substitute* "src/lib/ecore_audio/ecore_audio.c"
 | 
				
			||||||
                          (("/bin/sh") (which "bash"))))))))
 | 
					                          (("libpulse.so.0")
 | 
				
			||||||
 | 
					                           (string-append (assoc-ref %build-inputs "pulseaudio")
 | 
				
			||||||
 | 
					                                          "/lib/libpulse.so.0")))
 | 
				
			||||||
 | 
					             (substitute* "src/lib/ecore_audio/ecore_audio.c"
 | 
				
			||||||
 | 
					                          (("libsndfile.so.1")
 | 
				
			||||||
 | 
					                           (string-append (assoc-ref %build-inputs "libsndfile")
 | 
				
			||||||
 | 
					                                          "/lib/libsndfile.so.1")))
 | 
				
			||||||
 | 
					             #t)))))
 | 
				
			||||||
    (home-page "https://www.enlightenment.org")
 | 
					    (home-page "https://www.enlightenment.org")
 | 
				
			||||||
    (synopsis "Enlightenment Foundation Libraries")
 | 
					    (synopsis "Enlightenment Foundation Libraries")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					@ -234,8 +249,7 @@ The only supported now is VLC.")
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("pkg-config" ,pkg-config)))
 | 
					     `(("pkg-config" ,pkg-config)))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("efl" ,efl)
 | 
					     `(("efl" ,efl)))
 | 
				
			||||||
       ("elementary" ,elementary)))
 | 
					 | 
				
			||||||
    (home-page "https://www.enlightenment.org")
 | 
					    (home-page "https://www.enlightenment.org")
 | 
				
			||||||
    (synopsis "Powerful terminal emulator based on EFL")
 | 
					    (synopsis "Powerful terminal emulator based on EFL")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					@ -261,8 +275,7 @@ contents and more.")
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("pkg-config" ,pkg-config)))
 | 
					     `(("pkg-config" ,pkg-config)))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("efl" ,efl)
 | 
					     `(("efl" ,efl)))
 | 
				
			||||||
       ("elementary" ,elementary)))
 | 
					 | 
				
			||||||
    (home-page "https://www.enlightenment.org/about-rage")
 | 
					    (home-page "https://www.enlightenment.org/about-rage")
 | 
				
			||||||
    (synopsis "Video and audio player based on EFL")
 | 
					    (synopsis "Video and audio player based on EFL")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					@ -297,9 +310,7 @@ Libraries with some extra bells and whistles.")
 | 
				
			||||||
       ("linux-pam" ,linux-pam)
 | 
					       ("linux-pam" ,linux-pam)
 | 
				
			||||||
       ("xcb-util-keysyms" ,xcb-util-keysyms)))
 | 
					       ("xcb-util-keysyms" ,xcb-util-keysyms)))
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     ;; both these inputs are present in pkgconfig file in Require section
 | 
					     `(("efl" ,efl))) ; enlightenment.pc
 | 
				
			||||||
     `(("efl" ,efl) ; enlightenment.pc
 | 
					 | 
				
			||||||
       ("elementary" ,elementary))) ; enlightenment.pc
 | 
					 | 
				
			||||||
    (home-page "https://www.enlightenment.org")
 | 
					    (home-page "https://www.enlightenment.org")
 | 
				
			||||||
    (synopsis "Lightweight desktop environment")
 | 
					    (synopsis "Lightweight desktop environment")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					@ -338,7 +349,6 @@ embedded systems.")
 | 
				
			||||||
       ("python-cython" ,python-cython)))
 | 
					       ("python-cython" ,python-cython)))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("efl" ,efl)
 | 
					     `(("efl" ,efl)
 | 
				
			||||||
       ("elementary" ,elementary)
 | 
					 | 
				
			||||||
       ("python-dbus" ,python-dbus)))
 | 
					       ("python-dbus" ,python-dbus)))
 | 
				
			||||||
    (home-page "https://www.enlightenment.org/")
 | 
					    (home-page "https://www.enlightenment.org/")
 | 
				
			||||||
    (synopsis "Python bindings for EFL")
 | 
					    (synopsis "Python bindings for EFL")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue