Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 668624 - net-misc/youtube-dl atomic-parsley flag
Summary: net-misc/youtube-dl atomic-parsley flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-14 15:07 UTC by Neil
Modified: 2018-10-15 20:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Neil 2018-10-14 15:07:41 UTC
I've noticed that youtube-dl supports adding meta-data to mp4's using atomic parsley.  There are two versions of atomicparsley in portage at present...

media-video/atomicparsley-0.9.0
media-video/atomicparsley-wez-0.9.6

Would it be possible to add a USE flag to youtube-dl to pull this in as a (runtime) dependency?
Comment 1 Larry the Git Cow gentoo-dev 2018-10-15 11:34:50 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a32b59343803c1fa33488130320d683e1a5bb2

commit 29a32b59343803c1fa33488130320d683e1a5bb2
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2018-10-15 11:34:05 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2018-10-15 11:34:46 +0000

    net-misc/youtube-dl: Point out media-video/atomicparsley
    
    Package-Manager: Portage-2.3.51, Repoman-2.3.11
    Fixes: https://bugs.gentoo.org/668624
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 net-misc/youtube-dl/youtube-dl-2018.10.05.ebuild | 4 +++-
 net-misc/youtube-dl/youtube-dl-99999999.ebuild   | 6 ++++--
 2 files changed, 7 insertions(+), 3 deletions(-)
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2018-10-15 11:37:15 UTC
(In reply to Neil from comment #0)
> I've noticed that youtube-dl supports adding meta-data to mp4's using atomic
> parsley.  There are two versions of atomicparsley in portage at present...
> 
> media-video/atomicparsley-0.9.0
> media-video/atomicparsley-wez-0.9.6
> 
> Would it be possible to add a USE flag to youtube-dl to pull this in as a
> (runtime) dependency?

Yes, it's entirely possible but it's bad practice as re-emerging youtube-dl just to pull in a dependency doesn't make much sense: simply emerging atomicparsley (or atomicparsley-wez? What is the difference?) would have the same effect and keep both up to date. So no, I will not add that USE flag just like I didn't do it for media-video/libav and media-video/ffmpeg.
Comment 3 Neil 2018-10-15 20:09:55 UTC
Cool, I'm perfectly fine with that, was a feature I noticed after downloading some video the other day that I thought others might be interested in.

Thanks for your maintenance efforts.