emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#37720: closed ([PATCH 0/2] gnu: easytag: Fix mp3 s


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37720: closed ([PATCH 0/2] gnu: easytag: Fix mp3 support.)
Date: Sun, 13 Oct 2019 12:10:02 +0000

Your message dated Sun, 13 Oct 2019 14:09:24 +0200
with message-id <address@hidden>
and subject line Re: [bug#37720] [PATCH 0/2] gnu: easytag: Fix mp3 support.
has caused the debbugs.gnu.org bug report #37720,
regarding [PATCH 0/2] gnu: easytag: Fix mp3 support.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37720: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37720
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/2] gnu: easytag: Fix mp3 support. Date: Sat, 12 Oct 2019 22:25:31 +0100 User-agent: mu4e 1.2.0; emacs 26.3
Hello Guix!

EasyTag hasn't been working for mp3 files and I couldn't work out why for a
long time. I've finally got around to looking into it properly and it turns
the hack with the temporary .pc file I added back then didn't work because
it's missing some fields.

With that fixed though, EasyTag warns you with a popup that id3lib is buggy
and needs patching. It's something about UTF16 being broken:
https://sourceforge.net/p/id3lib/patches/64/, I checked, ArchLinux also
applies the same patch.

WDYT?

Pierre Langlois (2):
  gnu: id3lib: Apply patch for UTF16 writing bug.
  gnu: easytag: Fix mp3 support.

 gnu/local.mk                                  |  1 +
 gnu/packages/mp3.scm                          |  5 ++-
 gnu/packages/music.scm                        | 12 ++++--
 .../patches/id3lib-UTF16-writing-bug.patch    | 39 +++++++++++++++++++
 4 files changed, 52 insertions(+), 5 deletions(-)
 create mode 100644 gnu/packages/patches/id3lib-UTF16-writing-bug.patch

--
2.23.0



--- End Message ---
--- Begin Message --- Subject: Re: [bug#37720] [PATCH 0/2] gnu: easytag: Fix mp3 support. Date: Sun, 13 Oct 2019 14:09:24 +0200
Hi Pierre,

On Sat, 12 Oct 2019 22:25:31 +0100
Pierre Langlois <address@hidden> wrote:

> WDYT?

Looks good to me, so I pushed the patchset to guix master.

(It's unfortunately that char signedness is unspecified in the C standard.
That maybe made sense in 1980--not today.  Sigh)

Attachment: pgpLjSfpVckeL.pgp
Description: OpenPGP digital signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]