Re: [proaudio] Mixxx-9999 Update, Moved to github |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] Mixxx-9999 Update, Moved to github
- From: Karl Lindén <spray.sucks@xxxxxxxxx>
- Date: Thu, 25 Jul 2013 13:41:10 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Ph5fx/vM2k04jWoNoJ1hvfgUDeI6PD3djH7qRbplP0M=; b=hlqGn+yFPcx99Ohf5KsJgvzHtGHn4vy1NiPJjAFCQ53Em8Rpkpp0DtWkhCove1O1ts iVa5Vecy3EdUk8gFzpVjreAeSWBEU7QocUVc7Fy2CLQjInOy2YNiRZQaTe1PFFfphMlz aG/V8ExahsBnub3KXPbEXsR9vTt3JdbMnfIhqXQOI0T59LBSAuNFuOUWt0E+HcsX/Pkb /HVfr4yPMkSSKBXfc8mOmjDM1ycV9ssYBwvdBN9VqkCJgjS5E6hj/YoQpX753po7nAbq p0HeLsweWiMQ59AsQrY6AdvufEjuQMHvIMHcH8QtTU4MODTbG+9+qpFR8DBdQjHTemYl /YLg==
2013/7/24 Alex Barker <alex@xxxxxxxxxx>:
> Mixxx is now on github. Attached ebuild should take care of it.
>
> Thanks,
> Alex
Hi,
Thanks for the ebuild. However, I would appreciate if you don't use
CRLF line terminators (DOS) because diff is unable to generate a
proper diff between the ebuild in the overlay and the proposed one
without manually converting the proposed ebuild.
I will commit this along with:
* Correction of HOMEPAGE in all mixxx ebuilds. mixxx has moved to www.mixxx.org.
* Correction of the fidlib dependency (which you did in the submitted ebuild).
One part of the diff:
src_install() {
CC="$(tc-getCC)" CXX="$(tc-getCXX)" LINKFLAGS="${LDFLAGS}" \
- LIBPATH="${EPREFIX}/usr/$(get_libdir)" escons install \
- install_root="${ED}"/usr
+ LIBPATH="${EPREFIX}/usr/$(get_libdir)" escons \
+ install_root="${ED}"/usr install
dodoc README Mixxx-Manual.pdf
}
Why are you changing the order? The old order worked.
We have the mixxx-1.11.9999 ebuild which I also believe should be
updated to follow the git repo. Could you create an ebuild for that
one too?
I've found the following contradiction on the homepage:
According to [1] mixxx has not moved to git.
According to [2] mixxx has moved to git.
Could you report that?
[1] http://www.mixxx.org/download/
[2] http://www.mixxx.org/forums/viewtopic.php?f=1&t=5132&p=18721&hilit=git#p18721
Regards,
Karl