Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107198 - xlightframe-0.1 ebuild (new ebuild)
Summary: xlightframe-0.1 ebuild (new ebuild)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: http://xlightframe.sourceforge.net/
Whiteboard: sunrise suggested
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-09-25 10:26 UTC by Francisco Lloret
Modified: 2018-06-07 18:24 UTC (History)
0 users

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


Attachments
xlightframe-0.1 ebuild (new ebuild) (xlightframe-0.1.ebuild,659 bytes, text/plain)
2005-09-25 10:31 UTC, Francisco Lloret
Details
ebuild update (the first ebuild don't install an useful script that comes with the program) (xlightframe-0.1.ebuild,868 bytes, text/plain)
2005-09-27 08:32 UTC, Francisco Lloret
Details
new ebuild version, comment added to ebuild code (xlightframe-0.1.ebuild,834 bytes, text/plain)
2005-09-29 12:23 UTC, Francisco Lloret
Details
Last ebuild (xlightframe-0.1.ebuild,905 bytes, text/plain)
2006-08-15 02:43 UTC, Francisco Lloret
Details
New ebuild: Dependency added (xlightframe-0.1.ebuild,923 bytes, application/octet-stream)
2006-09-24 03:18 UTC, Francisco Lloret
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Francisco Lloret 2005-09-25 10:26:57 UTC
ebuild for install xLightFrame program in Gentoo.

xLightFrame is a software used to activate and deactivate LightFrame(tm)2 on
Philips computer CRT monitors.
Comment 1 Francisco Lloret 2005-09-25 10:31:13 UTC
Created attachment 69227 [details]
xlightframe-0.1 ebuild (new ebuild)
Comment 2 Francisco Lloret 2005-09-27 08:25:13 UTC
Comment on attachment 69227 [details]
xlightframe-0.1 ebuild (new ebuild)



# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Philips LightFrame2 for X"
HOMEPAGE="http://xlightframe.sourceforge.net"
SRC_URI="mirror://sourceforge/xlightframe/xLightFrame.${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="sys-devel/gcc
		sys-apps/sed
		sys-devel/libtool
		virtual/x11"
RDEPEND="virtual/x11
		 sys-apps/gawk"

S="${WORKDIR}/xLightFrame.${PV}"

inherit flag-o-matic

src_compile() {
	append-ldflags -L/usr/lib/ -lX11 -lXext -lXpm
	econf || die "could not configure"
	emake || die "emake failed"
}

src_install() {
	einstall || die "einstall failed"
	mv src/lfw.sh src/lfw.sh.old
	cat src/lfw.sh.old|sed s/"\/local\/"/"\/"/g >src/lfw.sh
	rm src/lfw.sh.old	
	dobin src/lfw.sh|| die "could not copy lfw.sh"
}
Comment 3 Francisco Lloret 2005-09-27 08:32:17 UTC
Created attachment 69346 [details]
ebuild update (the first ebuild don't install an useful script that comes with the program)

The initial ebuid don't install an useful script that comes with the program.

Installing the program with

./configure
make
make install

also don't install this script (lfw.sh) that is very useful for the use of the
program.

I have updated the ebuid in order to install this script automaticaly.
First, i probed to update the initial ebuild, but it seems that do not work,
and then i create this new attachement.
Comment 4 Francisco Lloret 2005-09-29 12:23:38 UTC
Created attachment 69518 [details]
new ebuild version, comment added to ebuild code

This new ebuild version does the same job that the preceding, but i rewrited it
taking care of some advices from some people, that makes it much more compliant
with recommendations.
Comment 5 Francisco Lloret 2005-09-29 13:13:04 UTC
Comment on attachment 69518 [details]
new ebuild version, comment added to ebuild code

The append-ldflags is needed because configure is broken and doesn't add proper
ldflags.
Comment 6 Francisco Lloret 2006-08-15 02:43:54 UTC
Created attachment 94299 [details]
Last ebuild

After installing this software in my computer, the xlightframe program in working ok in my system. No problems in 10 months.

I don't know why this ebuild isn't added to portage, it works nice (this software needs yoy have a Philips CRT monitor with Ligthframe hardawre connected to your graphics card in order to work).
Comment 7 Francisco Lloret 2006-09-24 03:18:32 UTC
Created attachment 97931 [details]
New ebuild: Dependency added

Added x11-apps/xwininfo dependency.

It is needed with modular X, lfw.sh don't works without it.
Comment 8 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-02-18 04:16:02 UTC
(this is an automated message based on filtering criteria that matched this bug)
'EBUILD' is in the KEYWORDS which should mean that there is a ebuild attached 
to this bug.
This bug is assigned to maintainer-wanted which means that it is not in the 
main tree.

Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Because this is a mass message, we are also asking you to be patient with us. 
We anticipate a large number of requests in a short time. 

Thanks,
On behalf of the Gentoo Sunrise Team,
Jeremy.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq