Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61453 - goggles DVD ebuild request
Summary: goggles DVD ebuild request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Media-video project
URL: http://www.fifthplanet.net/goggles.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-23 17:24 UTC by Pablo Villalba Villar
Modified: 2004-08-25 22:15 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 Pablo Villalba Villar 2004-08-23 17:24:17 UTC
We need _choices_ for portage! Somebody please teach me (michokest@terra.es) how to do an ebuild (i get stuck in the configuration!) or add ogle-goggles to portage. Packet available in http://www.fifthplanet.net/goggles.html. Please name the package ogle-goggles so people searching for ogle can find its GUI easily.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 solar (RETIRED) gentoo-dev 2004-08-23 17:43:03 UTC
Are you serious?
Comment 2 Pablo Villalba Villar 2004-08-23 17:55:06 UTC
of course. i found out there _was_ an ebuild for a previous version, and i'm trying to adapt it to the new release (goggles-0.7.4)
However, after updating package versions and so, emerge says: 


>>> Unpacking goggles-0.7.4.tar.bz2 to /var/tmp/portage/goggles-0.7.4/work
>>> Source unpacked.

!!! ERROR: media-video/goggles-0.7.4 failed.
!!! Function econf, Line 364, Exitcode 1
!!! no configure script found

---------------------------------------------------

My ebuild looks like this:


S=${WORKDIR}/goggles-${PV}
DESCRIPTION="User-friendly frontend for the Ogle DVD Player"
HOMEPAGE="http://www.fifthplanet.net/goggles.html"
SRC_URI="http://www.fifthplanet.net/files/goggles-${PV}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=">=fox-1.2
>=ogle-0.9.2
>=libpng-1.2.5"



src_compile() {
econf || die
emake || die
}


src_install() {
einstall || die
}

pkg_postinst() {
echo
einfo "to launch the gui type goggles"
echo
}
~                                                                                                       
~                           
Comment 3 Brian Harring (RETIRED) gentoo-dev 2004-08-23 19:27:53 UTC
Err... do not assign non-portage bugs to the portage-devs please.
We already have more then enough bugs :)
Comment 4 SpanKY gentoo-dev 2004-08-25 22:15:17 UTC
now in portage

if you want to learn how to make ebuilds, read our docs, that's what they're for:
http://www.gentoo.org/doc/es/