Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119353 - xmedcon-0.9.9.0 ebuild
Summary: xmedcon-0.9.9.0 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://xmedcon.sourceforge.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 119355
  Show dependency tree
 
Reported: 2006-01-17 16:54 UTC by Jennifer
Modified: 2018-06-07 18:24 UTC (History)
0 users

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


Attachments
xmedcon-0.9.9.0 ebuild (xmedcon-0.9.9.0.ebuild,1.36 KB, text/plain)
2006-01-17 16:55 UTC, Jennifer
Details
updated xmedcon-0.9.9.0 ebuild (xmedcon-0.9.9.0.ebuild,1.58 KB, text/plain)
2006-02-14 10:45 UTC, Jennifer
Details
xmedcon-0.10.2.ebuild with some minor modifications (xmedcon-0.10.2-r1.ebuild,1.54 KB, text/plain)
2008-01-05 19:26 UTC, Attila Tóth
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jennifer 2006-01-17 16:54:07 UTC
This is an ebuild as posted on the XMedCon website.  An earlier version was submitted as bug# 34975 that was closed, however this project is still active.  I am not a developer of the software, but was given permission to post the ebuild from the website
Comment 1 Jennifer 2006-01-17 16:55:55 UTC
Created attachment 77385 [details]
xmedcon-0.9.9.0 ebuild

I have installed this on an x86 computer with no problems.  I will install it on a AMD64 system in the near future and post the results.
Comment 2 Jennifer 2006-02-06 13:09:30 UTC
(In reply to comment #1)
> Created an attachment (id=77385) [edit]
> xmedcon-0.9.9.0 ebuild
> 
> I have installed this on an x86 computer with no problems.  I will install it
> on a AMD64 system in the near future and post the results.  
> 

This installs just fine on the amd64 I have
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2006-02-12 13:25:31 UTC
- invalid ebuild header
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2006-02-12 13:25:31 UTC
- invalid ebuild header¹
- did you check on all keyworded architectures? and ~arch please
- einstall should be only use if inevitable (speak, retarded install scripts), preferably use  make DESTDIR=${D} install

[1] http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3
Comment 5 Jennifer 2006-02-14 10:45:52 UTC
Created attachment 79786 [details]
updated xmedcon-0.9.9.0 ebuild

Update/fixed build
-fixed header to comply with handbook
-changed arch to ~arch for those arch tested
-changed einstall to make DESTDIR=${D} install || die
Comment 6 Attila Tóth 2006-09-15 04:16:11 UTC
Thank you very much for your contribution, Jeniffer!
I used the ebuild from xmedcon's homepage, which is the same as your except for a simple version bump (0.9.9.3). It works fine for me on x86 hardened.

Regards,
Dw.
Comment 7 Attila Tóth 2008-01-05 19:25:55 UTC
I've made a small modification to xmedcon-0.10.2.ebuild to prevent installing xmedcon.ico and xmedconrc.win32 to /etc. I moved xmedcon.png to /usr/share/pixmaps.

Regards,
Dw.

(In reply to comment #6)
> Thank you very much for your contribution, Jeniffer!
> I used the ebuild from xmedcon's homepage, which is the same as your except for
> a simple version bump (0.9.9.3). It works fine for me on x86 hardened.
> 
> Regards,
> Dw.
> 

Comment 8 Attila Tóth 2008-01-05 19:26:59 UTC
Created attachment 140220 [details]
xmedcon-0.10.2.ebuild with some minor modifications

xmedcon-0.10.2.ebuild with some minor modifications
Comment 9 Ivan Havlicek 2008-04-26 01:26:37 UTC
(In reply to comment #8)
> Created an attachment (id=140220) [edit]
> xmedcon-0.10.2.ebuild with some minor modifications
> 

Hi,

I get your ebuild file as is changing just the ebuild name to reflect the last version (0.10.4). This ebuild is available on :
https://svn.modulix.net/gentoo.modulix.net/trunk/overlay/media-gfx

If you want install this version, try :

1) With layman :
Add to your layman config file : /etc/layman/layman.cfg :

overlays  : http://www.gentoo.org/proj/en/overlays/layman-global.txt
            https://svn.modulix.net/gentoo.modulix.net/trunk/overlay/layman.xml

and add our repository by :

# layman --add modulix

Now you should have that :

# emerge -pv xmedcon
[ebuild   R   ] media-gfx/xmedcon-0.10.4  USE="gtk png" 0 kB [1]
Portage tree and overlays:
 [0] /usr/portage
 [1] /usr/portage/local/layman/modulix



2) With local portage tree :
Depending on the value of the value of PORTDIR_OVERLAY in your /etc/make.conf
file, get the portage tree by :
# cd $PORTDIR_OVERLAY
# svn co https://svn.modulix.net/gentoo.modulix.net/trunk/overlay/media-gfx

Now you should have that :
# emerge -pv xmedcon
[ebuild   R   ] media-gfx/xmedcon-0.10.4  USE="gtk png" 0 kB [1]
Portage tree and overlays:
 [0] /usr/portage
 [1] /usr/local/portage


Thx for your work and best regards.
--
                                   Ivan
Comment 10 kavol 2009-03-30 13:20:42 UTC
(In reply to comment #8)
> Created an attachment (id=140220) [edit]
> xmedcon-0.10.2.ebuild with some minor modifications

after renaming to match the latest version, the commandline medcon works ok for me on amd64, however I am unable to get the GUI - am I missing something? (I have gtk USE flag enabled)