mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: tumbler: Update to 0.1.30.
* gnu/packages/xfce.scm (tumbler): Update to 0.1.30. Use latest gstreamer.
This commit is contained in:
parent
7747c4ca3d
commit
710f3ce44f
1 changed files with 4 additions and 4 deletions
|
@ -209,14 +209,14 @@ (define-public garcon
|
||||||
(define-public tumbler
|
(define-public tumbler
|
||||||
(package
|
(package
|
||||||
(name "tumbler")
|
(name "tumbler")
|
||||||
(version "0.1.25")
|
(version "0.1.30")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://archive.xfce.org/xfce/4.10/src/"
|
(uri (string-append "http://archive.xfce.org/src/xfce/tumbler/0.1/"
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ijm04vm75gmhyyzrlqdr6vzchr01hlajcm84lm6j64cim8dxm82"))))
|
"013kacqyy1vya7kp6jgc1almp3cbbvq96a3r7f5myiihr1whvhp7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
@ -232,7 +232,7 @@ (define-public tumbler
|
||||||
("libjpeg" ,libjpeg)
|
("libjpeg" ,libjpeg)
|
||||||
("libgsf" ,libgsf)
|
("libgsf" ,libgsf)
|
||||||
("poppler" ,poppler)
|
("poppler" ,poppler)
|
||||||
("gstreamer" ,gstreamer-0.10)))
|
("gstreamer" ,gstreamer)))
|
||||||
(home-page "http://www.xfce.org/")
|
(home-page "http://www.xfce.org/")
|
||||||
(synopsis "D-Bus service for applications to request thumbnails")
|
(synopsis "D-Bus service for applications to request thumbnails")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue