This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/bin/ffmpeg (interpreter => /lib64/ld-linux-x86-64.so.2) | |
libavdevice.so.59 => /lib/x86_64-linux-gnu/libavdevice.so.59 | |
libraw1394.so.11 => /lib/x86_64-linux-gnu/libraw1394.so.11 | |
libavc1394.so.0 => /lib/x86_64-linux-gnu/libavc1394.so.0 | |
librom1394.so.0 => /lib/x86_64-linux-gnu/librom1394.so.0 | |
libiec61883.so.0 => /lib/x86_64-linux-gnu/libiec61883.so.0 | |
libjack.so.0 => /lib/x86_64-linux-gnu/libjack.so.0 | |
libdb-5.3.so => /lib/x86_64-linux-gnu/libdb-5.3.so | |
libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 | |
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/airrohr-firmware/platformio.ini b/airrohr-firmware/platformio.ini | |
index 9f7dc70..25bac8d 100644 | |
--- a/airrohr-firmware/platformio.ini | |
+++ b/airrohr-firmware/platformio.ini | |
@@ -80,12 +80,12 @@ platform_version_esp32 = [email protected] | |
lang = DE | |
platform = ${common.platform_version_esp32} | |
framework = arduino | |
-board = esp32dev | |
+board = wemos_d1_mini32 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/community/dnsdist/APKBUILD b/community/dnsdist/APKBUILD | |
index 1a1f7b8f568..a9e244e361d 100644 | |
--- a/community/dnsdist/APKBUILD | |
+++ b/community/dnsdist/APKBUILD | |
@@ -1,7 +1,7 @@ | |
# Maintainer: Peter van Dijk <[email protected]> | |
pkgname=dnsdist | |
pkgver=1.8.1 | |
-pkgrel=0 | |
+pkgrel=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/community/dnsdist/APKBUILD b/community/dnsdist/APKBUILD | |
index 1a1f7b8f568..a9e244e361d 100644 | |
--- a/community/dnsdist/APKBUILD | |
+++ b/community/dnsdist/APKBUILD | |
@@ -1,7 +1,7 @@ | |
# Maintainer: Peter van Dijk <[email protected]> | |
pkgname=dnsdist | |
pkgver=1.8.1 | |
-pkgrel=0 | |
+pkgrel=1 |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#1 [internal] load .dockerignore | |
#1 transferring context: 140B done | |
#1 DONE 0.0s | |
#2 [internal] load build definition from Dockerfile_el-8.tmp | |
#2 transferring dockerfile: 6.12kB done | |
#2 DONE 0.0s | |
#3 [internal] load metadata for docker.io/library/alpine:3.18 | |
#3 ... |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
# Guess values for system-dependent variables and create Makefiles. | |
# Generated by GNU Autoconf 2.71 for pdns 4.8.0-beta1.196.sdistalpine318.g621fe9ca2.dirty. | |
# | |
# | |
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, | |
# Inc. | |
# | |
# | |
# This configure script is free software; the Free Software Foundation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.PHONY: all build build-nocache | |
VERSION=experimental | |
REVISION=1 | |
all: build extract | |
build: | |
docker build --build-arg VERSION=$(VERSION) -t toon-gui-builder:$(VERSION)-$(REVISION) --rm --progress=plain -f Dockerfile . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM debian:11-slim | |
RUN apt-get update && apt-get -y install debootstrap | |
RUN /usr/sbin/debootstrap --no-check-gpg --arch armel --foreign jessie /tmp/deb8arm http://archive.debian.org/debian/ | |
RUN chroot /tmp/deb8arm /debootstrap/debootstrap --second-stage | |
RUN echo 'deb http://archive.debian.org/debian jessie-backports main' >> /tmp/deb8arm/etc/apt/sources.list | |
RUN chroot /tmp/deb8arm apt-get update | |
RUN chroot /tmp/deb8arm apt-get -y --force-yes install build-essential libdirectfb-dev | |
# may need pkg-config here? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import binascii | |
from PIL import Image | |
data = [ | |
0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, | |
0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, | |
0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, | |
0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import binascii | |
from PIL import Image | |
data = [ | |
0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, | |
0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, | |
0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, | |
0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, 0xFF2F, |