Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119354 - Volpack-1.0c4 ebuild
Summary: Volpack-1.0c4 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://amide.sourceforge.net
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 119355
  Show dependency tree
 
Reported: 2006-01-17 16:59 UTC by Jennifer
Modified: 2009-11-23 23:48 UTC (History)
1 user (show)

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


Attachments
volpack-1.0 ebuild (volpack-1.0.ebuild,436 bytes, text/plain)
2006-01-17 16:59 UTC, Jennifer
Details
updated volpack-1.0 ebuild (volpack-1.0.ebuild,412 bytes, text/plain)
2006-02-14 10:50 UTC, Jennifer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jennifer 2006-01-17 16:59:22 UTC
This is a package necessary for installation of AMIDE.  It is a volume rendering library that has install properly on my x86 machine.  I plan to try it on an AMD64 machine soon and will post the results
Comment 1 Jennifer 2006-01-17 16:59:54 UTC
Created attachment 77386 [details]
volpack-1.0 ebuild
Comment 2 Jennifer 2006-02-06 13:10:32 UTC
(In reply to comment #0)
> This is a package necessary for installation of AMIDE.  It is a volume
> rendering library that has install properly on my x86 machine.  I plan to try
> it on an AMD64 machine soon and will post the results
> 

Installs just fine on my amd64 machine
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2006-02-12 13:22:26 UTC
- same issues as in bug 119355
Comment 4 Jennifer 2006-02-14 10:50:32 UTC
Created attachment 79787 [details]
updated volpack-1.0 ebuild

Update ebuild
-removed src_compile() section
-added ~arch rather then arch
-changed einstall to make DESTDIR=${D} install || die
Comment 5 Attila Tóth 2006-09-15 04:13:02 UTC
Thank you very much for your contribution, Jennifer!
The ebuild works fine for me on x86 hardened.

Regards,
Dw.
Comment 6 Ivan Havlicek 2008-04-26 01:04:37 UTC
(In reply to comment #4)
> Created an attachment (id=79787) [edit]
> updated volpack-1.0 ebuild

Hi,

I've modified your ebuild file to get the last version (1.0c5) and store it on our server.

From now, there's ebuild+patch available on :
https://svn.modulix.net/gentoo.modulix.net/trunk/overlay/media-libs

If you want install this version :

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 volpack
[ebuild   R   ] media-libs/volpack-1.0-r5  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-libs

Now you should have that :

# emerge -pv volpack
[ebuild   R   ] media-libs/volpack-1.0-r5  0 kB [1]
Portage tree and overlays:
 [0] /usr/portage
 [1] /usr/local/portage


Thx for your work and best regards.
--
                                   Ivan
Comment 7 Sébastien Fabbro (RETIRED) gentoo-dev 2009-11-23 23:48:37 UTC
Now in main portage tree.
thanks!