* [Buildroot] svn commit: trunk/buildroot/package/alsamixergui
@ 2008-04-24 13:14 ninevoltz at uclibc.org
2008-04-24 13:34 ` Bernhard Fischer
0 siblings, 1 reply; 6+ messages in thread
From: ninevoltz at uclibc.org @ 2008-04-24 13:14 UTC (permalink / raw)
To: buildroot
Author: ninevoltz
Date: 2008-04-24 06:14:25 -0700 (Thu, 24 Apr 2008)
New Revision: 21831
Log:
small fix for alsamixergui
Modified:
trunk/buildroot/package/alsamixergui/alsamixergui.mk
Changeset:
Modified: trunk/buildroot/package/alsamixergui/alsamixergui.mk
===================================================================
--- trunk/buildroot/package/alsamixergui/alsamixergui.mk 2008-04-24 11:22:06 UTC (rev 21830)
+++ trunk/buildroot/package/alsamixergui/alsamixergui.mk 2008-04-24 13:14:25 UTC (rev 21831)
@@ -10,7 +10,7 @@
ALSAMIXERGUI_INSTALL_STAGING = NO
ALSAMIXERGUI_INSTALL_TARGET = YES
-ALSAMIXERGUI_CONF_OPT = LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/avr32-linux-uclibc/lib -lstdc++"
+ALSAMIXERGUI_CONF_OPT = LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/avr32-linux-uclibc/lib -lstdc++ -lX11"
ALSAMIXERGUI_DEPENDENCIES = uclibc fltk
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/alsamixergui
2008-04-24 13:14 [Buildroot] svn commit: trunk/buildroot/package/alsamixergui ninevoltz at uclibc.org
@ 2008-04-24 13:34 ` Bernhard Fischer
2008-04-24 13:48 ` Peter Korsgaard
2008-04-24 13:53 ` John Voltz
0 siblings, 2 replies; 6+ messages in thread
From: Bernhard Fischer @ 2008-04-24 13:34 UTC (permalink / raw)
To: buildroot
On Thu, Apr 24, 2008 at 06:14:26AM -0700, ninevoltz at uclibc.org wrote:
>Author: ninevoltz
>Date: 2008-04-24 06:14:25 -0700 (Thu, 24 Apr 2008)
>New Revision: 21831
>Modified: trunk/buildroot/package/alsamixergui/alsamixergui.mk
>===================================================================
>--- trunk/buildroot/package/alsamixergui/alsamixergui.mk 2008-04-24 11:22:06 UTC (rev 21830)
>+++ trunk/buildroot/package/alsamixergui/alsamixergui.mk 2008-04-24 13:14:25 UTC (rev 21831)
>@@ -10,7 +10,7 @@
> ALSAMIXERGUI_INSTALL_STAGING = NO
> ALSAMIXERGUI_INSTALL_TARGET = YES
>
>-ALSAMIXERGUI_CONF_OPT = LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/avr32-linux-uclibc/lib -lstdc++"
>+ALSAMIXERGUI_CONF_OPT = LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/avr32-linux-uclibc/lib -lstdc++ -lX11"
>
and why is having "avr32" in there sane?
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/alsamixergui
2008-04-24 13:34 ` Bernhard Fischer
@ 2008-04-24 13:48 ` Peter Korsgaard
2008-04-24 13:53 ` John Voltz
1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2008-04-24 13:48 UTC (permalink / raw)
To: buildroot
>>>>> "Bernhard" == Bernhard Fischer <rep.dot.nop@gmail.com> writes:
Hi,
>> +ALSAMIXERGUI_CONF_OPT = LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/avr32-linux-uclibc/lib -lstdc++ -lX11"
>>
Bernhard> and why is having "avr32" in there sane?
My thoughts exactly.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/alsamixergui
2008-04-24 13:34 ` Bernhard Fischer
2008-04-24 13:48 ` Peter Korsgaard
@ 2008-04-24 13:53 ` John Voltz
1 sibling, 0 replies; 6+ messages in thread
From: John Voltz @ 2008-04-24 13:53 UTC (permalink / raw)
To: buildroot
It's not sane. I will revert it. I honestly don't know why that got put in
there. I'm going to stop now before I do any more damage :-(
John
On Thu, Apr 24, 2008 at 9:34 AM, Bernhard Fischer <rep.dot.nop@gmail.com>
wrote:
> On Thu, Apr 24, 2008 at 06:14:26AM -0700, ninevoltz at uclibc.org wrote:
> >Author: ninevoltz
> >Date: 2008-04-24 06:14:25 -0700 (Thu, 24 Apr 2008)
> >New Revision: 21831
>
> >Modified: trunk/buildroot/package/alsamixergui/alsamixergui.mk
> >===================================================================
> >--- trunk/buildroot/package/alsamixergui/alsamixergui.mk 2008-04-24
> 11:22:06 UTC (rev 21830)
> >+++ trunk/buildroot/package/alsamixergui/alsamixergui.mk 2008-04-24
> 13:14:25 UTC (rev 21831)
> >@@ -10,7 +10,7 @@
> > ALSAMIXERGUI_INSTALL_STAGING = NO
> > ALSAMIXERGUI_INSTALL_TARGET = YES
> >
> >-ALSAMIXERGUI_CONF_OPT = LDFLAGS="-L$(STAGING_DIR)/usr/lib
> -L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/avr32-linux-uclibc/lib -lstdc++"
> >+ALSAMIXERGUI_CONF_OPT = LDFLAGS="-L$(STAGING_DIR)/usr/lib
> -L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/avr32-linux-uclibc/lib -lstdc++
> -lX11"
> >
>
> and why is having "avr32" in there sane?
> _______________________________________________
> buildroot mailing list
> buildroot at uclibc.org
> http://busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://busybox.net/lists/buildroot/attachments/20080424/c61498e6/attachment.htm
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/alsamixergui
@ 2008-04-24 14:26 ninevoltz at uclibc.org
0 siblings, 0 replies; 6+ messages in thread
From: ninevoltz at uclibc.org @ 2008-04-24 14:26 UTC (permalink / raw)
To: buildroot
Author: ninevoltz
Date: 2008-04-24 07:26:48 -0700 (Thu, 24 Apr 2008)
New Revision: 21844
Log:
remove arch specific mistake
Modified:
trunk/buildroot/package/alsamixergui/alsamixergui.mk
Changeset:
Modified: trunk/buildroot/package/alsamixergui/alsamixergui.mk
===================================================================
--- trunk/buildroot/package/alsamixergui/alsamixergui.mk 2008-04-24 14:25:09 UTC (rev 21843)
+++ trunk/buildroot/package/alsamixergui/alsamixergui.mk 2008-04-24 14:26:48 UTC (rev 21844)
@@ -10,7 +10,7 @@
ALSAMIXERGUI_INSTALL_STAGING = NO
ALSAMIXERGUI_INSTALL_TARGET = YES
-ALSAMIXERGUI_CONF_OPT = LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/avr32-linux-uclibc/lib -lstdc++ -lX11"
+ALSAMIXERGUI_CONF_OPT = LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib -lstdc++ -lX11"
ALSAMIXERGUI_DEPENDENCIES = uclibc fltk
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/alsamixergui
@ 2008-08-27 20:19 jacmet at uclibc.org
0 siblings, 0 replies; 6+ messages in thread
From: jacmet at uclibc.org @ 2008-08-27 20:19 UTC (permalink / raw)
To: buildroot
Author: jacmet
Date: 2008-08-27 13:19:34 -0700 (Wed, 27 Aug 2008)
New Revision: 23263
Log:
alsamixergui: fix long help text lines
Select fltk and fix homepage link while we're at it.
Modified:
trunk/buildroot/package/alsamixergui/Config.in
Changeset:
Modified: trunk/buildroot/package/alsamixergui/Config.in
===================================================================
--- trunk/buildroot/package/alsamixergui/Config.in 2008-08-27 20:19:30 UTC (rev 23262)
+++ trunk/buildroot/package/alsamixergui/Config.in 2008-08-27 20:19:34 UTC (rev 23263)
@@ -1,6 +1,7 @@
config BR2_PACKAGE_ALSAMIXERGUI
+ select BR2_PACKAGE_FLTK
bool "alsamixergui"
help
A nice GUI mixer for Alsa using fltk
- http://snapshot.debian.net/archive/2008/03/19/debian/pool/main/a/alsamixergui
+ http://www.iua.upf.es/~mdeboer/projects/alsamixergui/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-08-27 20:19 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-24 13:14 [Buildroot] svn commit: trunk/buildroot/package/alsamixergui ninevoltz at uclibc.org
2008-04-24 13:34 ` Bernhard Fischer
2008-04-24 13:48 ` Peter Korsgaard
2008-04-24 13:53 ` John Voltz
-- strict thread matches above, loose matches on Subject: below --
2008-04-24 14:26 ninevoltz at uclibc.org
2008-08-27 20:19 jacmet at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox