Make plugins

Tutto quello che ha a che fare con i plugins.

Moderatori: ragno, tapino, alez, zulu, davidea

Rispondi
fusibile73
Messaggi: 364
Iscritto il: 23 ago 2007, 20:10
Località: /dev/null

Make plugins

Messaggio da fusibile73 »

Dopo aver scompattato un plugin, aver creato il link simbolico alla directory originaria e applicato una patch per vdr-1.4.0, provo a compliare un plugin con i comandi (sono in /vdr/current):
make clean: OK
make plugins clean: OK
make: OK
make plugins: OK

Alla fine ottengo:

*** plugins without APIVERSION: games


*** failed plugins: browser sc text2skin

Per il plugin vecchio games ho fatto allora:
sed -i -e s/VDRVERSION/APIVERSION/g Makefile
come e da guida su http://vdr.spaghettilinux.org/index.php ... ei_plugins

Rifaccio
make clean: OK
make plugins clean:OK
make: OK
make plugins: OK

Alla fine ottengo di nuovo:
*** plugins without APIVERSION: games


*** failed plugins: browser sc text2skin

Ho provato a fare anche:

[root@vdrbox current]# cd PLUGINS/src/games
[root@vdrbox games]# sed -i -e s/VDRVERSION/APIVERSION/g Makefile
[root@vdrbox games]# cd ../../..
[root@vdrbox current]# cd PLUGINS/src/browser
[root@vdrbox browser]# sed -i -e s/VDRVERSION/APIVERSION/g Makefile
[root@vdrbox browser]# cd ../../..
[root@vdrbox current]# cd PLUGINS/src/sc
sc/ sc-0.8.5/ screenshot/ screenshot-0.0.8/
[root@vdrbox current]# cd PLUGINS/src/sc/
[root@vdrbox sc]# sed -i -e s/VDRVERSION/APIVERSION/g Makefile
[root@vdrbox sc]# cd ../../..
[root@vdrbox current]# cd PLUGINS/src/text2skin
[root@vdrbox text2skin]# sed -i -e s/VDRVERSION/APIVERSION/g Makefile
-bash: [root@vdrbox: command not found

Cancellato il plugin text2skin, riprovo e ottengo:
*** plugins without APIVERSION: games


*** failed plugins: browser sc


In cosa sbaglio?
Ciao.
VDRBox HD:
HW: Asus P5N7A-VM (Nvidia 9300) + Intel Core 2 Duo E7500 2,93 Ghz + Kingston 2 Gb 800 Mhz ddr2 + 2X TT S2-3200 + Hauppauge WinTV MiniStick HD + WD Caviar Black 500 GB + WD Caviar Green 2 TB
SW: yaVDR64 0.5.0
Avatar utente
alez
Messaggi: 3074
Iscritto il: 09 mag 2007, 17:11

Re: Make plugins

Messaggio da alez »

Hai provato a modificare manualmente il Makefile sostituendo VDRVERSION con APIVERSION? Alla fine il comando sed fa quello...

Facci sapere ;)
Ciao alez
fusibile73
Messaggi: 364
Iscritto il: 23 ago 2007, 20:10
Località: /dev/null

Re: Make plugins

Messaggio da fusibile73 »

Si', certamente.
Stranamente il risultato, mi sembra di ricordare, era lo stesso.
Riproverò.
VDRBox HD:
HW: Asus P5N7A-VM (Nvidia 9300) + Intel Core 2 Duo E7500 2,93 Ghz + Kingston 2 Gb 800 Mhz ddr2 + 2X TT S2-3200 + Hauppauge WinTV MiniStick HD + WD Caviar Black 500 GB + WD Caviar Green 2 TB
SW: yaVDR64 0.5.0
lukkino
Messaggi: 1086
Iscritto il: 20 gen 2007, 09:49

Re: Make plugins

Messaggio da lukkino »

Perchè hai creato un altro topic per lo stesso argomento che hai postato 3 giorni fà?

http://http://forum.vdr-italia.org/viewtopic.php?t=0

Ciao
VDRBOX: GA-K8NS, AMD Sempron 2600+, Hauppauge Nexus 2.1, LFS
fusibile73
Messaggi: 364
Iscritto il: 23 ago 2007, 20:10
Località: /dev/null

Re: Make plugins

Messaggio da fusibile73 »

Hai completamente ragione.
Ne ho creato un nuovo pensando, nella fretta, che fosse diverso.
Rileggendo, è identico.
Il tred precedente è da cancellare.
VDRBox HD:
HW: Asus P5N7A-VM (Nvidia 9300) + Intel Core 2 Duo E7500 2,93 Ghz + Kingston 2 Gb 800 Mhz ddr2 + 2X TT S2-3200 + Hauppauge WinTV MiniStick HD + WD Caviar Black 500 GB + WD Caviar Green 2 TB
SW: yaVDR64 0.5.0
Rispondi