Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[TIP] Zinf L'alternativa a xmms
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools)
View previous topic :: View next topic  
Author Message
koma
Advocate
Advocate


Joined: 06 Jun 2003
Posts: 2702
Location: Italy

PostPosted: Fri Oct 10, 2003 6:51 pm    Post subject: [TIP] Zinf L'alternativa a xmms Reply with quote

Code:
*  media-sound/zinf
      Latest version available: 2.2.0
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 2,113 kB
      Homepage:    http://www.zinf.org/
      Description: An extremely full-featured mp3/vorbis/cd player with ALSA support, previously called FreeAmp


Buon download =)
_________________
http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Fri Oct 10, 2003 6:54 pm    Post subject: Reply with quote

capiti a fagiolo
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30842
Location: here

PostPosted: Fri Oct 10, 2003 7:07 pm    Post subject: Re: [TIP] Zinf L'alternativa a xmms Reply with quote

koma wrote:
Code:
*  media-sound/zinf
      Latest version available: 2.2.0
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 2,113 kB
      Homepage:    http://www.zinf.org/
      Description: An extremely full-featured mp3/vorbis/cd player with ALSA support, previously called FreeAmp


Buon download =)

L'avevo provato ma non sono restato entusiasmato.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
koma
Advocate
Advocate


Joined: 06 Jun 2003
Posts: 2702
Location: Italy

PostPosted: Fri Oct 10, 2003 9:36 pm    Post subject: Reply with quote

Code:
/arts/include -Wall -march=pentium4 -fomit-frame-pointer -O3 -pipe -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/kde/3.1/include/artsc -I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -D_REENTRANT   -fPIC -c io/arts/src/artspmo.cpp -o io/arts/src/artspmo.o
io/arts/src/artspmo.cpp:35:25: artsc/artsc.h: No such file or directory
In file included from io/arts/src/artspmo.cpp:43:
io/arts/include/artspmo.h:65: 'arts_stream_t' is used as a type, but is not
   defined as a type.
io/arts/src/artspmo.cpp: In constructor `artsPMO::artsPMO(FAContext*)':
io/arts/src/artspmo.cpp:70: `audio_stream' undeclared (first use this function)
io/arts/src/artspmo.cpp:70: (Each undeclared identifier is reported only once
   for each function it appears in.)
io/arts/src/artspmo.cpp: In destructor `virtual artsPMO::~artsPMO()':
io/arts/src/artspmo.cpp:90: `arts_close_stream' undeclared (first use this
   function)
io/arts/src/artspmo.cpp:91: `arts_free' undeclared (first use this function)
io/arts/src/artspmo.cpp: In member function `virtual Error
   artsPMO::Init(OutputInfo*)':
io/arts/src/artspmo.cpp:137: `arts_init' undeclared (first use this function)
io/arts/src/artspmo.cpp:148: `arts_play_stream' undeclared (first use this
   function)
io/arts/src/artspmo.cpp: In member function `void artsPMO::WorkerThread()':
io/arts/src/artspmo.cpp:315: `arts_write' undeclared (first use this function)
make[1]: *** [io/arts/src/artspmo.o] Error 1
rm lmc/xingmp3/src/cwinasm.asm1 lmc/xingmp3/src/cdctasm.asm1 lmc/xingmp3/src/mdctasm.asm1 lmc/xingmp3/src/msisasm.asm1 lmc/xingmp3/src/cwin8asm.asm1
make[1]: Leaving directory `/var/tmp/portage/zinf-2.2.0/work/zinf-2.2.0'
make: *** [plugins-cc] Error 2

!!! ERROR: media-sound/zinf-2.2.0 failed.
!!! Function src_compile, Line 67, Exitcode 2
!!! compile problem :(


Devo avere arts? CaSpio non ricordavo sto particolare. :\
_________________
http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD
Back to top
View user's profile Send private message
yardbird
l33t
l33t


Joined: 20 Apr 2002
Posts: 689
Location: nl.leiden

PostPosted: Fri Oct 10, 2003 11:16 pm    Post subject: Reply with quote

koma wrote:
Code:
/arts/include -Wall -march=pentium4 -fomit-frame-pointer -O3 -pipe -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I/usr/kde/3.1/include/artsc -I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -D_REENTRANT   -fPIC -c io/arts/src/artspmo.cpp -o io/arts/src/artspmo.o
io/arts/src/artspmo.cpp:35:25: artsc/artsc.h: No such file or directory
In file included from io/arts/src/artspmo.cpp:43:
io/arts/include/artspmo.h:65: 'arts_stream_t' is used as a type, but is not
   defined as a type.
io/arts/src/artspmo.cpp: In constructor `artsPMO::artsPMO(FAContext*)':
io/arts/src/artspmo.cpp:70: `audio_stream' undeclared (first use this function)
io/arts/src/artspmo.cpp:70: (Each undeclared identifier is reported only once
   for each function it appears in.)
io/arts/src/artspmo.cpp: In destructor `virtual artsPMO::~artsPMO()':
io/arts/src/artspmo.cpp:90: `arts_close_stream' undeclared (first use this
   function)
io/arts/src/artspmo.cpp:91: `arts_free' undeclared (first use this function)
io/arts/src/artspmo.cpp: In member function `virtual Error
   artsPMO::Init(OutputInfo*)':
io/arts/src/artspmo.cpp:137: `arts_init' undeclared (first use this function)
io/arts/src/artspmo.cpp:148: `arts_play_stream' undeclared (first use this
   function)
io/arts/src/artspmo.cpp: In member function `void artsPMO::WorkerThread()':
io/arts/src/artspmo.cpp:315: `arts_write' undeclared (first use this function)
make[1]: *** [io/arts/src/artspmo.o] Error 1
rm lmc/xingmp3/src/cwinasm.asm1 lmc/xingmp3/src/cdctasm.asm1 lmc/xingmp3/src/mdctasm.asm1 lmc/xingmp3/src/msisasm.asm1 lmc/xingmp3/src/cwin8asm.asm1
make[1]: Leaving directory `/var/tmp/portage/zinf-2.2.0/work/zinf-2.2.0'
make: *** [plugins-cc] Error 2

!!! ERROR: media-sound/zinf-2.2.0 failed.
!!! Function src_compile, Line 67, Exitcode 2
!!! compile problem :(


Devo avere arts? CaSpio non ricordavo sto particolare. :\


Code:
USE="-arts" emerge  zinf
Back to top
View user's profile Send private message
hellraiser
Guru
Guru


Joined: 14 Jun 2003
Posts: 431
Location: Pescara [Italy]

PostPosted: Sat Oct 11, 2003 3:34 pm    Post subject: Reply with quote

già provato....

molto meglio XmmS

ZinF è carino solo perke ha skin molto differenti nella forma...
_________________
Io non sono nessuno...ma nessuno è come me!

"Open Source is a good idea..."
Back to top
View user's profile Send private message
Yans
Apprentice
Apprentice


Joined: 09 Feb 2003
Posts: 171
Location: [TI] Switzerland

PostPosted: Sat Oct 11, 2003 5:04 pm    Post subject: Reply with quote

preferisco ancora xmms ma fa sempre piacere avere delle alternative come ZinF :D
_________________
¿ Which do ARMS obtain, the peace in the future or the nightmare in the past ?
"There are only 10 types of people in the world: Those who understand binary, and those who don't"
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools) 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