Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[risolto] emerge media-plugins/avi-xmms-1.2.3
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)
View previous topic :: View next topic  
Author Message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1546
Location: switzerland

PostPosted: Sat Jan 15, 2005 11:38 am    Post subject: [risolto] emerge media-plugins/avi-xmms-1.2.3 Reply with quote

allora inizialmente ho fatto
Code:
# emerge -pv avi-xmms

These are the packages that I would merge, in order:

Calculating dependencies   
!!! All ebuilds that could satisfy "avi-xmms" have been masked.
!!! One of the following masked packages is required to complete your request:
- media-plugins/avi-xmms-1.2.3-r1 (masked by: package.mask, -x86 keyword)
# <seemant@gentoo.org> (22 Apr 2003)
# the package is unmainteained and dead upstream. it will die in portage
# accordingly.

- media-plugins/avi-xmms-1.2.3 (masked by: package.mask)

For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.


quindi

Code:
# echo "media-plugins/avi-xmms-1.2.3" >> /etc/portage/package.unmask

dopo ho ridato un

Code:
# emerge -pv media-plugins/avi-xmms-1.2.3

These are the packages that I would merge, in order:

Calculating dependencies   

!!! Problem in media-plugins/avi-xmms-1.2.3 dependencies.
!!! "Specific key requires an operator (media-plugins/avi-xmms-1.2.3) (try adding an '=')" exceptions


e poi

Code:
#emerge -pv =media-plugins/avi-xmms-1.2.3

These are the packages that I would merge, in order:

Calculating dependencies   

!!! Problem in =media-plugins/avi-xmms-1.2.3 dependencies.
!!! "Specific key requires an operator (media-plugins/avi-xmms-1.2.3) (try adding an '=')" exceptions


come mai non va?

dove sbaglio?

(ho provato anche a mettere =media-plugins/avi-xmms-1.2.3 nel file package.unmask ma non va lo stesso)


Last edited by luna80 on Sat Jan 15, 2005 11:48 am; edited 1 time in total
Back to top
View user's profile Send private message
RedNeckCracker
Tux's lil' helper
Tux's lil' helper


Joined: 27 Oct 2003
Posts: 146
Location: Italy

PostPosted: Sat Jan 15, 2005 11:43 am    Post subject: Reply with quote

errato:
Code:

# echo "media-plugins/avi-xmms-1.2.3" >> /etc/portage/package.unmask


giusto
Code:

# echo "media-plugins/avi-xmms" >> /etc/portage/package.unmask

_________________
Rage powered

http://www.stud.ntnu.no/~shane/stasj/pics/humor/div/faster_bigger.jpg
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1546
Location: switzerland

PostPosted: Sat Jan 15, 2005 11:48 am    Post subject: Reply with quote

ok, grazie!!

Last edited by luna80 on Sat Jan 15, 2005 12:07 pm; edited 2 times in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Sat Jan 15, 2005 12:06 pm    Post subject: Reply with quote

@RedNeckCracker
Non e' proprio cosi' la storia. Puoi mettere due cose in package.unmask
La prima e' come hai indicato tu
Code:
# echo "media-plugins/avi-xmms" >> /etc/portage/package.unmask

la seconda e' come ha fatto luna80 solo che gli mancava un =
Code:
# echo "=media-plugins/avi-xmms-1.2.3" >> /etc/portage/package.unmask


Nel primo caso se esce una nuova versione mascherata la prende come smasherata nel secondo caso no perche' specifichi che e' solo la 1.2.3 da smascherare
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1546
Location: switzerland

PostPosted: Sat Jan 15, 2005 12:09 pm    Post subject: Reply with quote

fedeliallalinea wrote:
@RedNeckCracker
Non e' proprio cosi' la storia. Puoi mettere due cose in package.unmask
La prima e' come hai indicato tu
Code:
# echo "media-plugins/avi-xmms" >> /etc/portage/package.unmask

la seconda e' come ha fatto luna80 solo che gli mancava un =
Code:
# echo "=media-plugins/avi-xmms-1.2.3" >> /etc/portage/package.unmask


Nel primo caso se esce una nuova versione mascherata la prende come smasherata nel secondo caso no perche' specifichi che e' solo la 1.2.3 da smascherare



fedeli: avevo provato a fare anche così ma non andava, dava lo setsso errore,(l'ho scritto sotto nel primo post)

cmq emergendolo mi ha dato un errore con la win32.c (:?: :?: :?: :?: :?: ) poi per finire ho deciso di lasciar peredere e di installarmi un xine o qualcosa di simile, ora mi documento

grazie
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Sat Jan 15, 2005 12:17 pm    Post subject: Reply with quote

@luna80: no tu l'operatore = non lo hai messo in package.unmask l'hai messo quando hai lanciato emerge. se tu metti
Code:
# echo "=media-plugins/avi-xmms-1.2.3" >> /etc/portage/package.unmask

e poi lanci
Code:
# emerge -p avi-xmms

ti accorgerai che va
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1546
Location: switzerland

PostPosted: Sat Jan 15, 2005 12:20 pm    Post subject: Reply with quote

fedeliallalinea wrote:
@luna80: no tu l'operatore = non lo hai messo in package.unmask l'hai messo quando hai lanciato emerge. se tu metti
Code:
# echo "=media-plugins/avi-xmms-1.2.3" >> /etc/portage/package.unmask

e poi lanci
Code:
# emerge -p avi-xmms

ti accorgerai che va


no no ho provato a metterlo anche nel package.unmask (ho fatto entrambe le prove), sono sicura!
ma non andava lo stesso e dava esattamente lo stesso errore.
non so perchè...
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Sat Jan 15, 2005 12:22 pm    Post subject: Reply with quote

@luna80: devi avere sbagliato qualche cosa perche' ho appena provato e funziona
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1546
Location: switzerland

PostPosted: Sat Jan 15, 2005 12:24 pm    Post subject: Reply with quote

fedeliallalinea wrote:
@luna80: devi avere sbagliato qualche cosa perche' ho appena provato e funziona


ora faccio un test e riprovo,...il mio guru di sicuro non sbaglia!!!!
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1546
Location: switzerland

PostPosted: Sat Jan 15, 2005 12:31 pm    Post subject: Reply with quote

infatti....fedeliallalinea non sbaglia mai!

non cosa cosa ho fatto di sbagliato prima ma effettivamente ora ho fatto quando segue e tutto è ok:

Code:
(root)-(dschg, 10 %,0 h 20 m)-(~)->emerge -pv avi-xmms

These are the packages that I would merge, in order:

Calculating dependencies   
!!! All ebuilds that could satisfy "avi-xmms" have been masked.
!!! One of the following masked packages is required to complete your request:
- media-plugins/avi-xmms-1.2.3-r1 (masked by: package.mask, -x86 keyword)
# <seemant@gentoo.org> (22 Apr 2003)
# the package is unmainteained and dead upstream. it will die in portage
# accordingly.

- media-plugins/avi-xmms-1.2.3 (masked by: package.mask)

For more information, see MASKED PACKAGES section in the emerge man page or
section 2.2 "Software Availability" in the Gentoo Handbook.

(root)-(dschg, 10 %,0 h 20 m)-(~)->echo "=media-plugins/avi-xmms-1.2.3" >> /etc/portage/package.unmask

(root)-(dschg, 9 %,0 h 18 m)-(~)->vim /etc/portage/package.unmask
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified


(root)-(dschg, 9 %,0 h 18 m)-(~)->emerge -pv avi-xmms

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] media-plugins/avi-xmms-1.2.3  -debug 0 kB

Total size of downloads: 0 kB
Back to top
View user's profile Send private message
akiross
Veteran
Veteran


Joined: 02 Mar 2003
Posts: 1170
Location: Mostly on google.

PostPosted: Sat Jan 15, 2005 3:04 pm    Post subject: Reply with quote

So che non c'entra molto, ma lo dico comunque: occhio a non abituarvi troppo con XMMS e video: difatti XMMS2 dovra' essere solo audio player, quindi non fateci l'abitudine che se poi si passa al 2 e i video non vanno magari si sclera :P

Per info http://wiki.xmms2.xmms.se/index.php/Main_Page (quasi quasi lo provo... non ho neanche idea se e' usabile!)

Altra cosa: magari vi interessa sapere (se non lo sapete gia) che esiste mplayer plugin per xmms, io difatti posso vedere anche i video, in qualsiasi formato da xmms (ma li vedo con xine che mi piace di piu')

Ciauz!
_________________
Libera scienza in libero stato.
Horizon of Events
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Sat Jan 15, 2005 4:07 pm    Post subject: Reply with quote

E' normale che non riesco a trovare uno screenshot di xmms2?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
akiross
Veteran
Veteran


Joined: 02 Mar 2003
Posts: 1170
Location: Mostly on google.

PostPosted: Sat Jan 15, 2005 4:35 pm    Post subject: Reply with quote

Xmms2 e' un demone. Al massimo trovi qualche screenshot delle GUI che lo controllano (i client)

dai un occhio qui
http://eleusis.f2o.org/projects/xmms2/hax/
http://home.gna.org/garma/shhh/

comunque nella pagina Clients del wiki che ho linkato prima trovi piu' info

ciauz!
_________________
Libera scienza in libero stato.
Horizon of Events
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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