unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30054] [PATCH] gnu: libcdio: Update to 2.0.0.
@ 2018-01-10  0:59 Kei Kebreau
  2018-01-10 17:56 ` Leo Famulari
  2018-01-11 17:29 ` bug#30054: " Kei Kebreau
  0 siblings, 2 replies; 4+ messages in thread
From: Kei Kebreau @ 2018-01-10  0:59 UTC (permalink / raw)
  To: 30054; +Cc: Kei Kebreau

* gnu/packages/cdrom.scm (libcdio): Update to 2.0.0.
---
 gnu/packages/cdrom.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index 523158d55..0c0d7004c 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -97,14 +97,14 @@ caching facility provided by the library.")
 (define-public libcdio
   (package
     (name "libcdio")
-    (version "0.94")
+    (version "2.0.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/libcdio/libcdio-"
-                                 version ".tar.gz"))
+                                 version ".tar.bz2"))
              (sha256
               (base32
-               "0nh222bnj0hgdic5nvr8l9j194mh5niqy15rypwrdbk6z01wkqln"))))
+               "0jr8ppdm80c533nzmrpz3iffnpc6nhvsria1di9f4jg1l19a03fd"))))
     (build-system gnu-build-system)
     (inputs
      `(("ncurses" ,ncurses)
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#30054] [PATCH] gnu: libcdio: Update to 2.0.0.
  2018-01-10  0:59 [bug#30054] [PATCH] gnu: libcdio: Update to 2.0.0 Kei Kebreau
@ 2018-01-10 17:56 ` Leo Famulari
  2018-01-10 18:44   ` Kei Kebreau
  2018-01-11 17:29 ` bug#30054: " Kei Kebreau
  1 sibling, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2018-01-10 17:56 UTC (permalink / raw)
  To: Kei Kebreau; +Cc: 30054

[-- Attachment #1: Type: text/plain, Size: 196 bytes --]

On Tue, Jan 09, 2018 at 07:59:08PM -0500, Kei Kebreau wrote:
> * gnu/packages/cdrom.scm (libcdio): Update to 2.0.0.

Assuming that you successfully compiled a few of the dependent packages,
LGTM!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#30054] [PATCH] gnu: libcdio: Update to 2.0.0.
  2018-01-10 17:56 ` Leo Famulari
@ 2018-01-10 18:44   ` Kei Kebreau
  0 siblings, 0 replies; 4+ messages in thread
From: Kei Kebreau @ 2018-01-10 18:44 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 30054

[-- Attachment #1: Type: text/plain, Size: 440 bytes --]

Leo Famulari <leo@famulari.name> writes:

> On Tue, Jan 09, 2018 at 07:59:08PM -0500, Kei Kebreau wrote:
>> * gnu/packages/cdrom.scm (libcdio): Update to 2.0.0.
>
> Assuming that you successfully compiled a few of the dependent packages,
> LGTM!

Currently building all dependent packages with this update and one for
libcdio-paranoia. Once they finish successfully, this patch will be
applied and I'll close the bug. Thanks for reviewing!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#30054: [PATCH] gnu: libcdio: Update to 2.0.0.
  2018-01-10  0:59 [bug#30054] [PATCH] gnu: libcdio: Update to 2.0.0 Kei Kebreau
  2018-01-10 17:56 ` Leo Famulari
@ 2018-01-11 17:29 ` Kei Kebreau
  1 sibling, 0 replies; 4+ messages in thread
From: Kei Kebreau @ 2018-01-11 17:29 UTC (permalink / raw)
  To: 30054-done

Kei Kebreau <kkebreau@posteo.net> writes:

> * gnu/packages/cdrom.scm (libcdio): Update to 2.0.0.
> ---
>  gnu/packages/cdrom.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
> index 523158d55..0c0d7004c 100644
> --- a/gnu/packages/cdrom.scm
> +++ b/gnu/packages/cdrom.scm
> @@ -97,14 +97,14 @@ caching facility provided by the library.")
>  (define-public libcdio
>    (package
>      (name "libcdio")
> -    (version "0.94")
> +    (version "2.0.0")
>      (source (origin
>               (method url-fetch)
>               (uri (string-append "mirror://gnu/libcdio/libcdio-"
> -                                 version ".tar.gz"))
> +                                 version ".tar.bz2"))
>               (sha256
>                (base32
> -               "0nh222bnj0hgdic5nvr8l9j194mh5niqy15rypwrdbk6z01wkqln"))))
> +               "0jr8ppdm80c533nzmrpz3iffnpc6nhvsria1di9f4jg1l19a03fd"))))
>      (build-system gnu-build-system)
>      (inputs
>       `(("ncurses" ,ncurses)

This package's dependencies built successfully, and so the update has
been pushed.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-11 17:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-10  0:59 [bug#30054] [PATCH] gnu: libcdio: Update to 2.0.0 Kei Kebreau
2018-01-10 17:56 ` Leo Famulari
2018-01-10 18:44   ` Kei Kebreau
2018-01-11 17:29 ` bug#30054: " Kei Kebreau

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).