Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96121 - new ebuild: lives-0.9.5_pre3
Summary: new ebuild: lives-0.9.5_pre3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: Lowest enhancement (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-06-14 12:51 UTC by Andre Kloth
Modified: 2005-06-17 03:09 UTC (History)
0 users

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


Attachments
lives-0.9.5_pre3.ebuild (lives-0.9.5_pre3.ebuild,1.42 KB, text/plain)
2005-06-14 12:52 UTC, Andre Kloth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andre Kloth 2005-06-14 12:51:28 UTC
Based on the 0.9.1 ebuild I wrote a new one.

############ diff -u lives-0.9.1 lives-0.9.5_pre3 ###############
--- /usr/portage/media-video/lives/lives-0.9.1.ebuild   2005-03-20
02:06:12.000000000 +0100
+++ /usr/local/portage/media-video/lives/lives-0.9.5_pre3.ebuild       
2005-06-14 21:50:45.365775120 +0200
@@ -9,9 +9,10 @@
 HOMEPAGE="http://www.xs4all.nl/~salsaman/lives"
 
 MY_PN=LiVES
-MY_P=${MY_PN}-${PV}
+MY_PV="${PV/_/-}"
+MY_P="${MY_PN}-${MY_PV}"
 
-SRC_URI="mirror://sourceforge/lives/${MY_P}-src.tar.bz2"
+SRC_URI="http://www.xs4all.nl/%7Esalsaman/lives/current/${MY_P}.tar.bz2"
 
 LICENSE="GPL-2"
 
@@ -46,6 +47,7 @@
 }
 
 src_compile() {
+       cd ${WORKDIR}/${PN}-${MY_PV}
        use amd64 && append-flags -fPIC -DPIC
        econf \
                $(use_enable libvisual) || die "configure failed"
@@ -53,6 +55,7 @@
 }
 
 src_install() {
+       cd ${WORKDIR}/${PN}-${MY_PV}
        emake DESTDIR=${D} install || die
        dodoc AUTHORS CHANGELOG FEATURES GETTING.STARTED
 }
############ diff -u lives-0.9.1 lives-0.9.5_pre3 ###############

Reproducible: Always
Steps to Reproduce:
Comment 1 Andre Kloth 2005-06-14 12:52:40 UTC
Created attachment 61228 [details]
lives-0.9.5_pre3.ebuild

updated ebuild
Comment 2 Marc Hildebrand (RETIRED) gentoo-dev 2005-06-17 03:09:48 UTC
In cvs. 
Thanks for the ebuild.