Jump to content


Photo

IPK Creator 5.0 + IPK Feed Generator 1.0


  • Please log in to reply
35 replies to this topic

Re: IPK Creator 5.0 + IPK Feed Generator 1.0 #21 gh_n

  • Senior Member
  • 39 posts

0
Neutral

Posted 31 May 2019 - 11:42

@Persian Prince & audi06_19

thanks a lot 

grate work  :thumbs-up:



Re: IPK Creator 5.0 + IPK Feed Generator 1.0 #22 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

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


Re: IPK Creator 5.0 + IPK Feed Generator 1.0 #23 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

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


Re: IPK Creator 5.0 + IPK Feed Generator 1.0 #24 dragos

  • New Member
  • 2 posts

0
Neutral

Posted 17 November 2019 - 08:09

thanks



Re: IPK Creator 5.0 + IPK Feed Generator 1.0 #25 s3n0

  • Senior Member
  • 640 posts

+62
Good

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.


Re: IPK Creator 5.0 + IPK Feed Generator 1.0 #26 littlesat

  • PLi® Core member
  • 56,123 posts

+685
Excellent

Posted 27 February 2020 - 13:23

What would help more is put plugins op eg e2openplugins on GitHub :)

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: IPK Creator 5.0 + IPK Feed Generator 1.0 #27 wald izk

  • New Member
  • 1 posts

0
Neutral

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 :)



Re: IPK Creator 5.0 + IPK Feed Generator 1.0 #28 Persian Prince

  • Senior Member
  • 1,982 posts

+247
Excellent

Posted 22 June 2023 - 13:34

IPK Creator 7.0
 
- Added some missing arm architectures, reported by https://forums.openp...14925-demosat1/ via PM (Please use https://github.com/OpenVisionE2/reports so I get notified faster)
- Cleanup powerpc and aarch64
- Compiled using Oracle JDK 20.x and Apache NetBeans IDE 18
 
No Windows, Linux or macOS binaries, just the jar files.
 
For IPK Feed Generator just place your ipk files beside IPKFeedGenerator.jar then run it, it will create "Packages" and "Packages.gz" for you.

Attached Files


Open Vision sources: https://github.com/OpenVisionE2


Re: IPK Creator 5.0 + IPK Feed Generator 1.0 #29 demosat1

  • Senior Member
  • 363 posts

+6
Neutral

Posted 22 June 2023 - 13:51

Hi,

 

Thanks mate, works perfectly for armv7vehf-neon-vfpv4.

 

Have a good day.



Re: IPK Creator 5.0 + IPK Feed Generator 1.0 #30 Dimitrij

  • PLi® Core member
  • 9,969 posts

+335
Excellent

Posted 18 March 2024 - 14:32

Tell me how to assemble the deb package in Enigma2 yourself?
 
 

 

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: IPK Creator 5.0 + IPK Feed Generator 1.0 #31 Dimitrij

  • PLi® Core member
  • 9,969 posts

+335
Excellent

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

 

 

Attached Files


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: IPK Creator 5.0 + IPK Feed Generator 1.0 #32 kamaxx

  • Senior Member
  • 71 posts

+3
Neutral

Posted 21 March 2024 - 21:41

Hi mates;

 

 

How to import or build any .ipk file that has installed on my receiver (arm cpu) to windows pc?

 

I found many sources on net but ubuntu machines.



Re: IPK Creator 5.0 + IPK Feed Generator 1.0 #33 kamaxx

  • Senior Member
  • 71 posts

+3
Neutral

Posted 21 March 2024 - 22:02

I give commands like this.

but nothing compiled on this path

/var/volatile/tmp/IPK-BUILD

:rolleyes:

 
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.


Re: IPK Creator 5.0 + IPK Feed Generator 1.0 #34 Dimitrij

  • PLi® Core member
  • 9,969 posts

+335
Excellent

Posted 22 March 2024 - 06:13

/tmp/IPK-BUILD/

folder control(need add file control)

folderdata(need add files,e.g. /etc/init.d/softcam.sh)


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: IPK Creator 5.0 + IPK Feed Generator 1.0 #35 kamaxx

  • Senior Member
  • 71 posts

+3
Neutral

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)



Re: IPK Creator 5.0 + IPK Feed Generator 1.0 #36 Dimitrij

  • PLi® Core member
  • 9,969 posts

+335
Excellent

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/Solo 4K



1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users