GNU bug report logs -
#26602
Add aegisub
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26602 in the body.
You can then email your comments to 26602 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#26602
; Package
guix-patches
.
(Sat, 22 Apr 2017 09:19:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Julien Lepiller <julien <at> lepiller.eu>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 22 Apr 2017 09:19:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
here are three patches to add aegisub, a subtitle editor. Should the
change to boost go in another branch? core-updates?
[0001-gnu-boost-Build-with-icu4c.patch (text/x-patch, attachment)]
[0002-gnu-Add-ffms2.patch (text/x-patch, attachment)]
[0003-gnu-Add-aegisub.patch (text/x-patch, attachment)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#26602
; Package
guix-patches
.
(Sun, 23 Apr 2017 00:55:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 26602 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Sat, Apr 22, 2017 at 11:18:24AM +0200, Julien Lepiller wrote:
> Hi,
>
> here are three patches to add aegisub, a subtitle editor. Should the
> change to boost go in another branch? core-updates?
Assuming that `guix refresh -l boost` is accurate, I think it would be
appropriate for the next staging cycle (or core-updates, if that comes
first).
> From 2ade2478712cda0acdaeb0aae4b32c4e357f5e58 Mon Sep 17 00:00:00 2001
> From: Julien Lepiller <julien <at> lepiller.eu>
> Date: Fri, 21 Apr 2017 21:42:55 +0200
> Subject: [PATCH 1/3] gnu: boost: Build with icu4c.
>
> * gnu/packages/boost.scm (boost)[inputs]: Add icu4c.
> [arguments]: Add icu4c configure flag.
If you need this for aegisub, perhaps you could add a boost-with-icu
package just for aegisub, and then remove it after the primary boost
package has been rebuilt with icu4c.
> Subject: [PATCH 2/3] gnu: Add ffms2.
>
> * gnu/packages/video.scm (ffms2): New variable.
> + (synopsis "Cross-plateform wrapper around ffmpeg/libav")
s/plateform/platform
> + (description
> + "FFMpegSource is a wrapper library around ffmpeg/libav that allows
> +programmers to access a standard API to open and decompress media files")
Please end the sentence with a period (I think `guix lint` will catch
this).
> Subject: [PATCH 3/3] gnu: Add aegisub.
>
> * gnu/packages/video.scm (aegisub): New variable.
> + (synopsis "Subtitle engine")
> + (description "Aegisub helps translators create subtitles for video")
How about this (based on text from the home-page)?
"Aegisub is a tool for creating and modifying subtitles. Aegisub makes
it quick and easy to time subtitles to audio, and features many powerful
tools for styling them, including a built-in real-time video preview."
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#26602
; Package
guix-patches
.
(Sun, 18 Jun 2017 11:14:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 26602 <at> debbugs.gnu.org (full text, mbox):
Hi Julien,
> here are three patches to add aegisub, a subtitle editor.
have you been able to implement the changes suggested by Leo? I think
it would be nice to add aegisub.
--
Ricardo
GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC
https://elephly.net
Information forwarded
to
guix-patches <at> gnu.org
:
bug#26602
; Package
guix-patches
.
(Sun, 30 Jul 2017 16:37:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 26602 <at> debbugs.gnu.org (full text, mbox):
Le Sun, 18 Jun 2017 13:13:22 +0200,
Ricardo Wurmus <rekado <at> elephly.net> a écrit :
> Hi Julien,
>
> > here are three patches to add aegisub, a subtitle editor.
>
> have you been able to implement the changes suggested by Leo? I think
> it would be nice to add aegisub.
>
Yes, but now it doesn't build anymore. I get this error:
ld: /tmp/guix-build-aegisub-wip-3.2.2.drv-0/aegisub-3.2.2/lib/libaegisub.a(dispatch.o):
undefined reference to symbol
'pthread_create@@GLIBC_2.2.5' /gnu/store/rmjlycdgiq8pfy5hfi42qhw3k7p6kdav-glibc-2.25/lib/libpthread.so.0:
error adding symbols: DSO missing from command line collect2: error: ld
Any idea ?
Information forwarded
to
guix-patches <at> gnu.org
:
bug#26602
; Package
guix-patches
.
(Mon, 31 Jul 2017 14:59:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 26602 <at> debbugs.gnu.org (full text, mbox):
Julien Lepiller <julien <at> lepiller.eu> skribis:
> Le Sun, 18 Jun 2017 13:13:22 +0200,
> Ricardo Wurmus <rekado <at> elephly.net> a écrit :
>
>> Hi Julien,
>>
>> > here are three patches to add aegisub, a subtitle editor.
>>
>> have you been able to implement the changes suggested by Leo? I think
>> it would be nice to add aegisub.
>>
>
> Yes, but now it doesn't build anymore. I get this error:
>
> ld: /tmp/guix-build-aegisub-wip-3.2.2.drv-0/aegisub-3.2.2/lib/libaegisub.a(dispatch.o):
> undefined reference to symbol
> 'pthread_create@@GLIBC_2.2.5' /gnu/store/rmjlycdgiq8pfy5hfi42qhw3k7p6kdav-glibc-2.25/lib/libpthread.so.0:
> error adding symbols: DSO missing from command line collect2: error: ld
>
> Any idea ?
Perhaps you need to add “-pthread” to the command line that led to this
error?
Ludo’.
Information forwarded
to
guix-patches <at> gnu.org
:
bug#26602
; Package
guix-patches
.
(Thu, 19 Oct 2017 10:06:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 26602 <at> debbugs.gnu.org (full text, mbox):
Le 2017-10-19 00:55, Ricardo Wurmus a écrit :
> Hi Julien,
>
> Ludovic Courtès <ludo <at> gnu.org> writes:
>
>> Julien Lepiller <julien <at> lepiller.eu> skribis:
>>
>>> Le Sun, 18 Jun 2017 13:13:22 +0200,
>>> Ricardo Wurmus <rekado <at> elephly.net> a écrit :
>>>
>>>> Hi Julien,
>>>>
>>>> > here are three patches to add aegisub, a subtitle editor.
>>>>
>>>> have you been able to implement the changes suggested by Leo? I
>>>> think
>>>> it would be nice to add aegisub.
>>>>
>>>
>>> Yes, but now it doesn't build anymore. I get this error:
>>>
>>> ld:
>>> /tmp/guix-build-aegisub-wip-3.2.2.drv-0/aegisub-3.2.2/lib/libaegisub.a(dispatch.o):
>>> undefined reference to symbol
>>> 'pthread_create@@GLIBC_2.2.5'
>>> /gnu/store/rmjlycdgiq8pfy5hfi42qhw3k7p6kdav-glibc-2.25/lib/libpthread.so.0:
>>> error adding symbols: DSO missing from command line collect2: error:
>>> ld
>>>
>>> Any idea ?
>>
>> Perhaps you need to add “-pthread” to the command line that led to
>> this
>> error?
>
> Have you been able to try this yet?
Oh yes, it works and I forgot about it. I think I will finally push it
this week-end, although I still can't hear any sound from aegisub in
GuixSD, and it crashes when I try to select pulseaudio in the
parameters...
Information forwarded
to
guix-patches <at> gnu.org
:
bug#26602
; Package
guix-patches
.
(Fri, 20 Oct 2017 06:50:01 GMT)
Full text and
rfc822 format available.
Message #23 received at 26602 <at> debbugs.gnu.org (full text, mbox):
Hi Julien,
Ludovic Courtès <ludo <at> gnu.org> writes:
> Julien Lepiller <julien <at> lepiller.eu> skribis:
>
>> Le Sun, 18 Jun 2017 13:13:22 +0200,
>> Ricardo Wurmus <rekado <at> elephly.net> a écrit :
>>
>>> Hi Julien,
>>>
>>> > here are three patches to add aegisub, a subtitle editor.
>>>
>>> have you been able to implement the changes suggested by Leo? I think
>>> it would be nice to add aegisub.
>>>
>>
>> Yes, but now it doesn't build anymore. I get this error:
>>
>> ld: /tmp/guix-build-aegisub-wip-3.2.2.drv-0/aegisub-3.2.2/lib/libaegisub.a(dispatch.o):
>> undefined reference to symbol
>> 'pthread_create@@GLIBC_2.2.5' /gnu/store/rmjlycdgiq8pfy5hfi42qhw3k7p6kdav-glibc-2.25/lib/libpthread.so.0:
>> error adding symbols: DSO missing from command line collect2: error: ld
>>
>> Any idea ?
>
> Perhaps you need to add “-pthread” to the command line that led to this
> error?
Have you been able to try this yet?
--
Ricardo
GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC
https://elephly.net
Reply sent
to
Julien Lepiller <julien <at> lepiller.eu>
:
You have taken responsibility.
(Fri, 20 Oct 2017 17:47:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Julien Lepiller <julien <at> lepiller.eu>
:
bug acknowledged by developer.
(Fri, 20 Oct 2017 17:47:02 GMT)
Full text and
rfc822 format available.
Message #28 received at 26602-done <at> debbugs.gnu.org (full text, mbox):
Le Thu, 19 Oct 2017 12:05:25 +0200,
julien lepiller <julien <at> lepiller.eu> a écrit :
> Le 2017-10-19 00:55, Ricardo Wurmus a écrit :
> [...]
> >
> > Have you been able to try this yet?
>
> Oh yes, it works and I forgot about it. I think I will finally push
> it this week-end, although I still can't hear any sound from aegisub
> in GuixSD, and it crashes when I try to select pulseaudio in the
> parameters...
>
>
Pushed as c812f46058ad7f4baedd521ad4f0933737d82ae9.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 18 Nov 2017 12:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 271 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.