[ANNOUNCE] VDR developer version 1.3.48

  • immer wieder Sonntags....frisch aus der ML:


    ---snip---


    VDR developer version 1.3.48 is now available at


    ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.3.48.tar.bz2


    A 'diff' against the previous version is available at


    ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.3.47-48.diff



    If there are no more serious bugs, this will become the final version 1.4.0 next weekend :)



    The changes since version 1.3.47:


    - Updated the GPL copies (thanks to Ville Skyttä).
    - Fixed several spelling errors (thanks to Ville Skyttä).
    - Updated the Polish OSD texts (thanks to Jaroslaw Swierczynski).
    - Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
    - Updated the French OSD texts (thanks to Pierre Briec).
    - Updated the Estonian OSD texts (thanks to Arthur Konovalov).
    - Updated the Romanian OSD texts (thanks to Lucian Muresan).
    - Updated the Danish OSD texts (thanks to Mogens Elneff).
    - Updated the Russian OSD texts (thanks to Oleg Roitburd).
    - Updated the Slovenian OSD texts (thanks to Matjaz Thaler).
    - Fixed wrong credits for the patch that was used to implement cPlugin::Active().
    - Simplified the 'grep|awk|sed' command to retrieve the VDR/APIVERSION to a single
    'sed' call.
    - Updated the Swedish OSD texts (thanks to Tomas Prybil).
    - Modified the German OSD texts to be "less technical" (thanks to Andreas Brachold).
    - Extended the version number reported with the '-V' option to also show the
    current APIVERSION (suggested by Thomas Günther).
    - Fixed handling empty titles in cEvent::FixEpgBugs() (reported by Rolf Ahrenberg).
    - Fixed some missing '-' in the German OSD texts (thanks to Walter Koch).
    - Added an error message about plugins that don't honor APIVERSION in their Makefile
    (based on a suggestion by Udo Richter).
    - Fixed a format string in recording.c to avoid a compiler warning on 64bit systems
    (thanks to Christian Wieninger for reporting, and Werner Schweer for pointing out
    that the 'z' modifier should be used here).
    - Ignoring k_Repeat when deciding whether the same key has been pressed in string
    input fields (based on a patch from Marko Mäkelä).


    Have fun!


    Klaus


    ---snap---


    Link: Richtig fragen

  • Zitat

    Original von SvenS
    If there are no more serious bugs, this will become the final version 1.4.0 next weekend :)


    Womit der 1. Mai gerettet wäre und seinem Namen als Tag der Arbeit Ehre machen kann. ;)

    LG
    Jochen


    Rpi4 headless mit MLD 5.4 als Server via satip-Plugin hinter einem Telestar Digibit Twin, ein Rpi3 als Streamdev-Client mit MLD 5.4

    Rpi3 auch hinter Telestar Digibit Twin und mit MLD 5.4

  • Mahlzeit VDRGemeinde :),


    haha gerade den Vorgänger kompiliert und irgendwie roch es nach vdr 1.3.48 ;D .. aber dass vdr 1.4 immer näher rückt , ist ne feine Sache..



    Ich kann mich nur wie immer bedanken !




    I30R6










    VDR











    Hardware : GA-EP35-DS3L, C2Q Q6700 , 3GB DDR2 , Palit GT240, 250GB System & 500GB Video,
    Mystique-CaBix C2,TT Budget C-1501,Airstar 2, Fernbedienung X10
    Software : gen2vdr, Kernel 3.8.10, vdr 2.0.1
    PlugIns : audiorecorder,femon,admin,yacoto..
    Ausgabe: softhddevice

  • Zitat

    Original von wilderigel
    Am 30.4. ver 1.4 am 1.5. start mit 1.5 *gg*


    Eher nicht. Wie die Erfahrung der letzten Stabel Releases gezeigt hat wird noch der ein oder andere Fehler auftauchen, da wird es dann erst mal Bugfix Releases geben. Davon abgesehen gehe ich davon aus, das für die nächste Version evtl. eine Anpassung an die veränderten technischen Gegebenheiten ansteht, FF Karten wie wir sie bisher nutzen werden ja aufgrund Bauteilemangel nicht mehr produziert und nur noch Restbestände abverkauft. Aber Klaus wird uns das sicher wissen lassen :)


    bye
    Sven


    Link: Richtig fragen

  • hmm... was ist den das ?


    Code
    ERROR: plugin yaepg doesn't honor APIVERSION - not compiled!
    
    
    *** plugins without APIVERSION: analogtv avolct burn cdda channelscan console director dvd dvdselect dvdswitch epgsearch graphlcd graphtft mp3 newsticker osdpip osdteletext premiereepg radiolist remote sleeptimer softdevice status streamdev subtitles sysinfo text2skin trayopen tvonscreen vcd vdricq vdrrip weatherng xine yaepg


    vdr 1.3.48 mit BigPatch


    unter vdr 1.3.47 lässt sich alles noch kompilieren !!



    I30R6










    VDR











    Hardware : GA-EP35-DS3L, C2Q Q6700 , 3GB DDR2 , Palit GT240, 250GB System & 500GB Video,
    Mystique-CaBix C2,TT Budget C-1501,Airstar 2, Fernbedienung X10
    Software : gen2vdr, Kernel 3.8.10, vdr 2.0.1
    PlugIns : audiorecorder,femon,admin,yacoto..
    Ausgabe: softhddevice

  • yaVDR 0.3 / Asus AT3IONT-I Deluxe ATOM 330 ION / 4GB RAM / 30GB SSD / Mystique SaTiX-S2 V2 CI Dual / Antec SK 310-150 Mini ITX

    3 Mal editiert, zuletzt von toem ()

  • Das musste ja kommen :D
    Damit werden jetzt die API-Versionen von den VDR-Versionen getrennt, so daß nicht jedesmal alle Plugins neu kompiliert werden müssen, solange sich keine API-Definition ändert.
    Ville Skyttä hat dazu folgenden Lösungsvorschlag in der ML gepostet:


    Zitat

    Plugins that have not been changed to use APIVERSION yet upstream can be
    usually locally updated with something as simple as:

    Code
    $ sed -i -e s/VDRVERSION/APIVERSION/g Makefile

    ...and somewhat off topic, the DVBDIR changes can be done with:

    Code
    $ sed -i -e '/^DVBDIR/d' -e 's|-I$(DVBDIR)/include||' Makefile


    Das muss auf das Makefile jedes Plugins angewendet werden, dann sollte es wieder funktionieren. Mann kann aber auch die kompilierten libvdr-<name>.so.1.3.47 vom VDR 1.3.47 nehmen, denn beim VDR 1.3.48 werden die Plugins alle mit diesem Namen erstellt ;D Habs aber noch nicht selbst ausprobiert.


    FireFly ;D

  • Zitat

    Originally posted by FireFly


    Das muss auf das Makefile jedes Plugins angewendet werden, dann sollte es wieder funktionieren.


    FireFly


    Funktioniert soweit, nur bekomme ich das vcd-plugin nicht durch den Compiler gedreht.


    H: MSI 651p, Celeron 2.4GHz, 512MB, 300GB, DVD, DXR3, TT Budget, CinergyT2, gLCD 128x64, PSOne
    S: SuSE 9.1 Kernel 2.6.21.5 vdr-1.4.6.1 - jumpplay-0.9-1.4.0
    P: cdda-0.1.0 dvd-0.3.6_b03 dxr3-0.2.7 epgsearch-0.9.22 femon-1.1.2 graphlcd-0.1.5 graphtft-0.0.15 mp3/mplayer-0.10.0 osdteletext-0.5.1 radio-0.2.0 streamdev-server-0.3.3-pre3-geni text2skin-1.1-cvs_ext-0.10 vcd-0.7
    A: lirc-0.8.1 noad-0.6.0 nvram-wakeup-0.97 vdradmin-am-3.5.2 vdrsync-0.1.3PRE1 VDRsyncGUI-041222

  • Bei mir hängts erstmal hier:


    vdr1:/usr/local/src/vdr-1.3.48 # make install
    /bin/sh: @noapiv=: command not found
    cp: cannot stat `./PLUGINS/lib/libvdr-*.so.1.3.47': No such file or directory
    make: *** [install-plugins] Error 1
    vdr1:/usr/local/src/vdr-1.3.48 #


    Was ist denn das für ein Fehler???



    Gruß

    MSI K9 Neo V3 | Athlon X2 6000+ | 4GB DDR2 Ram | TT Budget S2-3200 | TT DVB-S Budget S1102 (like Nova) | 400 GB Samsung HD401LJ | DVD-Laufwerk
    Ubuntu 9.10 | VDR 1.7.10 | Nvidia 195.30 | xbmc mit pvr


    ---driver140771---

  • Siehe mailinglist, ist n Bug


  • Hi!


    Zitat

    Original von toem

    Code
    -include $(VDRDIR)/Make.config


    Warum wird das auch rausgenommen? Das hat ja den Nachteil dass man das dann immer eingeben müsste beim kompilieren (zumindest wenn man nur ein einzelnes Plugin kompiliert im Ordner und nicht alle mit "make plugins") oder übersehe ich was.


    Gruß,
    Brougs78

    - -- --- ================================================================ --- -- -
    Antec Fusion, Intel E5200, Asus P5N7A-VM (VDPAU), DD CineS2 v6 + DD DuoFlex CI // yavdr-0.6.1
    - -- --- ================================================================ --- -- -


  • Die Zeile steht so, mit dem Minuszeichen am Anfang, im Makefile. Da wird also nichts entfernt, die gehört da hin!


    Gruß
    Nordlicht


  • Wie kommst Du darauf. (es ist ein Patch)


    Code
    -include $(VDRDIR)/Make.config


    Das wäre, das was Du meinst.


    Code
    --include $(VDRDIR)/Make.config
    ^


    MFG Ronny

  • Geht immer noch nicht :(


    Das Makefile habe ich geändert:



    Habt Ihr einen Tip

    MSI K9 Neo V3 | Athlon X2 6000+ | 4GB DDR2 Ram | TT Budget S2-3200 | TT DVB-S Budget S1102 (like Nova) | 400 GB Samsung HD401LJ | DVD-Laufwerk
    Ubuntu 9.10 | VDR 1.7.10 | Nvidia 195.30 | xbmc mit pvr


    ---driver140771---

  • Hallo und mal wieder Danke an KLS das es so Zielstrebig vorwärts geht.


    Mit dem Tip von Firefly ließen sich alle Plugins die ich nutze kompilieren und VDR sowie die Plugins funktionieren bei einem ersten schnellen Test einwandfrei.

  • Hi,


    Alle die den Bigpatch 1.3.47 anwenden, sollten unbedingt in der config.h noch "#define APIVERSION "1.3.47" gegen "#define APIVERSION "1.3.48" austauschen, sonst wirds lustig....


    cu hanker

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!