Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76854 - mplayer-1.0_pre6 - SRC_URI/unpack mismatch
Summary: mplayer-1.0_pre6 - SRC_URI/unpack mismatch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-05 23:05 UTC by Mike Gardiner (RETIRED)
Modified: 2005-01-06 00:59 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 Mike Gardiner (RETIRED) gentoo-dev 2005-01-05 23:05:50 UTC
SRC_URI="mirror://mplayer/releases/${MY_P}a.tar.bz2

src_unpack() {

	unpack ${MY_P}.tar.bz2 \


Patch to apply:

--- /home/obz/Gentoo/portage-cvs/gentoo-x86/media-video/mplayer/mplayer-1.0_pre6.ebuild 2005-01-06 07:24:19.000000000 +0800
+++ mplayer-1.0_pre6.ebuild     2005-01-06 15:01:55.669599144 +0800
@@ -11,9 +11,9 @@

 # Handle PREversions as well
 MY_PV="${PV/_/}"
-MY_P="MPlayer-${MY_PV}"
+MY_P="MPlayer-${MY_PV}a"
 S="${WORKDIR}/${MY_P}"
-SRC_URI="mirror://mplayer/releases/${MY_P}a.tar.bz2
+SRC_URI="mirror://mplayer/releases/${MY_P}.tar.bz2
        mirror://mplayer/releases/fonts/font-arial-iso-8859-1.tar.bz2
        mirror://mplayer/releases/fonts/font-arial-iso-8859-2.tar.bz2
        mirror://mplayer/releases/fonts/font-arial-cp1250.tar.bz2
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2005-01-06 00:59:27 UTC
Fixed, thanks.