mumble Server neuer als 1.2.4 einsetzen

Heute ist Stammtischzeit:
Jeden Donnerstag 20:30 Uhr hier im Chat.
Wer Lust hat, kann sich gerne beteiligen. ;)
  • Hallo Community,
    ich betreibe hier auf einem B Modell einen VoIP Server. Ich setzt dafür mumble ein. Bin soweit zufrieden nur habe ich ein Problem das offenbar das mumble was die Version angeht, bei 1.2.4 stehengeblieben ist. Gibt es nun eine Möglichkeit doch immer regelmäßig die neueste Version auf dem pi nutzen zu können.


  • Gibt es nun eine Möglichkeit doch immer regelmäßig die neueste Version auf dem pi nutzen zu können.

    Ja, in dem Du aus dem source code, für deinen PI kompilierst.

    The most popular websites without IPv6 in Germany.  IPv6-Ausreden

    Meine PIs

    PI4B/8GB (border device) OpenBSD 7.4 (64bit): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server

    PI3B+ FreeBSD 14.0-R-p3 (arm64): SSH-Serv., WireGuard-Serv., ircd-hybrid-Serv., stunnel-Proxy, Mumble-Serv., ddclient

    PI4B/4GB Bullseye-lite (64bit; modifiziert): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server, botamusique, ample


  • ... ein aktuelle Anleitung, möglichst auf deutsch.

    Es gibt ein Wiki, ... aber nur auf englisch. Z. B.: http://wiki.mumble.info/wiki/BuildingLinux

    The most popular websites without IPv6 in Germany.  IPv6-Ausreden

    Meine PIs

    PI4B/8GB (border device) OpenBSD 7.4 (64bit): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server

    PI3B+ FreeBSD 14.0-R-p3 (arm64): SSH-Serv., WireGuard-Serv., ircd-hybrid-Serv., stunnel-Proxy, Mumble-Serv., ddclient

    PI4B/4GB Bullseye-lite (64bit; modifiziert): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server, botamusique, ample

  • Also ich kann nun nach Punkt 1.0, 1.1, und 2 zuerst auf einem debian/ubuntu system erst das Notwendige installieren um dann mit dem Komplilieren loszulegen. Was für erweiterte Kenntnisse sollte man noch hierfür zuvor haben.

    Einmal editiert, zuletzt von Subfolder (20. Mai 2016 um 21:40)


  • ... zuerst auf einem debian/ubuntu system erst das Notwendige installieren ...

    D. h. Du willst crosscompilieren? Ob Du dafür das Notwendige findest/bekommst weiß ich nicht.

    Evtl. direkt auf deinem PI versuchen.

    Siehe im Wiki:

    Code
    qmake -recursive main.pro CONFIG+=no-client
    make

    The most popular websites without IPv6 in Germany.  IPv6-Ausreden

    Meine PIs

    PI4B/8GB (border device) OpenBSD 7.4 (64bit): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server

    PI3B+ FreeBSD 14.0-R-p3 (arm64): SSH-Serv., WireGuard-Serv., ircd-hybrid-Serv., stunnel-Proxy, Mumble-Serv., ddclient

    PI4B/4GB Bullseye-lite (64bit; modifiziert): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server, botamusique, ample

  • Es gibt ein Wiki, ... aber nur auf englisch. Z. B.: http://wiki.mumble.info/wiki/BuildingLinux

    D. h. Du willst crosscompilieren? Ob Du dafür das Notwendige findest/bekommst weiß ich nicht.

    Evtl. direkt auf deinem PI versuchen.

    Siehe im Wiki:

    Code
    qmake -recursive main.pro CONFIG+=no-client
    make

    Brauch man nicht für das Komplieren potente Hardware, defacto also etwas was der (mein) pi nicht ist. Versteh mich nicht falsch, ich habe kein Problem mein pi mal 24h nicht anzusprechen weil er gerade am kompilieren ist, aber wenn es darüber deutlich hinausgeht...
    Gibt ein sowas wie eine Faustregel über die voraussichtliche Dauer eine Kompilier Vorganges.

    Einmal editiert, zuletzt von Subfolder (20. Mai 2016 um 21:52)


  • Brauch man nicht für das Komplieren potente Hardware, defacto also etwas was der (mein) pi nicht ist. Versteh mich nicht falsch, ich habe kein Problem mein pi mal 24h nicht anzusprechen weil er gerade am kompilieren ist, aber wenn es darüber deutlich hinausgeht...
    Gibt ein sowas wie eine Faustregel über die voraussichtliche Dauer eine Kompilier Vorganges.

    Naja, je potenter die Hardware, umso besser. Ich denke nicht, dass das compilieren von mumble ein Problem für den PI ist.

    Andererseits, wenn Du das regelmäßig machen willst, könntest Du die build-time-Abhängigkeiten auf deinen PI installieren bzw. diese zu einem debian/Ubuntu-system mounten und dann dort crosscompilieren.

    The most popular websites without IPv6 in Germany.  IPv6-Ausreden

    Meine PIs

    PI4B/8GB (border device) OpenBSD 7.4 (64bit): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server

    PI3B+ FreeBSD 14.0-R-p3 (arm64): SSH-Serv., WireGuard-Serv., ircd-hybrid-Serv., stunnel-Proxy, Mumble-Serv., ddclient

    PI4B/4GB Bullseye-lite (64bit; modifiziert): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server, botamusique, ample

  • rpi444
    "build-time-Abhängigkeiten"? Hört sich nach einem komplett neuem Thema an. Mir würde erst mal reichen wenn ich von der aktuell letzten die in den Pi Reps angeboten Version von weg komme.


  • "build-time-Abhängigkeiten"? Hört sich nach einem komplett neuem Thema an.

    Nein, das sind die dev-packages, die im Wiki empfohlen werden. Ob Du für den mumble-Server (d. h. ohne Client) alles brauchst, weiß ich nicht.

    Im spoiler die Ausgabe einer Simulation (betr. die Installation dieser dev-packages) auf meinem PI:

    Spoiler anzeigen


    pi@raspberrypi:~ $ apt-get -s install build-essential pkg-config qt4-dev-tools libqt4-dev libspeex1 libspeex-dev libboost-dev libasound2-dev libssl-dev g++ libspeechd-dev libzeroc-ice-dev ice-slice libpulse-dev slice2cpp libcap-dev libspeexdsp-dev libprotobuf-dev protobuf-compiler libogg-dev libavahi-compat-libdnssd-dev libsndfile1-dev libg15daemon-client-dev libxi-dev
    NOTE: This is only a simulation!
    apt-get needs root privileges for real execution.
    Keep also in mind that locking is deactivated,
    so don't depend on the relevance to the real current situation!
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Note, selecting 'libzeroc-ice35-dev' instead of 'libzeroc-ice-dev'
    Note, selecting 'ice35-slice' instead of 'ice-slice'
    Note, selecting 'ice35-translators' instead of 'slice2cpp'
    build-essential is already the newest version.
    g++ is already the newest version.
    g++ set to manually installed.
    pkg-config is already the newest version.
    The following extra packages will be installed:
    avahi-daemon dh-python fontconfig fontconfig-config fonts-dejavu-core gstreamer1.0-plugins-base ice35-services icebox iso-codes
    javascript-common libasound2 libasound2-data libasyncns0 libaudio2 libavahi-client-dev libavahi-client3 libavahi-common-data
    libavahi-common-dev libavahi-common3 libavahi-compat-libdnssd1 libavahi-core7 libboost1.55-dev libcdparanoia0 libcups2 libdaemon0
    libdb5.3++ libdbus-1-dev libdrm-amdgpu1 libdrm-dev libdrm-exynos1 libdrm-freedreno1 libdrm-nouveau2 libdrm-omap1 libdrm-radeon1
    libdrm-tegra0 libelf1 libelfg0 libflac-dev libflac8 libfontconfig1 libfreetype6 libfreeze35 libg15-1 libg15daemon-client1 libg15render1
    libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx libglacier2-35 libglapi-mesa libglib2.0-bin libglib2.0-dev libglu1-mesa libglu1-mesa-dev
    libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libice6 libicebox35 libicedb35 libicegrid35 libicepatch2-35 libicessl35 libicestorm35
    libiceutil35 libicexml35 libjbig0 libjpeg8 libjs-jquery liblcms2-2 libllvm3.7 libltdl7 libmcpp0 libmng1 libmpdec2 libmysqlclient18
    libnss-mdns libogg0 libonig2 liborc-0.4-0 libpcre3-dev libpcrecpp0 libprotobuf-lite9 libprotobuf9 libprotoc9 libpthread-stubs0-dev
    libpulse-mainloop-glib0 libpulse0 libpython3-stdlib libpython3.4-minimal libpython3.4-stdlib libqdbm14 libqt4-dbus libqt4-declarative
    libqt4-designer libqt4-dev-bin libqt4-help libqt4-network libqt4-opengl libqt4-opengl-dev libqt4-qt3support libqt4-script
    libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-sql-sqlite libqt4-svg libqt4-test libqt4-xml libqt4-xmlpatterns libqtcore4
    libqtdbus4 libqtgui4 libqtwebkit-dev libqtwebkit4 libreadline5 libruby2.1 libslice35 libsm6 libsndfile1 libspeechd2 libspeexdsp1
    libssl-doc libtheora0 libtiff5 libtxc-dxtn-s2tc0 libvisual-0.4-0 libvisual-0.4-plugins libvorbis-dev libvorbis0a libvorbisenc2
    libvorbisfile3 libx11-6 libx11-data libx11-dev libx11-doc libx11-xcb-dev libx11-xcb1 libxau-dev libxau6 libxcb-dri2-0 libxcb-dri2-0-dev
    libxcb-dri3-0 libxcb-dri3-dev libxcb-glx0 libxcb-glx0-dev libxcb-present-dev libxcb-present0 libxcb-randr0 libxcb-randr0-dev
    libxcb-render0 libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-sync-dev libxcb-sync1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb1
    libxcb1-dev libxdamage-dev libxdamage1 libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes-dev libxfixes3 libxi6 libxrender1
    libxshmfence-dev libxshmfence1 libxt6 libxtst6 libxxf86vm-dev libxxf86vm1 libyaml-0-2 libzeroc-ice35 libzeroc-ice35-dbg mesa-common-dev
    mysql-common php-zeroc-ice php5-cli php5-common php5-json php5-readline python-zeroc-ice python3 python3-minimal python3-zeroc-ice
    python3.4 python3.4-minimal qdbus qt4-designer qt4-doc qt4-linguist-tools qt4-qmake qtchooser qtcore4-l10n ruby ruby-zeroc-ice ruby2.1
    rubygems-integration x11-common x11proto-core-dev x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev
    x11proto-input-dev x11proto-kb-dev x11proto-xext-dev x11proto-xf86vidmode-dev xorg-sgml-doctools xtrans-dev zlib1g-dev
    Suggested packages:
    avahi-autoipd gvfs isoquery apache2 lighttpd httpd libasound2-plugins alsa-utils libasound2-doc nas libboost-doc libboost1.55-doc
    libboost-atomic1.55-dev libboost-chrono1.55-dev libboost-context1.55-dev libboost-coroutine1.55-dev libboost-date-time1.55-dev
    libboost-exception1.55-dev libboost-filesystem1.55-dev libboost-graph1.55-dev libboost-graph-parallel1.55-dev libboost-iostreams1.55-dev
    libboost-locale1.55-dev libboost-log1.55-dev libboost-math1.55-dev libboost-mpi1.55-dev libboost-mpi-python1.55-dev
    libboost-program-options1.55-dev libboost-python1.55-dev libboost-random1.55-dev libboost-regex1.55-dev libboost-serialization1.55-dev
    libboost-signals1.55-dev libboost-system1.55-dev libboost-test1.55-dev libboost-thread1.55-dev libboost-timer1.55-dev
    libboost-wave1.55-dev libboost1.55-tools-dev libmpfrc++-dev libntl-dev cups-common libglib2.0-doc gstreamer-codec-install
    gnome-codec-install gstreamer1.0-tools liblcms2-utils pulseaudio libqt4-declarative-folderlistmodel libqt4-declarative-gestures
    libqt4-declarative-particles libqt4-declarative-shaders qt4-qmlviewer firebird-dev libmysqlclient-dev libpq-dev libsqlite0-dev
    libsqlite3-dev unixodbc-dev libthai0 qt4-qtconfig speech-dispatcher speex libxcb-doc libxext-doc php-pear php5-user-cache python3-doc
    python3-tk python3-venv python3.4-venv python3.4-doc binfmt-support qt4-doc-html ri ruby-dev bundler
    The following NEW packages will be installed:
    avahi-daemon dh-python fontconfig fontconfig-config fonts-dejavu-core gstreamer1.0-plugins-base ice35-services ice35-slice
    ice35-translators icebox iso-codes javascript-common libasound2 libasound2-data libasound2-dev libasyncns0 libaudio2 libavahi-client-dev
    libavahi-client3 libavahi-common-data libavahi-common-dev libavahi-common3 libavahi-compat-libdnssd-dev libavahi-compat-libdnssd1
    libavahi-core7 libboost-dev libboost1.55-dev libcap-dev libcdparanoia0 libcups2 libdaemon0 libdb5.3++ libdbus-1-dev libdrm-amdgpu1
    libdrm-dev libdrm-exynos1 libdrm-freedreno1 libdrm-nouveau2 libdrm-omap1 libdrm-radeon1 libdrm-tegra0 libelf1 libelfg0 libflac-dev
    libflac8 libfontconfig1 libfreetype6 libfreeze35 libg15-1 libg15daemon-client-dev libg15daemon-client1 libg15render1 libgl1-mesa-dev
    libgl1-mesa-dri libgl1-mesa-glx libglacier2-35 libglapi-mesa libglib2.0-bin libglib2.0-dev libglu1-mesa libglu1-mesa-dev
    libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libice6 libicebox35 libicedb35 libicegrid35 libicepatch2-35 libicessl35 libicestorm35
    libiceutil35 libicexml35 libjbig0 libjpeg8 libjs-jquery liblcms2-2 libllvm3.7 libltdl7 libmcpp0 libmng1 libmpdec2 libmysqlclient18
    libnss-mdns libogg-dev libogg0 libonig2 liborc-0.4-0 libpcre3-dev libpcrecpp0 libprotobuf-dev libprotobuf-lite9 libprotobuf9 libprotoc9
    libpthread-stubs0-dev libpulse-dev libpulse-mainloop-glib0 libpulse0 libpython3-stdlib libpython3.4-minimal libpython3.4-stdlib libqdbm14
    libqt4-dbus libqt4-declarative libqt4-designer libqt4-dev libqt4-dev-bin libqt4-help libqt4-network libqt4-opengl libqt4-opengl-dev
    libqt4-qt3support libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-mysql libqt4-sql-sqlite libqt4-svg libqt4-test libqt4-xml
    libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libqtwebkit-dev libqtwebkit4 libreadline5 libruby2.1 libslice35 libsm6 libsndfile1
    libsndfile1-dev libspeechd-dev libspeechd2 libspeex-dev libspeex1 libspeexdsp-dev libspeexdsp1 libssl-dev libssl-doc libtheora0 libtiff5
    libtxc-dxtn-s2tc0 libvisual-0.4-0 libvisual-0.4-plugins libvorbis-dev libvorbis0a libvorbisenc2 libvorbisfile3 libx11-6 libx11-data
    libx11-dev libx11-doc libx11-xcb-dev libx11-xcb1 libxau-dev libxau6 libxcb-dri2-0 libxcb-dri2-0-dev libxcb-dri3-0 libxcb-dri3-dev
    libxcb-glx0 libxcb-glx0-dev libxcb-present-dev libxcb-present0 libxcb-randr0 libxcb-randr0-dev libxcb-render0 libxcb-render0-dev
    libxcb-shape0 libxcb-shape0-dev libxcb-sync-dev libxcb-sync1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb1 libxcb1-dev libxdamage-dev
    libxdamage1 libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes-dev libxfixes3 libxi-dev libxi6 libxrender1 libxshmfence-dev
    libxshmfence1 libxt6 libxtst6 libxxf86vm-dev libxxf86vm1 libyaml-0-2 libzeroc-ice35 libzeroc-ice35-dbg libzeroc-ice35-dev mesa-common-dev
    mysql-common php-zeroc-ice php5-cli php5-common php5-json php5-readline protobuf-compiler python-zeroc-ice python3 python3-minimal
    python3-zeroc-ice python3.4 python3.4-minimal qdbus qt4-designer qt4-dev-tools qt4-doc qt4-linguist-tools qt4-qmake qtchooser
    qtcore4-l10n ruby ruby-zeroc-ice ruby2.1 rubygems-integration x11-common x11proto-core-dev x11proto-damage-dev x11proto-dri2-dev
    x11proto-fixes-dev x11proto-gl-dev x11proto-input-dev x11proto-kb-dev x11proto-xext-dev x11proto-xf86vidmode-dev xorg-sgml-doctools
    xtrans-dev zlib1g-dev
    0 upgraded, 236 newly installed, 0 to remove and 0 not upgraded.
    Inst libfreetype6 (2.6-2rpi1rpi1g Raspberry Pi Foundation:stable [armhf])
    Inst fonts-dejavu-core (2.34-1 Raspbian:stable [all])
    Inst fontconfig-config (2.11.0-6.3 Raspbian:stable [all])
    Inst libfontconfig1 (2.11.0-6.3 Raspbian:stable [armhf])
    Inst fontconfig (2.11.0-6.3 Raspbian:stable [armhf])
    Inst libasound2-data (1.0.28-1+rpi1 Raspberry Pi Foundation:stable [all])
    Inst libasound2 (1.0.28-1+rpi1 Raspberry Pi Foundation:stable [armhf])
    Inst libasyncns0 (0.8-5 Raspbian:stable [armhf])
    Inst libxau6 (1:1.0.8-1 Raspbian:stable [armhf])
    Inst x11-common (1:7.7+7 Raspbian:stable [all])
    Inst libice6 (2:1.0.9-1 Raspbian:stable [armhf])
    Inst libsm6 (2:1.2.2-1 Raspbian:stable [armhf])
    Inst libxdmcp6 (1:1.1.1-1 Raspbian:stable [armhf])
    Inst libxcb1 (1.10-3 Raspbian:stable [armhf])
    Inst libx11-data (2:1.6.2-3 Raspbian:stable [all])
    Inst libx11-6 (2:1.6.2-3 Raspbian:stable [armhf])
    Inst libxt6 (1:1.1.4-1 Raspbian:stable [armhf])
    Inst libaudio2 (1.9.4-3 Raspbian:stable [armhf])
    Inst libavahi-common-data (0.6.31-5 Raspbian:stable [armhf])
    Inst libavahi-common3 (0.6.31-5 Raspbian:stable [armhf])
    Inst libavahi-client3 (0.6.31-5 Raspbian:stable [armhf])
    Inst libavahi-compat-libdnssd1 (0.6.31-5 Raspbian:stable [armhf])
    Inst libavahi-core7 (0.6.31-5 Raspbian:stable [armhf])
    Inst libcdparanoia0 (3.10.2+debian-11 Raspbian:stable [armhf])
    Inst libcups2 (1.7.5-11+deb8u1 Raspbian:stable [armhf])
    Inst libdaemon0 (0.14-6 Raspbian:stable [armhf])
    Inst libdb5.3++ (5.3.28-9 Raspbian:stable [armhf])
    Inst libdrm-amdgpu1 (2.4.65-3~bpo8+1 Raspberry Pi Foundation:stable [armhf])
    Inst libdrm-exynos1 (2.4.65-3~bpo8+1 Raspberry Pi Foundation:stable [armhf])
    Inst libdrm-freedreno1 (2.4.65-3~bpo8+1 Raspberry Pi Foundation:stable [armhf])
    Inst libdrm-nouveau2 (2.4.65-3~bpo8+1 Raspberry Pi Foundation:stable [armhf])
    Inst libdrm-omap1 (2.4.65-3~bpo8+1 Raspberry Pi Foundation:stable [armhf])
    Inst libdrm-radeon1 (2.4.65-3~bpo8+1 Raspberry Pi Foundation:stable [armhf])
    Inst libdrm-tegra0 (2.4.65-3~bpo8+1 Raspberry Pi Foundation:stable [armhf])
    Inst libelf1 (0.159-4.2 Raspbian:stable [armhf])
    Inst libelfg0 (0.8.13-5 Raspbian:stable [armhf])
    Inst libogg0 (1.3.2-1 Raspbian:stable [armhf])
    Inst libflac8 (1.3.0-3 Raspbian:stable [armhf])
    Inst libiceutil35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Inst libzeroc-ice35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Inst libfreeze35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Inst libllvm3.7 (1:3.7-4~bpo8+1 Raspberry Pi Foundation:stable [armhf])
    Inst libgl1-mesa-dri (11.1.0-1+rpi1 Raspberry Pi Foundation:stable [armhf])
    Inst libglapi-mesa (11.1.0-1+rpi1 Raspberry Pi Foundation:stable [armhf])
    Inst libx11-xcb1 (2:1.6.2-3 Raspbian:stable [armhf])
    Inst libxcb-dri2-0 (1.10-3 Raspbian:stable [armhf])
    Inst libxcb-dri3-0 (1.10-3 Raspbian:stable [armhf])
    Inst libxcb-glx0 (1.10-3 Raspbian:stable [armhf])
    Inst libxcb-present0 (1.10-3 Raspbian:stable [armhf])
    Inst libxcb-sync1 (1.10-3 Raspbian:stable [armhf])
    Inst libxfixes3 (1:5.0.1-2 Raspbian:stable [armhf])
    Inst libxdamage1 (1:1.1.4-2 Raspbian:stable [armhf])
    Inst libxext6 (2:1.3.3-1 Raspbian:stable [armhf])
    Inst libxshmfence1 (1.1-4+rpi1 Raspbian:stable [armhf])
    Inst libxxf86vm1 (1:1.1.3-1 Raspbian:stable [armhf])
    Inst libgl1-mesa-glx (11.1.0-1+rpi1 Raspberry Pi Foundation:stable [armhf])
    Inst libglacier2-35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Inst libglu1-mesa (9.0.0-2 Raspbian:stable [armhf])
    Inst libgstreamer1.0-0 (1.4.4-2 Raspbian:stable [armhf])
    Inst liborc-0.4-0 (1:0.4.22-1rpi1rpi1g Raspberry Pi Foundation:stable [armhf])
    Inst iso-codes (3.57-1 Raspbian:stable [all])
    Inst libgstreamer-plugins-base1.0-0 (1.4.4-2 Raspbian:stable [armhf])
    Inst libicebox35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Inst libicedb35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Inst qtcore4-l10n (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [all])
    Inst libqtcore4 (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqt4-sql (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libicegrid35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Inst libicepatch2-35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Inst libicessl35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Inst libicestorm35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Inst libicexml35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Inst libjbig0 (2.1-3.1 Raspbian:stable [armhf])
    Inst libjpeg8 (8d1-2 Raspbian:stable [armhf])
    Inst liblcms2-2 (2.6-3 Raspbian:stable [armhf])
    Inst libltdl7 (2.4.2-1.11 Raspbian:stable [armhf])
    Inst libmcpp0 (2.7.2-4 Raspbian:stable [armhf])
    Inst libmng1 (1.0.10+dfsg-3.1 Raspbian:stable [armhf])
    Inst libmpdec2 (2.4.1-1 Raspbian:stable [armhf])
    Inst mysql-common (5.5.44-0+deb8u1 Raspbian:stable [all])
    Inst libmysqlclient18 (5.5.44-0+deb8u1 Raspbian:stable [armhf])
    Inst avahi-daemon (0.6.31-5 Raspbian:stable [armhf])
    Inst libnss-mdns (0.10-6 Raspbian:stable [armhf])
    Inst libonig2 (5.9.5-3.2 Raspbian:stable [armhf])
    Inst libpcrecpp0 (2:8.35-3.3+deb8u4 Raspbian:stable [armhf])
    Inst libvorbis0a (1.3.4-2 Raspbian:stable [armhf])
    Inst libvorbisenc2 (1.3.4-2 Raspbian:stable [armhf])
    Inst libsndfile1 (1.0.25-9.1+deb8u1 Raspbian:stable [armhf])
    Inst libxi6 (2:1.7.4-1 Raspbian:stable [armhf])
    Inst libxtst6 (2:1.2.2-1 Raspbian:stable [armhf])
    Inst libpulse0 (5.0-13 Raspbian:stable [armhf])
    Inst libpulse-mainloop-glib0 (5.0-13 Raspbian:stable [armhf])
    Inst libpython3.4-minimal (3.4.2-1 Raspbian:stable [armhf])
    Inst libpython3.4-stdlib (3.4.2-1 Raspbian:stable [armhf])
    Inst libqt4-xml (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqtdbus4 (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqt4-network (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqt4-script (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqt4-xmlpatterns (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libtiff5 (4.0.3-12.3+deb8u1 Raspbian:stable [armhf])
    Inst libxrender1 (1:0.9.8-1 Raspbian:stable [armhf])
    Inst libqtgui4 (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqt4-declarative (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqt4-designer (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqt4-help (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqt4-opengl (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqt4-qt3support (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqt4-scripttools (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqt4-sql-mysql (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqt4-sql-sqlite (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqt4-svg (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqt4-test (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqtwebkit4 (2.3.4.dfsg-3 Raspbian:stable [armhf])
    Inst libslice35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Inst libspeechd2 (0.8-7 Raspbian:stable [armhf])
    Inst libspeex1 (1.2~rc1.2-1 Raspbian:stable [armhf])
    Inst libspeexdsp1 (1.2~rc1.2-1 Raspbian:stable [armhf])
    Inst libtheora0 (1.1.1+dfsg.1-6 Raspbian:stable [armhf])
    Inst libvisual-0.4-0 (0.4.0-6 Raspbian:stable [armhf])
    Inst libvorbisfile3 (1.3.4-2 Raspbian:stable [armhf])
    Inst libxcb-randr0 (1.10-3 Raspbian:stable [armhf])
    Inst libxcb-render0 (1.10-3 Raspbian:stable [armhf])
    Inst libxcb-shape0 (1.10-3 Raspbian:stable [armhf])
    Inst libxcb-xfixes0 (1.10-3 Raspbian:stable [armhf])
    Inst libyaml-0-2 (0.1.6-3 Raspbian:stable [armhf])
    Inst python3.4-minimal (3.4.2-1 Raspbian:stable [armhf])
    Inst libreadline5 (5.2+dfsg-2 Raspbian:stable [armhf])
    Inst libtxc-dxtn-s2tc0 (0~git20131104-1.1 Raspbian:stable [armhf])
    Inst python3.4 (3.4.2-1 Raspbian:stable [armhf])
    Inst python3-minimal (3.4.2-2 Raspbian:stable [armhf])
    Inst libpython3-stdlib (3.4.2-2 Raspbian:stable [armhf])
    Inst python3 (3.4.2-2 Raspbian:stable [armhf]) []
    Inst dh-python (1.20141111-2 Raspbian:stable [all])
    Inst gstreamer1.0-plugins-base (1.4.4-2 Raspbian:stable [armhf])
    Inst icebox (3.5.1-6+b1 Raspbian:stable [armhf])
    Inst ice35-services (3.5.1-6+b1 Raspbian:stable [armhf])
    Inst ice35-slice (3.5.1-6 Raspbian:stable [all])
    Inst ice35-translators (3.5.1-6+b1 Raspbian:stable [armhf])
    Inst javascript-common (11 Raspbian:stable [all])
    Inst libasound2-dev (1.0.28-1+rpi1 Raspberry Pi Foundation:stable [armhf])
    Inst libavahi-common-dev (0.6.31-5 Raspbian:stable [armhf])
    Inst libdbus-1-dev (1.8.20-0+deb8u1 Raspbian:stable [armhf])
    Inst libavahi-client-dev (0.6.31-5 Raspbian:stable [armhf])
    Inst libavahi-compat-libdnssd-dev (0.6.31-5 Raspbian:stable [armhf])
    Inst libboost1.55-dev (1.55.0+dfsg-3 Raspbian:stable [armhf])
    Inst libboost-dev (1.55.0.2 Raspbian:stable [armhf])
    Inst libcap-dev (1:2.24-8 Raspbian:stable [armhf])
    Inst libdrm-dev (2.4.65-3~bpo8+1 Raspberry Pi Foundation:stable [armhf])
    Inst libogg-dev (1.3.2-1 Raspbian:stable [armhf])
    Inst libflac-dev (1.3.0-3 Raspbian:stable [armhf])
    Inst libg15-1 (1.2.7-2 Raspbian:stable [armhf])
    Inst libg15render1 (1.3.0~svn316-2.3 Raspbian:stable [armhf])
    Inst libg15daemon-client1 (1.9.5.3-8.3 Raspbian:stable [armhf])
    Inst xorg-sgml-doctools (1:1.11-1 Raspbian:stable [all])
    Inst x11proto-core-dev (7.0.26-1 Raspbian:stable [all])
    Inst libxau-dev (1:1.0.8-1 Raspbian:stable [armhf])
    Inst libxdmcp-dev (1:1.1.1-1 Raspbian:stable [armhf])
    Inst x11proto-input-dev (2.3.1-1 Raspbian:stable [all])
    Inst x11proto-kb-dev (1.0.6-2 Raspbian:stable [all])
    Inst xtrans-dev (1.3.5-1 Raspberry Pi Foundation:stable [all])
    Inst libpthread-stubs0-dev (0.3-4 Raspbian:stable [armhf])
    Inst libxcb1-dev (1.10-3 Raspbian:stable [armhf])
    Inst libx11-dev (2:1.6.2-3 Raspbian:stable [armhf])
    Inst mesa-common-dev (11.1.0-1+rpi1 Raspberry Pi Foundation:stable [armhf])
    Inst libx11-xcb-dev (2:1.6.2-3 Raspbian:stable [armhf])
    Inst libxcb-dri3-dev (1.10-3 Raspbian:stable [armhf])
    Inst libxcb-render0-dev (1.10-3 Raspbian:stable [armhf])
    Inst libxcb-randr0-dev (1.10-3 Raspbian:stable [armhf])
    Inst libxcb-shape0-dev (1.10-3 Raspbian:stable [armhf])
    Inst libxcb-xfixes0-dev (1.10-3 Raspbian:stable [armhf])
    Inst libxcb-sync-dev (1.10-3 Raspbian:stable [armhf])
    Inst libxcb-present-dev (1.10-3 Raspbian:stable [armhf])
    Inst libxshmfence-dev (1.1-4+rpi1 Raspbian:stable [armhf])
    Inst libxcb-dri2-0-dev (1.10-3 Raspbian:stable [armhf])
    Inst libxcb-glx0-dev (1.10-3 Raspbian:stable [armhf])
    Inst x11proto-xext-dev (7.3.0-1 Raspbian:stable [all])
    Inst x11proto-fixes-dev (1:5.0-2 Raspbian:stable [all])
    Inst libxfixes-dev (1:5.0.1-2 Raspbian:stable [armhf])
    Inst x11proto-damage-dev (1:1.2.1-2 Raspbian:stable [all])
    Inst libxdamage-dev (1:1.1.4-2 Raspbian:stable [armhf])
    Inst libxext-dev (2:1.3.3-1 Raspbian:stable [armhf])
    Inst x11proto-xf86vidmode-dev (2.3.1-2 Raspbian:stable [all])
    Inst libxxf86vm-dev (1:1.1.3-1 Raspbian:stable [armhf])
    Inst x11proto-dri2-dev (2.8-2 Raspbian:stable [all])
    Inst x11proto-gl-dev (1.4.17-1 Raspbian:stable [all])
    Inst libgl1-mesa-dev (11.1.0-1+rpi1 Raspberry Pi Foundation:stable [armhf])
    Inst libglib2.0-bin (2.42.1-1 Raspbian:stable [armhf])
    Inst libpcre3-dev (2:8.35-3.3+deb8u4 Raspbian:stable [armhf])
    Inst zlib1g-dev (1:1.2.8.dfsg-2 Raspbian:stable [armhf])
    Inst libglib2.0-dev (2.42.1-1 Raspbian:stable [armhf])
    Inst libglu1-mesa-dev (9.0.0-2 Raspbian:stable [armhf])
    Inst libjs-jquery (1.7.2+dfsg-3.2 Raspbian:stable [all])
    Inst libprotobuf9 (2.6.1-1 Raspbian:stable [armhf])
    Inst libprotobuf-lite9 (2.6.1-1 Raspbian:stable [armhf])
    Inst libprotobuf-dev (2.6.1-1 Raspbian:stable [armhf])
    Inst libprotoc9 (2.6.1-1 Raspbian:stable [armhf])
    Inst libpulse-dev (5.0-13 Raspbian:stable [armhf])
    Inst libqdbm14 (1.8.78-5+b1 Raspbian:stable [armhf])
    Inst qtchooser (47-gd2b7997-2 Raspbian:stable [armhf])
    Inst qdbus (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqt4-dbus (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqt4-dev-bin (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst qt4-linguist-tools (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst qt4-qmake (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqt4-dev (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqt4-opengl-dev (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst libqtwebkit-dev (2.3.4.dfsg-3 Raspbian:stable [armhf])
    Inst libvorbis-dev (1.3.4-2 Raspbian:stable [armhf])
    Inst libsndfile1-dev (1.0.25-9.1+deb8u1 Raspbian:stable [armhf])
    Inst libspeex-dev (1.2~rc1.2-1 Raspbian:stable [armhf])
    Inst libspeexdsp-dev (1.2~rc1.2-1 Raspbian:stable [armhf])
    Inst libssl-dev (1.0.1k-3+deb8u5 Raspbian:stable [armhf])
    Inst libssl-doc (1.0.1k-3+deb8u5 Raspbian:stable [all])
    Inst libvisual-0.4-plugins (0.4.0.dfsg.1-7 Raspbian:stable [armhf])
    Inst libx11-doc (2:1.6.2-3 Raspbian:stable [all])
    Inst libxi-dev (2:1.7.4-1 Raspbian:stable [armhf])
    Inst libzeroc-ice35-dev (3.5.1-6+b1 Raspbian:stable [armhf])
    Inst php5-common (5.6.20+dfsg-0+deb8u1 Raspbian:stable [armhf])
    Inst php5-json (1.3.6-1 Raspbian:stable [armhf])
    Inst php5-cli (5.6.20+dfsg-0+deb8u1 Raspbian:stable [armhf])
    Inst php-zeroc-ice (3.5.1-6+b1 Raspbian:stable [armhf])
    Inst php5-readline (5.6.20+dfsg-0+deb8u1 Raspbian:stable [armhf])
    Inst protobuf-compiler (2.6.1-1 Raspbian:stable [armhf])
    Inst python-zeroc-ice (3.5.1-6+b1 Raspbian:stable [armhf])
    Inst python3-zeroc-ice (3.5.1-6+b1 Raspbian:stable [armhf])
    Inst qt4-designer (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst qt4-dev-tools (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Inst qt4-doc (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [all])
    Inst rubygems-integration (1.8 Raspbian:stable [all])
    Inst libruby2.1 (2.1.5-2+deb8u2 Raspbian:stable [armhf])
    Inst ruby2.1 (2.1.5-2+deb8u2 Raspbian:stable [armhf])
    Inst ruby (1:2.1.5+deb8u2 Raspbian:stable [all])
    Inst ruby-zeroc-ice (3.5.1-6+b1 Raspbian:stable [armhf])
    Inst libg15daemon-client-dev (1.9.5.3-8.3 Raspbian:stable [armhf])
    Inst libspeechd-dev (0.8-7 Raspbian:stable [armhf])
    Inst libzeroc-ice35-dbg (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf libfreetype6 (2.6-2rpi1rpi1g Raspberry Pi Foundation:stable [armhf])
    Conf fonts-dejavu-core (2.34-1 Raspbian:stable [all])
    Conf fontconfig-config (2.11.0-6.3 Raspbian:stable [all])
    Conf libfontconfig1 (2.11.0-6.3 Raspbian:stable [armhf])
    Conf fontconfig (2.11.0-6.3 Raspbian:stable [armhf])
    Conf libasound2-data (1.0.28-1+rpi1 Raspberry Pi Foundation:stable [all])
    Conf libasound2 (1.0.28-1+rpi1 Raspberry Pi Foundation:stable [armhf])
    Conf libasyncns0 (0.8-5 Raspbian:stable [armhf])
    Conf libxau6 (1:1.0.8-1 Raspbian:stable [armhf])
    Conf x11-common (1:7.7+7 Raspbian:stable [all])
    Conf libice6 (2:1.0.9-1 Raspbian:stable [armhf])
    Conf libsm6 (2:1.2.2-1 Raspbian:stable [armhf])
    Conf libxdmcp6 (1:1.1.1-1 Raspbian:stable [armhf])
    Conf libxcb1 (1.10-3 Raspbian:stable [armhf])
    Conf libx11-data (2:1.6.2-3 Raspbian:stable [all])
    Conf libx11-6 (2:1.6.2-3 Raspbian:stable [armhf])
    Conf libxt6 (1:1.1.4-1 Raspbian:stable [armhf])
    Conf libaudio2 (1.9.4-3 Raspbian:stable [armhf])
    Conf libavahi-common-data (0.6.31-5 Raspbian:stable [armhf])
    Conf libavahi-common3 (0.6.31-5 Raspbian:stable [armhf])
    Conf libavahi-client3 (0.6.31-5 Raspbian:stable [armhf])
    Conf libavahi-compat-libdnssd1 (0.6.31-5 Raspbian:stable [armhf])
    Conf libavahi-core7 (0.6.31-5 Raspbian:stable [armhf])
    Conf libcdparanoia0 (3.10.2+debian-11 Raspbian:stable [armhf])
    Conf libcups2 (1.7.5-11+deb8u1 Raspbian:stable [armhf])
    Conf libdaemon0 (0.14-6 Raspbian:stable [armhf])
    Conf libdb5.3++ (5.3.28-9 Raspbian:stable [armhf])
    Conf libdrm-amdgpu1 (2.4.65-3~bpo8+1 Raspberry Pi Foundation:stable [armhf])
    Conf libdrm-exynos1 (2.4.65-3~bpo8+1 Raspberry Pi Foundation:stable [armhf])
    Conf libdrm-freedreno1 (2.4.65-3~bpo8+1 Raspberry Pi Foundation:stable [armhf])
    Conf libdrm-nouveau2 (2.4.65-3~bpo8+1 Raspberry Pi Foundation:stable [armhf])
    Conf libdrm-omap1 (2.4.65-3~bpo8+1 Raspberry Pi Foundation:stable [armhf])
    Conf libdrm-radeon1 (2.4.65-3~bpo8+1 Raspberry Pi Foundation:stable [armhf])
    Conf libdrm-tegra0 (2.4.65-3~bpo8+1 Raspberry Pi Foundation:stable [armhf])
    Conf libelf1 (0.159-4.2 Raspbian:stable [armhf])
    Conf libelfg0 (0.8.13-5 Raspbian:stable [armhf])
    Conf libogg0 (1.3.2-1 Raspbian:stable [armhf])
    Conf libflac8 (1.3.0-3 Raspbian:stable [armhf])
    Conf libiceutil35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf libzeroc-ice35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf libfreeze35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf libllvm3.7 (1:3.7-4~bpo8+1 Raspberry Pi Foundation:stable [armhf])
    Conf libgl1-mesa-dri (11.1.0-1+rpi1 Raspberry Pi Foundation:stable [armhf])
    Conf libglapi-mesa (11.1.0-1+rpi1 Raspberry Pi Foundation:stable [armhf])
    Conf libx11-xcb1 (2:1.6.2-3 Raspbian:stable [armhf])
    Conf libxcb-dri2-0 (1.10-3 Raspbian:stable [armhf])
    Conf libxcb-dri3-0 (1.10-3 Raspbian:stable [armhf])
    Conf libxcb-glx0 (1.10-3 Raspbian:stable [armhf])
    Conf libxcb-present0 (1.10-3 Raspbian:stable [armhf])
    Conf libxcb-sync1 (1.10-3 Raspbian:stable [armhf])
    Conf libxfixes3 (1:5.0.1-2 Raspbian:stable [armhf])
    Conf libxdamage1 (1:1.1.4-2 Raspbian:stable [armhf])
    Conf libxext6 (2:1.3.3-1 Raspbian:stable [armhf])
    Conf libxshmfence1 (1.1-4+rpi1 Raspbian:stable [armhf])
    Conf libxxf86vm1 (1:1.1.3-1 Raspbian:stable [armhf])
    Conf libgl1-mesa-glx (11.1.0-1+rpi1 Raspberry Pi Foundation:stable [armhf])
    Conf libglacier2-35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf libglu1-mesa (9.0.0-2 Raspbian:stable [armhf])
    Conf libgstreamer1.0-0 (1.4.4-2 Raspbian:stable [armhf])
    Conf liborc-0.4-0 (1:0.4.22-1rpi1rpi1g Raspberry Pi Foundation:stable [armhf])
    Conf iso-codes (3.57-1 Raspbian:stable [all])
    Conf libgstreamer-plugins-base1.0-0 (1.4.4-2 Raspbian:stable [armhf])
    Conf libicebox35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf libicedb35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf qtcore4-l10n (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [all])
    Conf libqtcore4 (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqt4-sql (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libicegrid35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf libicepatch2-35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf libicessl35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf libicestorm35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf libicexml35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf libjbig0 (2.1-3.1 Raspbian:stable [armhf])
    Conf libjpeg8 (8d1-2 Raspbian:stable [armhf])
    Conf liblcms2-2 (2.6-3 Raspbian:stable [armhf])
    Conf libltdl7 (2.4.2-1.11 Raspbian:stable [armhf])
    Conf libmcpp0 (2.7.2-4 Raspbian:stable [armhf])
    Conf libmng1 (1.0.10+dfsg-3.1 Raspbian:stable [armhf])
    Conf libmpdec2 (2.4.1-1 Raspbian:stable [armhf])
    Conf mysql-common (5.5.44-0+deb8u1 Raspbian:stable [all])
    Conf libmysqlclient18 (5.5.44-0+deb8u1 Raspbian:stable [armhf])
    Conf avahi-daemon (0.6.31-5 Raspbian:stable [armhf])
    Conf libnss-mdns (0.10-6 Raspbian:stable [armhf])
    Conf libonig2 (5.9.5-3.2 Raspbian:stable [armhf])
    Conf libpcrecpp0 (2:8.35-3.3+deb8u4 Raspbian:stable [armhf])
    Conf libvorbis0a (1.3.4-2 Raspbian:stable [armhf])
    Conf libvorbisenc2 (1.3.4-2 Raspbian:stable [armhf])
    Conf libsndfile1 (1.0.25-9.1+deb8u1 Raspbian:stable [armhf])
    Conf libxi6 (2:1.7.4-1 Raspbian:stable [armhf])
    Conf libxtst6 (2:1.2.2-1 Raspbian:stable [armhf])
    Conf libpulse0 (5.0-13 Raspbian:stable [armhf])
    Conf libpulse-mainloop-glib0 (5.0-13 Raspbian:stable [armhf])
    Conf libpython3.4-minimal (3.4.2-1 Raspbian:stable [armhf])
    Conf libpython3.4-stdlib (3.4.2-1 Raspbian:stable [armhf])
    Conf libqt4-xml (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqtdbus4 (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqt4-network (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqt4-script (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqt4-xmlpatterns (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libtiff5 (4.0.3-12.3+deb8u1 Raspbian:stable [armhf])
    Conf libxrender1 (1:0.9.8-1 Raspbian:stable [armhf])
    Conf libqtgui4 (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqt4-declarative (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqt4-designer (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqt4-help (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqt4-opengl (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqt4-qt3support (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqt4-scripttools (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqt4-sql-mysql (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqt4-sql-sqlite (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqt4-svg (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqt4-test (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqtwebkit4 (2.3.4.dfsg-3 Raspbian:stable [armhf])
    Conf libslice35 (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf libspeechd2 (0.8-7 Raspbian:stable [armhf])
    Conf libspeex1 (1.2~rc1.2-1 Raspbian:stable [armhf])
    Conf libspeexdsp1 (1.2~rc1.2-1 Raspbian:stable [armhf])
    Conf libtheora0 (1.1.1+dfsg.1-6 Raspbian:stable [armhf])
    Conf libvisual-0.4-0 (0.4.0-6 Raspbian:stable [armhf])
    Conf libvorbisfile3 (1.3.4-2 Raspbian:stable [armhf])
    Conf libxcb-randr0 (1.10-3 Raspbian:stable [armhf])
    Conf libxcb-render0 (1.10-3 Raspbian:stable [armhf])
    Conf libxcb-shape0 (1.10-3 Raspbian:stable [armhf])
    Conf libxcb-xfixes0 (1.10-3 Raspbian:stable [armhf])
    Conf libyaml-0-2 (0.1.6-3 Raspbian:stable [armhf])
    Conf python3.4-minimal (3.4.2-1 Raspbian:stable [armhf])
    Conf libreadline5 (5.2+dfsg-2 Raspbian:stable [armhf])
    Conf libtxc-dxtn-s2tc0 (0~git20131104-1.1 Raspbian:stable [armhf])
    Conf python3.4 (3.4.2-1 Raspbian:stable [armhf])
    Conf python3-minimal (3.4.2-2 Raspbian:stable [armhf])
    Conf libpython3-stdlib (3.4.2-2 Raspbian:stable [armhf])
    Conf python3 (3.4.2-2 Raspbian:stable [armhf])
    Conf dh-python (1.20141111-2 Raspbian:stable [all])
    Conf gstreamer1.0-plugins-base (1.4.4-2 Raspbian:stable [armhf])
    Conf icebox (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf ice35-services (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf ice35-slice (3.5.1-6 Raspbian:stable [all])
    Conf ice35-translators (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf javascript-common (11 Raspbian:stable [all])
    Conf libasound2-dev (1.0.28-1+rpi1 Raspberry Pi Foundation:stable [armhf])
    Conf libavahi-common-dev (0.6.31-5 Raspbian:stable [armhf])
    Conf libdbus-1-dev (1.8.20-0+deb8u1 Raspbian:stable [armhf])
    Conf libavahi-client-dev (0.6.31-5 Raspbian:stable [armhf])
    Conf libavahi-compat-libdnssd-dev (0.6.31-5 Raspbian:stable [armhf])
    Conf libboost1.55-dev (1.55.0+dfsg-3 Raspbian:stable [armhf])
    Conf libboost-dev (1.55.0.2 Raspbian:stable [armhf])
    Conf libcap-dev (1:2.24-8 Raspbian:stable [armhf])
    Conf libdrm-dev (2.4.65-3~bpo8+1 Raspberry Pi Foundation:stable [armhf])
    Conf libogg-dev (1.3.2-1 Raspbian:stable [armhf])
    Conf libflac-dev (1.3.0-3 Raspbian:stable [armhf])
    Conf libg15-1 (1.2.7-2 Raspbian:stable [armhf])
    Conf libg15render1 (1.3.0~svn316-2.3 Raspbian:stable [armhf])
    Conf libg15daemon-client1 (1.9.5.3-8.3 Raspbian:stable [armhf])
    Conf xorg-sgml-doctools (1:1.11-1 Raspbian:stable [all])
    Conf x11proto-core-dev (7.0.26-1 Raspbian:stable [all])
    Conf libxau-dev (1:1.0.8-1 Raspbian:stable [armhf])
    Conf libxdmcp-dev (1:1.1.1-1 Raspbian:stable [armhf])
    Conf x11proto-input-dev (2.3.1-1 Raspbian:stable [all])
    Conf x11proto-kb-dev (1.0.6-2 Raspbian:stable [all])
    Conf xtrans-dev (1.3.5-1 Raspberry Pi Foundation:stable [all])
    Conf libpthread-stubs0-dev (0.3-4 Raspbian:stable [armhf])
    Conf libxcb1-dev (1.10-3 Raspbian:stable [armhf])
    Conf libx11-dev (2:1.6.2-3 Raspbian:stable [armhf])
    Conf mesa-common-dev (11.1.0-1+rpi1 Raspberry Pi Foundation:stable [armhf])
    Conf libx11-xcb-dev (2:1.6.2-3 Raspbian:stable [armhf])
    Conf libxcb-dri3-dev (1.10-3 Raspbian:stable [armhf])
    Conf libxcb-render0-dev (1.10-3 Raspbian:stable [armhf])
    Conf libxcb-randr0-dev (1.10-3 Raspbian:stable [armhf])
    Conf libxcb-shape0-dev (1.10-3 Raspbian:stable [armhf])
    Conf libxcb-xfixes0-dev (1.10-3 Raspbian:stable [armhf])
    Conf libxcb-sync-dev (1.10-3 Raspbian:stable [armhf])
    Conf libxcb-present-dev (1.10-3 Raspbian:stable [armhf])
    Conf libxshmfence-dev (1.1-4+rpi1 Raspbian:stable [armhf])
    Conf libxcb-dri2-0-dev (1.10-3 Raspbian:stable [armhf])
    Conf libxcb-glx0-dev (1.10-3 Raspbian:stable [armhf])
    Conf x11proto-xext-dev (7.3.0-1 Raspbian:stable [all])
    Conf x11proto-fixes-dev (1:5.0-2 Raspbian:stable [all])
    Conf libxfixes-dev (1:5.0.1-2 Raspbian:stable [armhf])
    Conf x11proto-damage-dev (1:1.2.1-2 Raspbian:stable [all])
    Conf libxdamage-dev (1:1.1.4-2 Raspbian:stable [armhf])
    Conf libxext-dev (2:1.3.3-1 Raspbian:stable [armhf])
    Conf x11proto-xf86vidmode-dev (2.3.1-2 Raspbian:stable [all])
    Conf libxxf86vm-dev (1:1.1.3-1 Raspbian:stable [armhf])
    Conf x11proto-dri2-dev (2.8-2 Raspbian:stable [all])
    Conf x11proto-gl-dev (1.4.17-1 Raspbian:stable [all])
    Conf libgl1-mesa-dev (11.1.0-1+rpi1 Raspberry Pi Foundation:stable [armhf])
    Conf libglib2.0-bin (2.42.1-1 Raspbian:stable [armhf])
    Conf libpcre3-dev (2:8.35-3.3+deb8u4 Raspbian:stable [armhf])
    Conf zlib1g-dev (1:1.2.8.dfsg-2 Raspbian:stable [armhf])
    Conf libglib2.0-dev (2.42.1-1 Raspbian:stable [armhf])
    Conf libglu1-mesa-dev (9.0.0-2 Raspbian:stable [armhf])
    Conf libjs-jquery (1.7.2+dfsg-3.2 Raspbian:stable [all])
    Conf libprotobuf9 (2.6.1-1 Raspbian:stable [armhf])
    Conf libprotobuf-lite9 (2.6.1-1 Raspbian:stable [armhf])
    Conf libprotobuf-dev (2.6.1-1 Raspbian:stable [armhf])
    Conf libprotoc9 (2.6.1-1 Raspbian:stable [armhf])
    Conf libpulse-dev (5.0-13 Raspbian:stable [armhf])
    Conf libqdbm14 (1.8.78-5+b1 Raspbian:stable [armhf])
    Conf qtchooser (47-gd2b7997-2 Raspbian:stable [armhf])
    Conf qdbus (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqt4-dbus (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqt4-dev-bin (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf qt4-linguist-tools (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf qt4-qmake (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqt4-dev (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqt4-opengl-dev (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf libqtwebkit-dev (2.3.4.dfsg-3 Raspbian:stable [armhf])
    Conf libvorbis-dev (1.3.4-2 Raspbian:stable [armhf])
    Conf libsndfile1-dev (1.0.25-9.1+deb8u1 Raspbian:stable [armhf])
    Conf libspeex-dev (1.2~rc1.2-1 Raspbian:stable [armhf])
    Conf libspeexdsp-dev (1.2~rc1.2-1 Raspbian:stable [armhf])
    Conf libssl-dev (1.0.1k-3+deb8u5 Raspbian:stable [armhf])
    Conf libssl-doc (1.0.1k-3+deb8u5 Raspbian:stable [all])
    Conf libvisual-0.4-plugins (0.4.0.dfsg.1-7 Raspbian:stable [armhf])
    Conf libx11-doc (2:1.6.2-3 Raspbian:stable [all])
    Conf libxi-dev (2:1.7.4-1 Raspbian:stable [armhf])
    Conf libzeroc-ice35-dev (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf php5-common (5.6.20+dfsg-0+deb8u1 Raspbian:stable [armhf])
    Conf php5-json (1.3.6-1 Raspbian:stable [armhf])
    Conf php5-cli (5.6.20+dfsg-0+deb8u1 Raspbian:stable [armhf])
    Conf php-zeroc-ice (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf php5-readline (5.6.20+dfsg-0+deb8u1 Raspbian:stable [armhf])
    Conf protobuf-compiler (2.6.1-1 Raspbian:stable [armhf])
    Conf python-zeroc-ice (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf python3-zeroc-ice (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf qt4-designer (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf qt4-dev-tools (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [armhf])
    Conf qt4-doc (4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1+rpi1 Raspbian:stable [all])
    Conf rubygems-integration (1.8 Raspbian:stable [all])
    Conf libruby2.1 (2.1.5-2+deb8u2 Raspbian:stable [armhf])
    Conf ruby2.1 (2.1.5-2+deb8u2 Raspbian:stable [armhf])
    Conf ruby (1:2.1.5+deb8u2 Raspbian:stable [all])
    Conf ruby-zeroc-ice (3.5.1-6+b1 Raspbian:stable [armhf])
    Conf libg15daemon-client-dev (1.9.5.3-8.3 Raspbian:stable [armhf])
    Conf libspeechd-dev (0.8-7 Raspbian:stable [armhf])
    Conf libzeroc-ice35-dbg (3.5.1-6+b1 Raspbian:stable [armhf])

    The most popular websites without IPv6 in Germany.  IPv6-Ausreden

    Meine PIs

    PI4B/8GB (border device) OpenBSD 7.4 (64bit): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server

    PI3B+ FreeBSD 14.0-R-p3 (arm64): SSH-Serv., WireGuard-Serv., ircd-hybrid-Serv., stunnel-Proxy, Mumble-Serv., ddclient

    PI4B/4GB Bullseye-lite (64bit; modifiziert): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server, botamusique, ample

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!