USA Linux Users Group Forum Index
Log in Register FAQ Memberlist Search USA Linux Users Group Forum Index Album

Aqualung

 
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Audio and Video Applications
View previous topic :: View next topic  
Author Message
Germ
Keeper of the BIG STICK


Joined: 30 Apr 2024
Posts: 12452
Location: Planet Earth

PostPosted: Sat Dec 22, 2024 11:46 pm    Post subject: Aqualung Reply with quote

Quote:
Aqualung is an advanced music player originally targeted at the GNU/Linux operating system, today also running on FreeBSD, OpenBSD and Microsoft Windows. It plays audio CDs, internet radio streams and podcasts as well as soundfiles in just about any audio format and has the feature of inserting no gaps between adjacent tracks.


http://aqualung.sourceforge.net/



_________________
Laptop: Mandriva 2024 PowerPack - 2.6.33.5-0.2mnb
Desktop: Mandriva 2024 Free - kernel 2.6.33.2-1mib
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
tlmiller
Ultimate Member


Joined: 01 May 2024
Posts: 2434
Location: MD, USA

PostPosted: Sun Dec 23, 2024 12:18 am    Post subject: Reply with quote

Sounds pretty good. might have to check it out. Appears they do have a debian package for it...



_________________
Debian Squeeze, Arch, Kubuntu mostly. Some Mandriva. Some Windows.
Desktops: shadowdragon, medusa
Laptops: bluedrake, banelord, sandwyrm, aardvark.
Back to top
View user's profile Send private message AIM Address MSN Messenger
Xeroid
Site Admin


Joined: 19 Apr 2024
Posts: 6456
Location: Georgia

PostPosted: Sun Dec 23, 2024 2:06 am    Post subject: Reply with quote

Aqualung. . . Ha, my first thought was Jethro Tull. Laughing



_________________
Ubuntu 10.04 . . . Kernel-2.6.32-22
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Germ
Keeper of the BIG STICK


Joined: 30 Apr 2024
Posts: 12452
Location: Planet Earth

PostPosted: Sun Dec 23, 2024 2:10 am    Post subject: Reply with quote

yea. me, too. Smile



_________________
Laptop: Mandriva 2024 PowerPack - 2.6.33.5-0.2mnb
Desktop: Mandriva 2024 Free - kernel 2.6.33.2-1mib
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
lynch
Moderator


Joined: 15 Nov 2024
Posts: 2659
Location: The Diamond State

PostPosted: Sun Dec 23, 2024 10:18 am    Post subject: Reply with quote

I thought it was about a new user group....Aqualug! Very Happy Laughing



_________________
Mandriva 2024 Spring -2.6.31.12-server-2mnb
PCLinuxOS 2024 -2.6.26.8.tex3
Back to top
View user's profile Send private message
SteveWilliams
BANNED


Joined: 02 Dec 2024
Posts: 412
Location: Wilmer, Texas

PostPosted: Sun Dec 23, 2024 5:41 pm    Post subject: Jetro Tull Link..... Reply with quote

Xeriod

Nice Jethro Link.

I'm listening to stairway to heaven now.


Steve



_________________
DreamLinux 2.2 MME, 2.2 MMGL, UBUNTU 7.04, UBUNTU 7.10, Debian 4.0, 3.0 Desktop Edition, Mint Linux
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Rootboy
Sr. Member


Joined: 11 Aug 2024
Posts: 1947
Location: Lewisburg, Tennessee

PostPosted: Sun Dec 23, 2024 6:05 pm    Post subject: Reply with quote

Xeroid wrote:
Aqualung. . . Ha, my first thought was Jethro Tull. Laughing


I was wondering if Ian Anderson had joined the forum. Laughing


Back to top
View user's profile Send private message
inactive
Sr. Member


Joined: 29 Aug 2024
Posts: 1207

PostPosted: Sat May 23, 2024 7:28 pm    Post subject: Reply with quote

I know this is an old thread, but I'm trying to compile Aqualung from svn, as Mandriva's Cooker doesn't have it in the repos. This is a pain, and am not sure if there's a package I don't have installed, or if Cooker really isn't up to date with gtk+ (which would be surprising). Here's the code with errors:
Code:
# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for type of build... release
checking for compilation platform... Linux
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for unistd.h... (cached) yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether gcc needs -traditional... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for floor... no
checking for memset... yes
checking for mkdir... yes
checking for strdup... yes
checking for strrchr... yes
checking for strstr... yes
checking for strndup... yes
checking for strcasestr... yes
checking for pkg-config... yes
checking for pthread_create in -lpthread... yes
checking for dlopen in -ldl... yes
checking for gzopen in -lz... yes
checking for BZ2_bzopen in -lbz2... yes
--->checking whether GTK+ version >= 2.6... no
--->configure: error: GTK+ not found or too old (version < 2.6)

Any clue how I could get this to fly?

I'm getting the exact same error with the tarball.

Thanks so much.



_________________
Mandriva 2024.1 PWP
Mandriva Cooker
ArtistX live
Back to top
View user's profile Send private message
melloe
Ultimate Member


Joined: 20 Mar 2024
Posts: 2263
Location: Southern Illinois

PostPosted: Sun May 24, 2024 3:18 am    Post subject: Thanks Reply with quote

Thanks for bringing this back to the fore
clicked on install codec and 26 files downloaded, give password, and it installed, and I get aqualung I had not listened to in 10 years. Brings back some memories.

Nice player



_________________
mell0: 1. Kubuntu, XP, Sabayon 2. Mandriva,Mint, Mephis
Thor: 1. VISTA, Fedora 2. Chakra, Debian
Sam:XP, SuSE Zues: win7, SuSE testing
Back to top
View user's profile Send private message
mmmna
. . . .


Joined: 21 Apr 2024
Posts: 7224

PostPosted: Sun May 24, 2024 3:52 am    Post subject: Reply with quote

DedannaRocks! - I'm the master of understatement, but... which version of GTK+ do you actually have installed?


Back to top
View user's profile Send private message
melloe
Ultimate Member


Joined: 20 Mar 2024
Posts: 2263
Location: Southern Illinois

PostPosted: Sun May 24, 2024 9:28 am    Post subject: Reply with quote

I'm not on that Linux now. Check when I go back

Updating a club box now.

Nice little Antec case, N4 MB, couple gigs of RAM, nvidia PCIe mid high video card, and of course a couple Linux. Ought to sell it, and several of the rest I suppose, but its only an AN2 x2..e.g. old hat now.



_________________
mell0: 1. Kubuntu, XP, Sabayon 2. Mandriva,Mint, Mephis
Thor: 1. VISTA, Fedora 2. Chakra, Debian
Sam:XP, SuSE Zues: win7, SuSE testing
Back to top
View user's profile Send private message
Germ
Keeper of the BIG STICK


Joined: 30 Apr 2024
Posts: 12452
Location: Planet Earth

PostPosted: Sun May 24, 2024 6:51 pm    Post subject: Reply with quote

Code:
--->checking whether GTK+ version >= 2.6... no
--->configure: error: GTK+ not found or too old (version < 2.6)


According to that you need 2.6 or greater. MDV 2024.1 uses 2.16.1 which is probably still the same as cooker.



_________________
Laptop: Mandriva 2024 PowerPack - 2.6.33.5-0.2mnb
Desktop: Mandriva 2024 Free - kernel 2.6.33.2-1mib
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
inactive
Sr. Member


Joined: 29 Aug 2024
Posts: 1207

PostPosted: Sun May 31, 2024 10:07 pm    Post subject: Reply with quote

Nope, that wasn't it. I'm sorry, never got back in here in time to post that I'd resolved it. See here. Thanks anyway!

Only issue I'm having now, is it's not finding or playing mp3s, and I had codecs, etc. pre-installed.



_________________
Mandriva 2024.1 PWP
Mandriva Cooker
ArtistX live
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Audio and Video Applications All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All content © 2024-2009 - Usa Linux Users Group
This forum is powered by phpBB. © 2024-2009 phpBB Group
Theme created by phpBBStyles.com and modified by Crouse