Pagina 1 di 1

piccolo aiuto per pacchetto .deb

Inviato: dom 25 dic 2005, 13:37
da grendy
Salve a tutti, sono nuovo di questo forum :D
In realtà uso ubuntu come distro.
A me servirebbe il pacchetto di blender presente in questo repository, ma in formato .deb.
Non è che c'è un modo per convertire il pacchetto di slackware in deb?
Oppure dato che a Natale siamo tutti più buoni, non è che chi ha realizzato il pacchetto per slackware, potrebbe realizzarlo anche per debian. :wink:
Sono troppo niubbo per pacchettizzarmelo da solo, ma sono pronto a collaborare.

P.S. ho un amd64

Inviato: dom 25 dic 2005, 13:57
da samiel
Io non so fare i pacchetti .deb
e non amo checkinstall,
ma hai provato con questa utility?

M.

Inviato: dom 25 dic 2005, 14:51
da Paoletta
Non è che c'è un modo per convertire il pacchetto di slackware in deb?
puoi provare ad usare il programma alien;

Inviato: dom 25 dic 2005, 15:21
da gohanz
Purtoppo non ho la minima idea di come sia fatto una pacchetto Deb. :oops:
Però puoi scegliere due soluzioni una è quella di Paoletta. La seconda visto che blender è un binario unico, poi c'è un secondo binario che è il player. Prova a copiarli in una directory del Path. Dovrebbe funzionare l'unico problema è la versione di Pyhton :roll:
Altrimenti installi scons e compili i sorgenti. Basta che dai scons dalla directory dei sorgenti e ti ritrovi i binari :wink:

Inviato: lun 26 dic 2005, 1:14
da Sawk
Quoto Paoletta

Inviato: lun 26 dic 2005, 15:29
da kobaiachi
mi sembra MOLTO strano che nei repository di Ubuntu non sei riuscito a trovare Blender. Ubuntu infatti è la distro con piu pacchetti in assoluto , non è che hai impostato male la lista dei repository di ubuntu (adesso non ricordo esattamente i passi che devi compiere per abilitare i Repository (la ho provata solo per un paio di settimane )) comunque se cerchi in rete dovresti trovare tantissima documentazione.

se hai l'ultima uscita di Linux&co li c'è un interssante articolo su Ubuntu .

ciao

non ti occorre un pacchetto specifico

Inviato: mar 27 dic 2005, 12:02
da antofrage
ciao,
io ho scaricato senza problemi i pakketti deb per blender e ubuntu,
comunque puoi scaricare il file platform indipendent da qui:
http://blender.org/cms/Download.13.0.html

ed eccoti il mio sources.list



## Uncomment the following two lines to fetch updated software from the network
deb http://it.archive.ubuntu.com/ubuntu breezy main restricted
deb-src http://it.archive.ubuntu.com/ubuntu breezy main restricted

## Uncomment the following two lines to fetch major bug fix updates produced
## after the final release of the distribution.
deb http://it.archive.ubuntu.com/ubuntu breezy-updates main restricted
deb-src http://it.archive.ubuntu.com/ubuntu breezy-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://it.archive.ubuntu.com/ubuntu breezy universe
deb-src http://it.archive.ubuntu.com/ubuntu breezy universe

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://it.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse
deb-src http://it.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu breezy-security main restricted
deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted

deb http://security.ubuntu.com/ubuntu breezy-security universe
deb-src http://security.ubuntu.com/ubuntu breezy-security universe



deb http://de.archive.ubuntu.com/ubuntu hoary main restricted universe multiverse
deb-src http://de.archive.ubuntu.com/ubuntu hoary main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ hoary-updates main restricted universe multiverse
deb-src http://de.archive.ubuntu.com/ubuntu hoary-updates main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu hoary-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted universe multiverse

## Backports
deb http://archive.ubuntu.com/ubuntu hoary-backports main restricted universe multiverse

spero ti sia utile

ciao :D