Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
First stable version using the GTK 2 interface.
Just rename the 1.99.13 ebuild to 2.0 - it works, I've just tested it on my ~amd64 system.
Created an attachment (id=111712) [details] easytag-2.0.ebuild Renaming kind of works but is invalid. - There is no --enable/--disable-nls - gettext dep was missing - econf allready has die from portage (see ebuild.sh) - use emake DESTDIR="${D}" install for installing instead of einstall.. And some minor cleanups. Anyway, here is a working and hopefully correct ebuild.
(In reply to comment #2) > use emake DESTDIR="${D}" install for installing instead of einstall.. Why?
Btw, dodoc: NEWS does not exist
(In reply to comment #3) > (In reply to comment #2) > > use emake DESTDIR="${D}" install for installing instead of einstall.. > > Why? > DESTDIR is an automake variable to set prefix for installed files. So if Makefile.am supports it, it should be used. einstall is only for those packages not respecting DESTDIR. Read http://www.gnu.org/software/automake/manual/html_mono/automake.html#Install for starters.
Samuli, do you use this program? I use it, but very little, so if you're a more qualified maintainer for it, you can have it. At any rate, feel free to commit your ebuild and close this bug. I'm on vacation for a bit, so I won't be able to get to this right away.
(In reply to comment #4) > Btw, > dodoc: NEWS does not exist > Noted, thanks..
(In reply to comment #6) > Samuli, do you use this program? I use it, but very little, so if you're a > more qualified maintainer for it, you can have it. At any rate, feel free to > commit your ebuild and close this bug. I'm on vacation for a bit, so I won't > be able to get to this right away. > All done.