Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 686174 - media-libs/libmp4v2 - SRC_URI 404
Summary: media-libs/libmp4v2 - SRC_URI 404
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: PATCH, PullRequest
Depends on:
Blocks:
 
Reported: 2019-05-17 19:09 UTC by doj
Modified: 2023-04-15 08:09 UTC (History)
0 users

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


Attachments
libmp4v2-2.0.0-r2.ebuild with working download URL (libmp4v2-2.0.0-r2.ebuild,1.13 KB, text/plain)
2019-05-17 19:09 UTC, doj
Details

Note You need to log in before you can comment on or make changes to this bug.
Description doj 2019-05-17 19:09:43 UTC
Created attachment 577086 [details]
libmp4v2-2.0.0-r2.ebuild with working download URL

fix the download URL of media-libs/libmp4v2-2.0.0-r2

Note that the Google source website is no longer active and everything is read-only/archived. I have therefore hardcoded the download URL, as it there won't be any more updates on the google site.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2019-05-17 20:44:18 UTC
Comment on attachment 577086 [details]
libmp4v2-2.0.0-r2.ebuild with working download URL

--- libmp4v2-2.0.0-r1.ebuild    2018-11-28 14:07:43.563034960 +0100
+++ -   2019-05-17 22:43:52.656616497 +0200
@@ -7,8 +7,8 @@
 inherit libtool

 DESCRIPTION="Functions for accessing ISO-IEC:14496-1:2001 MPEG-4 standard"
-HOMEPAGE="https://code.google.com/p/mp4v2/"
-SRC_URI="https://mp4v2.googlecode.com/files/${MY_P}.tar.bz2"
+HOMEPAGE="https://code.google.com/archive/p/mp4v2/"
+SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mp4v2/mp4v2-2.0.0.tar.bz2"

 LICENSE="MPL-1.1"
 SLOT="0"
Comment 2 Larry the Git Cow gentoo-dev 2023-04-15 08:09:08 UTC
The bug has been closed via the following commit(s):

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

commit c4f301107b1b81ebeae8e1399bc725927c833bd5
Author:     Azamat H. Hackimov <azamat.hackimov@gmail.com>
AuthorDate: 2023-04-14 12:59:34 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2023-04-15 08:09:05 +0000

    media-libs/libmp4v2: add 2.1.2
    
    New upstream, package migrated to cmake.eclass and EAPI=8.
    
    Closes: https://bugs.gentoo.org/686174
    Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/30592
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 media-libs/libmp4v2/Manifest              |  1 +
 media-libs/libmp4v2/libmp4v2-2.1.2.ebuild | 32 +++++++++++++++++++++++++++++++
 media-libs/libmp4v2/metadata.xml          |  2 +-
 3 files changed, 34 insertions(+), 1 deletion(-)