gnu: libmixed: Update to 2.0-1.9b2668e.
* gnu/packages/audio.scm (libmixed): Update to 2.0-1.9b2668e. [arguments]: Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
		
							parent
							
								
									ed60a524fb
								
							
						
					
					
						commit
						90675cbe35
					
				
					 1 changed files with 3 additions and 7 deletions
				
			
		| 
						 | 
					@ -3965,8 +3965,8 @@ encode and decode wavpack files.")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public libmixed
 | 
					(define-public libmixed
 | 
				
			||||||
  ;; Release is much outdated.
 | 
					  ;; Release is much outdated.
 | 
				
			||||||
  (let ((commit "91e6b9f2438bca41205fade02c9d8f4f938838b6")
 | 
					  (let ((commit "9b2668e0d85175b0e92864cfbf1b9e58f77c92e0")
 | 
				
			||||||
        (revision "0"))
 | 
					        (revision "1"))
 | 
				
			||||||
    (package
 | 
					    (package
 | 
				
			||||||
      (name "libmixed")
 | 
					      (name "libmixed")
 | 
				
			||||||
      (version (git-version "2.0" revision commit))
 | 
					      (version (git-version "2.0" revision commit))
 | 
				
			||||||
| 
						 | 
					@ -3978,14 +3978,10 @@ encode and decode wavpack files.")
 | 
				
			||||||
               (commit commit)))
 | 
					               (commit commit)))
 | 
				
			||||||
         (file-name (git-file-name name version))
 | 
					         (file-name (git-file-name name version))
 | 
				
			||||||
         (sha256
 | 
					         (sha256
 | 
				
			||||||
          (base32 "01vwgv8ivpg7a4y95krkgh656mmklsn1k3fmhwp474aj82grd3m4"))))
 | 
					          (base32 "0ql2h0hh4jl96sc9i6mk1d6qq261bvsfapinvzr9gx3lpzycpfb7"))))
 | 
				
			||||||
      (build-system cmake-build-system)
 | 
					      (build-system cmake-build-system)
 | 
				
			||||||
      (arguments
 | 
					      (arguments
 | 
				
			||||||
       (list
 | 
					       (list
 | 
				
			||||||
        ;; FIXME: (Sharlatan-20230326T121542+0100): Tests failed 1/34, 1 failed,
 | 
					 | 
				
			||||||
        ;; 33 passed. There is not simple way to disable just one test.
 | 
					 | 
				
			||||||
        ;; https://github.com/Shirakumo/libmixed/issues/13
 | 
					 | 
				
			||||||
        #:tests? #f
 | 
					 | 
				
			||||||
        #:configure-flags
 | 
					        #:configure-flags
 | 
				
			||||||
        #~(list "-DBUILD_STATIC=OFF"
 | 
					        #~(list "-DBUILD_STATIC=OFF"
 | 
				
			||||||
                "-DCMAKE_CXX_FLAGS=-O3 -fPIC"
 | 
					                "-DCMAKE_CXX_FLAGS=-O3 -fPIC"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue