Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19691 - MPlayer 0.90 ebuild still reports to be 0.90rc5
Summary: MPlayer 0.90 ebuild still reports to be 0.90rc5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-20 16:07 UTC by Chris Phillips
Modified: 2003-04-27 10:51 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 Chris Phillips 2003-04-20 16:07:01 UTC
MPlayer 0.90 ebuild still reports to be 0.90rc5. says it all i hope, it still
seems to be downloading the bz2ball for the rc5 release

Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS="~x86" emerge mplayer
2.
3.

Actual Results:  
MPlayer 0.90rc5-3.2.2 (C) 2000-2003 Arpad Gereoffy (see DOCS)

Expected Results:  
MPlayer 0.90-3.2.2 (C) 2000-2003 Arpad Gereoffy (see DOCS)
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-04-20 16:12:26 UTC
it's not a gentoo issue, it's MPlayer itself who's reporting false

version.sh
#!/bin/sh

echo "#define VERSION \"0.90rc5-$1 \"" >version.h
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-04-20 16:27:11 UTC
azarah: here's a patch for your ebuild

--- mplayer-0.90.ebuild.org     2003-04-20 22:29:01.000000000 +0000
+++ mplayer-0.90.ebuild 2003-04-20 22:32:22.000000000 +0000
@@ -93,6 +93,9 @@
                # bug #18511.
                cd ${S}; epatch ${FILESDIR}/${P}-ppc-benh.patch
        fi
+
+       cp version.sh version.sh.org
+       sed -e 's/0.90rc5/0.90/' version.sh.org > version.sh
 }

 src_compile() {
Comment 3 Chris Phillips 2003-04-20 16:40:38 UTC
My appologies, i've seen reports of various deprecated features in 0.90 and also mplayer reporting the correct version number in certain places. i tested the source directly and the build is fine, oopsy

chris
http://acidrip.sf.net emerge one today!
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2003-04-21 16:09:22 UTC
Ill add a patch to the source rather when I get time.
Comment 5 Martin Schlemmer (RETIRED) gentoo-dev 2003-04-27 10:51:51 UTC
Fixed in -r1.