OSCam Easy Build Script (script only!)

juli13

Staff member
Administrator
Messages
10,198
Code:
[B]v.0.8.9f[/B]
- gensaveprio-patch option add on svn-up (thx kpc)

for details : dvbapi remembering ecmpid
Code:
if (p->type!='s') {
char comment[83];
comment[0] = '\0';
uint32_t commentlen=0;
if (p->srvid) {
get_servicename(dvbapi_client, p->srvid, p->caid, comment);
if (strlen(comment) > 10 && !strcmp(comment + 10, "unknown"))
comment[0] = '\0';
}
if (p->provid && !comment[0]) {
get_provider(p->caid, p->provid, comment, commentlen);
if (strlen(comment) > 12 && !strcmp(comment + 12, "unknown"))
comment[0] = '\0';
}
 

kiliantv

Super VIP
Messages
7,057
v.0.9.0

v.0.9.0
- gcc downgrade to "4.5" option on "check packages" add (needed for linux distri like ubu >=11.10 with gcc 4.6!)
- dockstar build V=99 for debug messages on build add
- dockstar build fixxed (checkout only old 28322 rev than it works. we only need the gcc stuff etc.)
 

juli13

Staff member
Administrator
Messages
10,198
v.0.9.2a

- oscam-svn/Makefile.diff add (thats revert alll gfto/maketype stuff from Makefile and build worked as before)
(will be auto patched by "1" oscam-update, y, y,)
 

hilton

Registered
Messages
7,622
v.1.0.0.e
- libusb set to 1.0.9
- readd scsi_dev(sh4) to main setup again (maybe these reacvtivate internal readers please test)
 

baha2

Super VIP
Messages
6,530
Code:
[B]v.1.0.1e[/B]
- update to new oscam/streamboard url
(please start make.sh in new empty folder, otherway it wont work!)

[B]v.1.0.1f[/B]
- add module-cccam.c patch from carlos /timeout reduced from 1000 to 256)

[B][COLOR="Blue"]v.1.0.1g[/COLOR][/B]
- fix libusb dl url (thx lincsat)
(del /Patches/* and start make.sh again)
 

baha2

Super VIP
Messages
6,530
Code:
[B]v.1.0.1h[/B]
- add secure for reverting gfto dangerous "clean rm -rf stuff"

[B]v.1.0.2[/B]
- add /Patches/* autoupdate if something will "*.rej"
(so no need manual del, try 1-y-y till rej gone! can take some time for fixing..)

Thx alborland
 

juli13

Staff member
Administrator
Messages
10,198
v.1.0.2c

- optimized openssl build
- add auto-check if CR-DB2 is selected and not also phoenix/mouse (both must be on for dbox2-mc)
 

baha2

Super VIP
Messages
6,530
Code:
[B]v.1.0.2d[/B]
- fix list_smargo build (can be found in ../BUILD same like oscam-binary

[B]v.1.0.2e[/B]
- fix typo on list_smargo copy
 

juli13

Staff member
Administrator
Messages
10,198
v.1.0.2f

- add for dreambox OE2.0 chain for build
(4-getchains-2: dl oe2.0 y/N? if "y" it will dl OE2.0 chain, otherwise it will dl/use normal-old-OE1.6-chain)
 

baha2

Super VIP
Messages
6,530
Code:
[B]v.1.0.2g[/B]
- add cwc5.patch (thx blaky)
(details see: CSP/CacheEx dynamic wait & CW Cycle Check)
 
Top