Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 641168 - media-libs/x264-9999 git url change
Summary: media-libs/x264-9999 git url change
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-15 17:39 UTC by m0par
Modified: 2017-12-17 15:17 UTC (History)
1 user (show)

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 m0par 2017-12-15 17:39:26 UTC
emerge x264-9999 
results in the error:

git-2_update_repo: can't update from https://git.videolan.org/x264.git

need to change
EGIT_REPO_URI="https://git.videolan.org/x264.git"
to
EGIT_REPO_URI="https://git.videolan.org/git/x264.git"

and I suppose the same should be done with media-video/x264-encoder-9999 as well.
Comment 1 Andriy Utkin (RETIRED) gentoo-dev 2017-12-17 11:42:46 UTC
Thanks for reporting.

Was caused by recent incorrect update of URL from git:// to https:// . Will fix shortly.
Comment 2 Andriy Utkin (RETIRED) gentoo-dev 2017-12-17 15:06:58 UTC
Fixes prepared.

https://github.com/andrey-utkin/gentoo/commits/videolan-git-fix

Getting approval of packages maintainers.
Comment 3 Larry the Git Cow gentoo-dev 2017-12-17 15:16:05 UTC
The bug has been referenced in the following commit(s):

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

commit f435431483d009ab8a82676f96f9e25bdcc3cb2a
Author:     Andrey Utkin <andrey_utkin@gentoo.org>
AuthorDate: 2017-12-17 14:57:54 +0000
Commit:     Andrey Utkin <andrey_utkin@gentoo.org>
CommitDate: 2017-12-17 15:15:21 +0000

    media-libs/libbdplus: fix git uri
    
    Bug: https://bugs.gentoo.org/641168
    Fixes: 018ec8a7d841 ("media-libs/libbdplus: use https for SRC_URI, HOMEPAGE, and git repo")
    Acked-by: Luca Barbato <lu_zero@gentoo.org>
    Package-Manager: Portage-2.3.17, Repoman-2.3.6

 media-libs/libbdplus/libbdplus-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683b6ca705b046d838d3bb68d399bf469fa0cc87

commit 683b6ca705b046d838d3bb68d399bf469fa0cc87
Author:     Andrey Utkin <andrey_utkin@gentoo.org>
AuthorDate: 2017-12-17 14:52:54 +0000
Commit:     Andrey Utkin <andrey_utkin@gentoo.org>
CommitDate: 2017-12-17 15:15:20 +0000

    media-libs/x264: fix git uri
    
    Bug: https://bugs.gentoo.org/641168
    Fixes: 684adb614c24 ("media-libs/x264: use https for git repo")
    Acked-by: Luca Barbato <lu_zero@gentoo.org>
    Package-Manager: Portage-2.3.17, Repoman-2.3.6

 media-libs/x264/x264-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)}