First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 61453
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: media-video herd <media-video@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Pablo Villalba Villar <michokest@terra.es>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 61453 depends on: Show dependency tree
Bug 61453 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-08-23 17:24 0000
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 From solar 2004-08-23 17:43:03 0000 -------
Are you serious?

------- Comment #2 From Pablo Villalba Villar 2004-08-23 17:55:06 0000 -------
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 From Brian Harring 2004-08-23 19:27:53 0000 -------
Err... do not assign non-portage bugs to the portage-devs please.
We already have more then enough bugs :)

------- Comment #4 From SpanKY 2004-08-25 22:15:17 0000 -------
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/

First Last Prev Next    No search results available      Search page      Enter new bug