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: Sun, 28 Jul 2013 11:11:05 +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:content-transfer-encoding; bh=K8RmOwtXczoUC0b9IaZL1on9bmLutWacFOPt/iinnAU=; b=UGe2m3fXzJcZdDwFPyA26RumDu+vLtrHhboIqLol+Ksene1oE/K1TR0thURI0bwdrJ XrC4itPnalIz9Nkoqg85ClQE2JyxeA2RhMNCOBbcymfyYYZ7NnBw2Xvxab3Ely/UYL9L M1S1IDUXH29pALhKtf+o5QD8z0+IpWCqt8klQ9vDzTKJ3V9hCY4jE+2fKvNgO+5ey5RH wUkTVNMYmcXHEOsOu4KvXp/GMN6geztAVWxOBxJqHK0vQcZhLRU567AWK4uJVPef69hJ 2XfNrmrmYExFKsRL9MWRRM/KsVlM+SqGruKun2fNwGZVcV8PykGSsO6NDZnoFae30Tki U5Ng==
Great, keep me updated and I will commit it when they are done
migrating. Thanks!
Regards,
Karl
2013/7/28 Alex Barker <alex@xxxxxxxxxx>:
> Hey Karl,
>
> Sorry about the dos line endings, not sure what happened with that. The
> upstream trunk was moved to git, however, the 1.11 trunk is still using bzr
> due to some build server issues. When they finish moving the source over I
> will submit an updated ebuild.
>
> Thanks,
> Alex
>
>
> On 07/25/2013 04:41 AM, Karl Lindén wrote:
>>
>> 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
>>
>>
>
>
>