Make plugins
Inviato: 27 nov 2007, 14:06
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.
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.