@Persian Prince & audi06_19
thanks a lot
grate work
Posted 4 June 2019 - 15:32
I just published the sources of version 6.0 which isn't ready yet to release but it's an updated version of 5.0: https://github.com/O...PK-Creator-Java
PRs are welcome
Edited by Persian Prince, 4 June 2019 - 15:36.
Open Vision sources: https://github.com/OpenVisionE2
Posted 18 June 2019 - 16:14
Sources: https://github.com/O...PK-Creator-Java
I just attached my latest build (Version 6.0) from the sources which has the new architectures.
No Windows, Linux, macOS binaries and just the jar files (You could open them with JRE 8).
For IPK Feed Generator just place your IPK files beside IPKFeedGenerator.jar then run it, it will create "Package"s and "Packages.gz" for you.
Open Vision sources: https://github.com/OpenVisionE2
Posted 27 February 2020 - 02:22
Hi again.
I have been using my own script for creating a .deb and .ipk installation package at the same time. The packages will be saved in the "/tmp" folder. Of course, they must already be compiled from .py to .pyo files in the plugin folder, which is located on the internal flash drive in the Enigma set-top box.
Maybe this will help new developers.
Attention: I recommend to read the whole script and modify it according to your needs !
Tested on OpenPLi, OpenATV and VTi image.
https://github.com/s...r_ProjectXYZ.sh
Edited by s3n0, 27 February 2020 - 02:24.
Posted 20 March 2023 - 22:30
Hi again.
I have been using my own script for creating a .deb and .ipk installation package at the same time. The packages will be saved in the "/tmp" folder. Of course, they must already be compiled from .py to .pyo files in the plugin folder, which is located on the internal flash drive in the Enigma set-top box.
Maybe this will help new developers.
Attention: I recommend to read the whole script and modify it according to your needs !
Tested on OpenPLi, OpenATV and VTi image.
Hi,
thank you for effort if include instructions how working that's be great
Posted 22 June 2023 - 13:34
Open Vision sources: https://github.com/OpenVisionE2
Posted 19 March 2024 - 20:00
*ipk
for more information type
/usr/bin/ipk-maker -h
*deb
for .deb cd /tmp mkdir -p /package unbuild /tmp/package/any-package_0.1_all.deb dpkg-deb -x *.deb package/ build mkdir -p package/DEBIAN chown -Rh root:root /tmp/package dpkg-deb --build ./package
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Posted 21 March 2024 - 22:02
I give commands like this.
but nothing compiled on this path
/var/volatile/tmp/IPK-BUILD
root@hd51:~# cd /tmp root@hd51:/tmp# ipk-maker make_dir /tmp/IPK-BUILD ipk-maker: command 'make_dir'... ipk-maker: dir "/tmp/IPK-BUILD" create successfully. root@hd51:/tmp# chown -Rh root:root /tmp/IPK-BUILD root@hd51:/tmp# ipk-maker build /tmp/IPK-BUILD ipk-maker: command 'build'... ipk-maker: make control-tarball /tmp/IPK-BUILD/control.tar.gz ... ipk-maker: make data-tarball /tmp/IPK-BUILD/data.tar.gz ... ipk-maker: make marker-file /tmp/IPK-BUILD/debian-binary ... ipk-maker: make ipk-package /tmp/IPK-BUILD/__mipsel.ipk ... ipk-maker: build done. root@hd51:/tmp# ipk-maker build /tmp/IPK-BUILD /tmp/enigma2-plugin-xxxxxx ipk-maker: command 'build'... ipk-maker: make control-tarball /tmp/IPK-BUILD/control.tar.gz ... ipk-maker: make data-tarball /tmp/IPK-BUILD/data.tar.gz ... ipk-maker: make marker-file /tmp/IPK-BUILD/debian-binary ... ipk-maker: make ipk-package /tmp/IPK-BUILD/__mipsel.ipk ... ipk-maker: build done.
Posted 22 March 2024 - 17:10
/tmp/IPK-BUILD/
folder control(need add file control)
folderdata(need add files,e.g. /etc/init.d/softcam.sh)
@Dimitrij;
Unfortunately; I am not advanced user for this matter
Thats why I will be happy if you instruct me detailed commands or files.
e.g;
I installed some plugins from online feed.
So I want to convert it as .ipk or .deb file (for dm920 oe2.5 image)
Posted 23 March 2024 - 08:34
Look for assembly information on the Internet,e.g.https://www.linuxsat...ws-pc-tutorial/
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
0 members, 0 guests, 0 anonymous users