From 037bbc668b52ce3d1db254b8342806d02bd3d570 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 4 Oct 2017 04:09:02 +0200 Subject: [PATCH 01/16] pkgutils: initial import --- pkgutils/.footprint | 21 +++++++++++++++++++++ pkgutils/.md5sum | 2 ++ pkgutils/Pkgfile | 17 +++++++++++++++++ pkgutils/pkgmk.conf.patch | 14 ++++++++++++++ 4 files changed, 54 insertions(+) create mode 100644 pkgutils/.footprint create mode 100644 pkgutils/.md5sum create mode 100644 pkgutils/Pkgfile create mode 100644 pkgutils/pkgmk.conf.patch diff --git a/pkgutils/.footprint b/pkgutils/.footprint new file mode 100644 index 0000000..675aac2 --- /dev/null +++ b/pkgutils/.footprint @@ -0,0 +1,21 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/pkgadd.conf +-rw-r--r-- root/root etc/pkgmk.conf +-rw-r--r-- root/root etc/rejmerge.conf +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/pkgadd +lrwxrwxrwx root/root usr/bin/pkginfo -> pkgadd +-rwxr-xr-x root/root usr/bin/pkgmk +lrwxrwxrwx root/root usr/bin/pkgrm -> pkgadd +-rwxr-xr-x root/root usr/bin/rejmerge +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/pkgmk.conf.5.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/pkgadd.8.gz +-rw-r--r-- root/root usr/share/man/man8/pkginfo.8.gz +-rw-r--r-- root/root usr/share/man/man8/pkgmk.8.gz +-rw-r--r-- root/root usr/share/man/man8/pkgrm.8.gz +-rw-r--r-- root/root usr/share/man/man8/rejmerge.8.gz diff --git a/pkgutils/.md5sum b/pkgutils/.md5sum new file mode 100644 index 0000000..804cd9e --- /dev/null +++ b/pkgutils/.md5sum @@ -0,0 +1,2 @@ +0bb619da9da7b08a6a61bab306793f2d pkgmk.conf.patch +86a599c296d0311995e6432c40284cc1 pkgutils-5.40.4.tar.xz diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile new file mode 100644 index 0000000..94accfe --- /dev/null +++ b/pkgutils/Pkgfile @@ -0,0 +1,17 @@ +# Description: A set of utilities to manage software packages +# URL: http://crux.nu/gitweb/?p=tools/pkgutils.git +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: libarchive + +name=pkgutils +version=5.40.4 +release=1 +source=(http://crux.nu/files/$name-$version.tar.xz \ + pkgmk.conf.patch) + +build () { + cd $name-$version + patch -p0 -i $SRC/pkgmk.conf.patch + make DESTDIR=$PKG install MANDIR=/usr/share/man +} diff --git a/pkgutils/pkgmk.conf.patch b/pkgutils/pkgmk.conf.patch new file mode 100644 index 0000000..77d1c13 --- /dev/null +++ b/pkgutils/pkgmk.conf.patch @@ -0,0 +1,14 @@ +--- pkgmk.conf.orig 2014-10-16 15:59:34.057394811 +0000 ++++ pkgmk.conf 2014-10-16 16:00:18.437371591 +0000 +@@ -2,9 +2,8 @@ + # /etc/pkgmk.conf: pkgmk(8) configuration + # + +-export CFLAGS="-O2 -march=x86-64 -pipe" +-export CXXFLAGS="${CFLAGS}" +- ++export CFLAGS="-O2 -pipe -march=armv8-a+crc -mabi=lp64 -mlittle-endian" ++export CXXFLAGS="$CFLAGS" + # export MAKEFLAGS="-j2" + + case ${PKGMK_ARCH} in -- 2.26.2 From 1fb221f77543a7b7fb8db984232189457a221465 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 4 Oct 2017 04:09:23 +0200 Subject: [PATCH 02/16] ports: initial import --- ports/.footprint | 23 +++++++++++++++++++++++ ports/.md5sum | 13 +++++++++++++ ports/Pkgfile | 32 ++++++++++++++++++++++++++++++++ ports/contrib.pub | 2 ++ ports/contrib.rsync.inactive | 3 +++ ports/core-arm64.rsync | 3 +++ ports/core.pub | 2 ++ ports/core.rsync | 3 +++ ports/opt-arm64.rsync | 3 +++ ports/opt.pub | 2 ++ ports/opt.rsync | 3 +++ ports/raspberrypi3-arm.rsync | 3 +++ ports/xorg-arm64.rsync | 3 +++ ports/xorg.pub | 2 ++ ports/xorg.rsync | 3 +++ 15 files changed, 100 insertions(+) create mode 100644 ports/.footprint create mode 100644 ports/.md5sum create mode 100644 ports/Pkgfile create mode 100644 ports/contrib.pub create mode 100644 ports/contrib.rsync.inactive create mode 100644 ports/core-arm64.rsync create mode 100644 ports/core.pub create mode 100644 ports/core.rsync create mode 100644 ports/opt-arm64.rsync create mode 100644 ports/opt.pub create mode 100644 ports/opt.rsync create mode 100644 ports/raspberrypi3-arm.rsync create mode 100644 ports/xorg-arm64.rsync create mode 100644 ports/xorg.pub create mode 100644 ports/xorg.rsync diff --git a/ports/.footprint b/ports/.footprint new file mode 100644 index 0000000..7c39821 --- /dev/null +++ b/ports/.footprint @@ -0,0 +1,23 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/ports/ +-rw-r--r-- root/root etc/ports/contrib.pub +-rw-r--r-- root/root etc/ports/contrib.rsync.inactive +-rw-r--r-- root/root etc/ports/core-arm64.rsync +-rw-r--r-- root/root etc/ports/core.pub +-rw-r--r-- root/root etc/ports/core.rsync +drwxr-xr-x root/root etc/ports/drivers/ +-rw-r--r-- root/root etc/ports/opt-arm64.rsync +-rw-r--r-- root/root etc/ports/opt.pub +-rw-r--r-- root/root etc/ports/opt.rsync +-rw-r--r-- root/root etc/ports/raspberrypi3-arm.rsync +-rw-r--r-- root/root etc/ports/xorg-arm64.rsync +-rw-r--r-- root/root etc/ports/xorg.pub +-rw-r--r-- root/root etc/ports/xorg.rsync +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/ports +drwxr-xr-x root/root usr/ports/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/ports.8.gz diff --git a/ports/.md5sum b/ports/.md5sum new file mode 100644 index 0000000..9d760fa --- /dev/null +++ b/ports/.md5sum @@ -0,0 +1,13 @@ +804bb419e539a70ad80e4c03df3c3411 contrib.pub +50fce84f0327ee5c100f66594024b5f2 contrib.rsync.inactive +4302ffea9d448303374417f5cfb605d2 core-arm64.rsync +b8dd0aad383810cad920d6548cd1cb56 core.pub +faedd8944bd5ecc397f73bf73bd624d4 core.rsync +ff09785708a0f8af34aa5dbe6f8353a2 opt-arm64.rsync +0d1f1fde50a9bd743d9cac6b235f038c opt.pub +eded5385d3637f1918a82f4409abc64a opt.rsync +1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz +78a76d3e1838a7ec2870b07e0ae746b9 raspberrypi3-arm.rsync +3c1a462992de8230977707537e6e27f9 xorg-arm64.rsync +69927e5d0ae5dc3455faeaac916c4db2 xorg.pub +c24101073a06fc58a02c99bf5d56bea7 xorg.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile new file mode 100644 index 0000000..63ed3ad --- /dev/null +++ b/ports/Pkgfile @@ -0,0 +1,32 @@ +# Description: CRUX ports system tools +# URL: http://crux.nu +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: + +name=ports +version=1.5 +release=22 +source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ + core.pub opt.pub xorg.pub contrib.pub \ + core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ + raspberrypi3-arm.rsync core-arm64.rsync opt-arm64.rsync xorg-arm64.rsync) + +build () { + cd $name-$version + make + make DESTDIR=$PKG MANDIR=/usr/share/man install + + install -m 0644 $SRC/core.rsync $PKG/etc/ports + install -m 0644 $SRC/opt.rsync $PKG/etc/ports + install -m 0644 $SRC/xorg.rsync $PKG/etc/ports + install -m 0644 $SRC/contrib.rsync.inactive $PKG/etc/ports + install -m 0644 $SRC/core.pub $PKG/etc/ports + install -m 0644 $SRC/opt.pub $PKG/etc/ports + install -m 0644 $SRC/xorg.pub $PKG/etc/ports + install -m 0644 $SRC/contrib.pub $PKG/etc/ports + install -m 0644 $SRC/raspberrypi3-arm.rsync $PKG/etc/ports + install -m 0644 $SRC/core-arm64.rsync $PKG/etc/ports + install -m 0644 $SRC/opt-arm64.rsync $PKG/etc/ports + install -m 0644 $SRC/xorg-arm64.rsync $PKG/etc/ports +} diff --git a/ports/contrib.pub b/ports/contrib.pub new file mode 100644 index 0000000..81d31e5 --- /dev/null +++ b/ports/contrib.pub @@ -0,0 +1,2 @@ +untrusted comment: contrib public key +RWSagIOpLGJF3/J2edPyOdE4VWoyvvVvt3gdvOArUkvBrgSHjsBEdmrS diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive new file mode 100644 index 0000000..f69aa5d --- /dev/null +++ b/ports/contrib.rsync.inactive @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.2/contrib/ +destination=/usr/ports/contrib diff --git a/ports/core-arm64.rsync b/ports/core-arm64.rsync new file mode 100644 index 0000000..ab2c005 --- /dev/null +++ b/ports/core-arm64.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.2/core-arm64/ +destination=/usr/ports/core-arm64 diff --git a/ports/core.pub b/ports/core.pub new file mode 100644 index 0000000..a09d3ac --- /dev/null +++ b/ports/core.pub @@ -0,0 +1,2 @@ +untrusted comment: core public key +RWRJc1FUaeVeqsGlEPc66dguintWWomCSORUNseged62IATuMVCK0zu6 diff --git a/ports/core.rsync b/ports/core.rsync new file mode 100644 index 0000000..8dc4ec3 --- /dev/null +++ b/ports/core.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.2/core/ +destination=/usr/ports/core diff --git a/ports/opt-arm64.rsync b/ports/opt-arm64.rsync new file mode 100644 index 0000000..7db5181 --- /dev/null +++ b/ports/opt-arm64.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.2/opt-arm64/ +destination=/usr/ports/opt-arm64 diff --git a/ports/opt.pub b/ports/opt.pub new file mode 100644 index 0000000..346b688 --- /dev/null +++ b/ports/opt.pub @@ -0,0 +1,2 @@ +untrusted comment: opt public key +RWSE3ohX2g5d/Zmwm/W4S8ZzNNTjXE7bI8XmnpawKOnQ+MiVa7TD0YC9 diff --git a/ports/opt.rsync b/ports/opt.rsync new file mode 100644 index 0000000..73f531a --- /dev/null +++ b/ports/opt.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.2/opt/ +destination=/usr/ports/opt diff --git a/ports/raspberrypi3-arm.rsync b/ports/raspberrypi3-arm.rsync new file mode 100644 index 0000000..0a585a7 --- /dev/null +++ b/ports/raspberrypi3-arm.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.3/raspberrypi3-arm/ +destination=/usr/ports/raspberrypi3-arm diff --git a/ports/xorg-arm64.rsync b/ports/xorg-arm64.rsync new file mode 100644 index 0000000..83f0aae --- /dev/null +++ b/ports/xorg-arm64.rsync @@ -0,0 +1,3 @@ +host=crux-arm.nu +collection=ports/crux-3.2/xorg-arm64/ +destination=/usr/ports/xorg-arm64 diff --git a/ports/xorg.pub b/ports/xorg.pub new file mode 100644 index 0000000..983eb51 --- /dev/null +++ b/ports/xorg.pub @@ -0,0 +1,2 @@ +untrusted comment: xorg public key +RWTSGWF5Q7TndIlWcgmz/x/4xBWLbyPRmI3LyI8rsN/iahlpFpgNIwSR diff --git a/ports/xorg.rsync b/ports/xorg.rsync new file mode 100644 index 0000000..842965f --- /dev/null +++ b/ports/xorg.rsync @@ -0,0 +1,3 @@ +host=crux.nu +collection=ports/crux-3.2/xorg/ +destination=/usr/ports/xorg -- 2.26.2 From f7e4b138d3c505a3d4ea3f0d64acad79b79dd29a Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 4 Oct 2017 04:13:11 +0200 Subject: [PATCH 03/16] prt-get: initial import --- prt-get/.footprint | 17 ++++++++++++++ prt-get/.md5sum | 3 +++ prt-get/Pkgfile | 22 +++++++++++++++++ prt-get/README | 9 +++++++ prt-get/prt-get.aliases | 9 +++++++ prt-get/prt-get.conf | 52 +++++++++++++++++++++++++++++++++++++++++ 6 files changed, 112 insertions(+) create mode 100644 prt-get/.footprint create mode 100644 prt-get/.md5sum create mode 100644 prt-get/Pkgfile create mode 100644 prt-get/README create mode 100644 prt-get/prt-get.aliases create mode 100644 prt-get/prt-get.conf diff --git a/prt-get/.footprint b/prt-get/.footprint new file mode 100644 index 0000000..7304127 --- /dev/null +++ b/prt-get/.footprint @@ -0,0 +1,17 @@ +drwxr-xr-x root/root etc/ +-rw-r--r-- root/root etc/prt-get.conf +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/prt-cache -> prt-get +-rwxr-xr-x root/root usr/bin/prt-get +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/prt-get.conf.5.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/prt-cache.8.gz +-rw-r--r-- root/root usr/share/man/man8/prt-get.8.gz +drwxr-xr-x root/root var/ +drwxr-xr-x root/root var/lib/ +drwxr-xr-x root/root var/lib/pkg/ +-rw-r--r-- root/root var/lib/pkg/prt-get.aliases diff --git a/prt-get/.md5sum b/prt-get/.md5sum new file mode 100644 index 0000000..3265a39 --- /dev/null +++ b/prt-get/.md5sum @@ -0,0 +1,3 @@ +b41d93f001adaf6926a7e98e903058fe prt-get-5.19.1.tar.xz +4f6b710e4d2b18c70cfe5e4a593938b7 prt-get.aliases +a2bede4fb8efe16f1317fb52e37a2835 prt-get.conf diff --git a/prt-get/Pkgfile b/prt-get/Pkgfile new file mode 100644 index 0000000..22e53c9 --- /dev/null +++ b/prt-get/Pkgfile @@ -0,0 +1,22 @@ +# Description: A utility to simplify ports searching/installing +# URL: http://jw.smts.ch/files/crux/prt-get_quickstart.html +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: + +name=prt-get +version=5.19.1 +release=1 +source=(http://crux.nu/files/prt-get-$version.tar.xz + prt-get.conf prt-get.aliases) + +build() { + cd ${name}-${version} + + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + + install -m 644 $SRC/prt-get.conf $PKG/etc/ + install -D -m 644 $SRC/prt-get.aliases $PKG/var/lib/pkg/prt-get.aliases +} diff --git a/prt-get/README b/prt-get/README new file mode 100644 index 0000000..a38f6c4 --- /dev/null +++ b/prt-get/README @@ -0,0 +1,9 @@ +NOTE: + +Some people have reported problems when using optimizations larger than +-O2; typical symptoms are "prt-get install X" saying that a package is +installed while "prt-get update X" saying it's not, or "prt-get listinst" +printing just nothing. + +If you experience strange effects, please try recompiling with + CXXFLAGS="-O2 -pipe" diff --git a/prt-get/prt-get.aliases b/prt-get/prt-get.aliases new file mode 100644 index 0000000..2e7af63 --- /dev/null +++ b/prt-get/prt-get.aliases @@ -0,0 +1,9 @@ +j2sdk: j2re +j2sdk: jre +jdk: jre +openmotif: lesstif +postfix: sendmail +exim: sendmail +qmail: sendmail +masqmail: sendmail +xorg: x11 diff --git a/prt-get/prt-get.conf b/prt-get/prt-get.conf new file mode 100644 index 0000000..6d17899 --- /dev/null +++ b/prt-get/prt-get.conf @@ -0,0 +1,52 @@ +### +### prt-get conf +### + +# note: the order matters: the package found first is used +prtdir /usr/ports/raspberrypi3-arm +prtdir /usr/ports/core-arm64 +prtdir /usr/ports/opt-arm64 +prtdir /usr/ports/xorg-arm64 +prtdir /usr/ports/core +prtdir /usr/ports/opt +prtdir /usr/ports/xorg + +# the following line enables the user maintained contrib collection +#prtdir /usr/ports/contrib + +### use mypackage form local directory +# prtdir /home/packages/build:mypackage + +### log options: +# writelog enabled # (enabled|disabled) +# logmode overwrite # (append|overwrite) +# rmlog_on_success yes # (no|yes) +logfile /var/log/pkgbuild/%n.log + # path, %p=path to port dir, %n=port name + # %v=version, %r=release + +### use alternate cache file (default: /var/lib/pkg/prt-get.cache +# cachefile /mnt/nfs/cache + +### print README information: +# readme verbose # (verbose|compact|disabled) + +### prefer higher versions in sysup / diff +# preferhigher no # (yes|no) + +### use regexp search +# useregex no # (yes|no) + +### run pre- and post-installs scripts; yes is equivalent to the +### --install-scripts option +# runscripts no # (no|yes) + + +### EXPERT SECTION ### + +### alternative commands +# makecommand pkgmk +# addcommand pkgadd +# removecommand pkgrm +# runscriptcommand sh + -- 2.26.2 From 3916fcc2f51311514b9b5d9e97be8d82a794c86e Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 16 Oct 2017 04:19:54 +0200 Subject: [PATCH 04/16] pkgutils: updated to 5.40.5 --- pkgutils/.md5sum | 4 ++-- pkgutils/Pkgfile | 2 +- pkgutils/pkgmk.conf.patch | 11 +++++------ 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/pkgutils/.md5sum b/pkgutils/.md5sum index 804cd9e..b4d686f 100644 --- a/pkgutils/.md5sum +++ b/pkgutils/.md5sum @@ -1,2 +1,2 @@ -0bb619da9da7b08a6a61bab306793f2d pkgmk.conf.patch -86a599c296d0311995e6432c40284cc1 pkgutils-5.40.4.tar.xz +525395cd07ac66b086a6ca3168bf4691 pkgmk.conf.patch +140b41e4356e7ada18fed331f3b801b9 pkgutils-5.40.5.tar.xz diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 94accfe..6d98697 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libarchive name=pkgutils -version=5.40.4 +version=5.40.5 release=1 source=(http://crux.nu/files/$name-$version.tar.xz \ pkgmk.conf.patch) diff --git a/pkgutils/pkgmk.conf.patch b/pkgutils/pkgmk.conf.patch index 77d1c13..f28f0e2 100644 --- a/pkgutils/pkgmk.conf.patch +++ b/pkgutils/pkgmk.conf.patch @@ -1,14 +1,13 @@ ---- pkgmk.conf.orig 2014-10-16 15:59:34.057394811 +0000 -+++ pkgmk.conf 2014-10-16 16:00:18.437371591 +0000 -@@ -2,9 +2,8 @@ +--- pkgutils-5.40.5/pkgmk.conf 2017-09-20 17:49:39.000000000 +0200 ++++ pkgmk.conf 2017-10-16 04:12:32.000000000 +0200 +@@ -2,8 +2,8 @@ # /etc/pkgmk.conf: pkgmk(8) configuration # -export CFLAGS="-O2 -march=x86-64 -pipe" -export CXXFLAGS="${CFLAGS}" -- +export CFLAGS="-O2 -pipe -march=armv8-a+crc -mabi=lp64 -mlittle-endian" +export CXXFLAGS="$CFLAGS" - # export MAKEFLAGS="-j2" - case ${PKGMK_ARCH} in + # export JOBS=$(nproc) + # export MAKEFLAGS="-j $JOBS" -- 2.26.2 From 0b03abf4880bb9b368cda7328d6fa4f9d8055908 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 1 Feb 2018 02:23:06 +0100 Subject: [PATCH 05/16] pkgutils: updated to 5.40.6 --- pkgutils/.md5sum | 2 +- pkgutils/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgutils/.md5sum b/pkgutils/.md5sum index b4d686f..8e0160b 100644 --- a/pkgutils/.md5sum +++ b/pkgutils/.md5sum @@ -1,2 +1,2 @@ 525395cd07ac66b086a6ca3168bf4691 pkgmk.conf.patch -140b41e4356e7ada18fed331f3b801b9 pkgutils-5.40.5.tar.xz +451af98d3c02add9e4ae2a5362cc2e5d pkgutils-5.40.6.tar.xz diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 6d98697..13e6ee8 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libarchive name=pkgutils -version=5.40.5 +version=5.40.6 release=1 source=(http://crux.nu/files/$name-$version.tar.xz \ pkgmk.conf.patch) -- 2.26.2 From 00587cbdac28485a814ecd201136621ae6465ced Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 20 Feb 2018 02:00:08 +0100 Subject: [PATCH 06/16] pkgutils: updated to 5.40.7 --- pkgutils/.md5sum | 2 +- pkgutils/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgutils/.md5sum b/pkgutils/.md5sum index 8e0160b..5cbcbd2 100644 --- a/pkgutils/.md5sum +++ b/pkgutils/.md5sum @@ -1,2 +1,2 @@ 525395cd07ac66b086a6ca3168bf4691 pkgmk.conf.patch -451af98d3c02add9e4ae2a5362cc2e5d pkgutils-5.40.6.tar.xz +526c897cb2ba8f1659545608fe629cab pkgutils-5.40.7.tar.xz diff --git a/pkgutils/Pkgfile b/pkgutils/Pkgfile index 13e6ee8..1e5f59c 100644 --- a/pkgutils/Pkgfile +++ b/pkgutils/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libarchive name=pkgutils -version=5.40.6 +version=5.40.7 release=1 source=(http://crux.nu/files/$name-$version.tar.xz \ pkgmk.conf.patch) -- 2.26.2 From 2eae66246978d732923242ae9f87446cfcd083e2 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 10 Jul 2018 06:58:31 +0200 Subject: [PATCH 07/16] ports: updated to 23 --- ports/.md5sum | 16 ++++++++-------- ports/Pkgfile | 4 ++-- ports/contrib.rsync.inactive | 2 +- ports/core-arm64.rsync | 2 +- ports/core.rsync | 2 +- ports/opt-arm64.rsync | 2 +- ports/opt.rsync | 2 +- ports/raspberrypi3-arm.rsync | 2 +- ports/xorg-arm64.rsync | 2 +- ports/xorg.rsync | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/ports/.md5sum b/ports/.md5sum index 9d760fa..b87da86 100644 --- a/ports/.md5sum +++ b/ports/.md5sum @@ -1,13 +1,13 @@ 804bb419e539a70ad80e4c03df3c3411 contrib.pub -50fce84f0327ee5c100f66594024b5f2 contrib.rsync.inactive -4302ffea9d448303374417f5cfb605d2 core-arm64.rsync +85da0c1d6c822bc6fb20b0ecdd06b3f5 contrib.rsync.inactive +9d2281b074956b09826c8dcb697c1306 core-arm64.rsync b8dd0aad383810cad920d6548cd1cb56 core.pub -faedd8944bd5ecc397f73bf73bd624d4 core.rsync -ff09785708a0f8af34aa5dbe6f8353a2 opt-arm64.rsync +87528a9bc5205ed8589e7964e34571ae core.rsync +2bcb297c7873bd18e0a8772f567cbcfd opt-arm64.rsync 0d1f1fde50a9bd743d9cac6b235f038c opt.pub -eded5385d3637f1918a82f4409abc64a opt.rsync +b1302ff270238b1450c1a025c42fd8e1 opt.rsync 1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz -78a76d3e1838a7ec2870b07e0ae746b9 raspberrypi3-arm.rsync -3c1a462992de8230977707537e6e27f9 xorg-arm64.rsync +a030a48f5a29bdf74850a1bbf9dff0fd raspberrypi3-arm.rsync +0408bc71c0eeabdaf977812716f722f8 xorg-arm64.rsync 69927e5d0ae5dc3455faeaac916c4db2 xorg.pub -c24101073a06fc58a02c99bf5d56bea7 xorg.rsync +89768ed603f9f19e48de1951191594f8 xorg.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile index 63ed3ad..ae38e72 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -6,9 +6,9 @@ name=ports version=1.5 -release=22 +release=23 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ - core.pub opt.pub xorg.pub contrib.pub \ + core.pub opt.pub xorg.pub contrib.pub \ core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ raspberrypi3-arm.rsync core-arm64.rsync opt-arm64.rsync xorg-arm64.rsync) diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive index f69aa5d..1bbd05b 100644 --- a/ports/contrib.rsync.inactive +++ b/ports/contrib.rsync.inactive @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.2/contrib/ +collection=ports/crux-3.4/contrib/ destination=/usr/ports/contrib diff --git a/ports/core-arm64.rsync b/ports/core-arm64.rsync index ab2c005..ce2a65e 100644 --- a/ports/core-arm64.rsync +++ b/ports/core-arm64.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.2/core-arm64/ +collection=ports/crux-3.4/core-arm64/ destination=/usr/ports/core-arm64 diff --git a/ports/core.rsync b/ports/core.rsync index 8dc4ec3..3cba863 100644 --- a/ports/core.rsync +++ b/ports/core.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.2/core/ +collection=ports/crux-3.4/core/ destination=/usr/ports/core diff --git a/ports/opt-arm64.rsync b/ports/opt-arm64.rsync index 7db5181..9577274 100644 --- a/ports/opt-arm64.rsync +++ b/ports/opt-arm64.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.2/opt-arm64/ +collection=ports/crux-3.4/opt-arm64/ destination=/usr/ports/opt-arm64 diff --git a/ports/opt.rsync b/ports/opt.rsync index 73f531a..f3182c5 100644 --- a/ports/opt.rsync +++ b/ports/opt.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.2/opt/ +collection=ports/crux-3.4/opt/ destination=/usr/ports/opt diff --git a/ports/raspberrypi3-arm.rsync b/ports/raspberrypi3-arm.rsync index 0a585a7..ad5685e 100644 --- a/ports/raspberrypi3-arm.rsync +++ b/ports/raspberrypi3-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.3/raspberrypi3-arm/ +collection=ports/crux-3.4/raspberrypi3-arm/ destination=/usr/ports/raspberrypi3-arm diff --git a/ports/xorg-arm64.rsync b/ports/xorg-arm64.rsync index 83f0aae..dcacf84 100644 --- a/ports/xorg-arm64.rsync +++ b/ports/xorg-arm64.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.2/xorg-arm64/ +collection=ports/crux-3.4/xorg-arm64/ destination=/usr/ports/xorg-arm64 diff --git a/ports/xorg.rsync b/ports/xorg.rsync index 842965f..eb891d5 100644 --- a/ports/xorg.rsync +++ b/ports/xorg.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.2/xorg/ +collection=ports/crux-3.4/xorg/ destination=/usr/ports/xorg -- 2.26.2 From 9766f0d4009f961c7607499949aa4cc461d2ce7f Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 31 Aug 2018 01:55:34 +0200 Subject: [PATCH 08/16] ports: added repositories pub keys --- ports/.footprint | 4 ++++ ports/.md5sum | 4 ++++ ports/Pkgfile | 9 ++++++++- ports/core-arm64.pub | 2 ++ ports/opt-arm64.pub | 2 ++ ports/raspberrypi3-arm.pub | 2 ++ ports/xorg-arm64.pub | 2 ++ 7 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 ports/core-arm64.pub create mode 100644 ports/opt-arm64.pub create mode 100644 ports/raspberrypi3-arm.pub create mode 100644 ports/xorg-arm64.pub diff --git a/ports/.footprint b/ports/.footprint index 7c39821..6638cf2 100644 --- a/ports/.footprint +++ b/ports/.footprint @@ -2,14 +2,18 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/ports/ -rw-r--r-- root/root etc/ports/contrib.pub -rw-r--r-- root/root etc/ports/contrib.rsync.inactive +-rw-r--r-- root/root etc/ports/core-arm64.pub -rw-r--r-- root/root etc/ports/core-arm64.rsync -rw-r--r-- root/root etc/ports/core.pub -rw-r--r-- root/root etc/ports/core.rsync drwxr-xr-x root/root etc/ports/drivers/ +-rw-r--r-- root/root etc/ports/opt-arm64.pub -rw-r--r-- root/root etc/ports/opt-arm64.rsync -rw-r--r-- root/root etc/ports/opt.pub -rw-r--r-- root/root etc/ports/opt.rsync +-rw-r--r-- root/root etc/ports/raspberrypi3-arm.pub -rw-r--r-- root/root etc/ports/raspberrypi3-arm.rsync +-rw-r--r-- root/root etc/ports/xorg-arm64.pub -rw-r--r-- root/root etc/ports/xorg-arm64.rsync -rw-r--r-- root/root etc/ports/xorg.pub -rw-r--r-- root/root etc/ports/xorg.rsync diff --git a/ports/.md5sum b/ports/.md5sum index b87da86..1e65a84 100644 --- a/ports/.md5sum +++ b/ports/.md5sum @@ -1,13 +1,17 @@ 804bb419e539a70ad80e4c03df3c3411 contrib.pub 85da0c1d6c822bc6fb20b0ecdd06b3f5 contrib.rsync.inactive +3efeabfbd7104b1c566b604f802ef0c0 core-arm64.pub 9d2281b074956b09826c8dcb697c1306 core-arm64.rsync b8dd0aad383810cad920d6548cd1cb56 core.pub 87528a9bc5205ed8589e7964e34571ae core.rsync +246bdcd2c5d85192fc45e320174fb121 opt-arm64.pub 2bcb297c7873bd18e0a8772f567cbcfd opt-arm64.rsync 0d1f1fde50a9bd743d9cac6b235f038c opt.pub b1302ff270238b1450c1a025c42fd8e1 opt.rsync 1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz +aa9a0b21f8f5c14db0059b1adf794dbe raspberrypi3-arm.pub a030a48f5a29bdf74850a1bbf9dff0fd raspberrypi3-arm.rsync +c56a20ef43a22c8e294d850935f80acd xorg-arm64.pub 0408bc71c0eeabdaf977812716f722f8 xorg-arm64.rsync 69927e5d0ae5dc3455faeaac916c4db2 xorg.pub 89768ed603f9f19e48de1951191594f8 xorg.rsync diff --git a/ports/Pkgfile b/ports/Pkgfile index ae38e72..e170853 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -10,7 +10,10 @@ release=23 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ core.pub opt.pub xorg.pub contrib.pub \ core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ - raspberrypi3-arm.rsync core-arm64.rsync opt-arm64.rsync xorg-arm64.rsync) + raspberrypi3-arm.rsync raspberrypi3-arm.pub \ + core-arm64.rsync core-arm64.pub \ + opt-arm64.rsync opt-arm64.pub \ + xorg-arm64.rsync xorg-arm64.pub) build () { cd $name-$version @@ -26,7 +29,11 @@ build () { install -m 0644 $SRC/xorg.pub $PKG/etc/ports install -m 0644 $SRC/contrib.pub $PKG/etc/ports install -m 0644 $SRC/raspberrypi3-arm.rsync $PKG/etc/ports + install -m 0644 $SRC/raspberrypi3-arm.pub $PKG/etc/ports install -m 0644 $SRC/core-arm64.rsync $PKG/etc/ports + install -m 0644 $SRC/core-arm64.pub $PKG/etc/ports install -m 0644 $SRC/opt-arm64.rsync $PKG/etc/ports + install -m 0644 $SRC/opt-arm64.pub $PKG/etc/ports install -m 0644 $SRC/xorg-arm64.rsync $PKG/etc/ports + install -m 0644 $SRC/xorg-arm64.pub $PKG/etc/ports } diff --git a/ports/core-arm64.pub b/ports/core-arm64.pub new file mode 100644 index 0000000..c89cfe5 --- /dev/null +++ b/ports/core-arm64.pub @@ -0,0 +1,2 @@ +untrusted comment: core-arm64 public key +RWSKslkvIwb+2bjA0NpslEQw6uEtQsA3dB5BXTK8G0TAc06lLrnYaGLf diff --git a/ports/opt-arm64.pub b/ports/opt-arm64.pub new file mode 100644 index 0000000..f32b156 --- /dev/null +++ b/ports/opt-arm64.pub @@ -0,0 +1,2 @@ +untrusted comment: opt-arm64 public key +RWRitF9a2DJqMTHKFbth6ZV4WjxTZLrWrN3NtnDSoGS+/8ASNjfOvBij diff --git a/ports/raspberrypi3-arm.pub b/ports/raspberrypi3-arm.pub new file mode 100644 index 0000000..2bf25d8 --- /dev/null +++ b/ports/raspberrypi3-arm.pub @@ -0,0 +1,2 @@ +untrusted comment: raspberrypi3-arm public key +RWROOThsoDo5hFYfvJsdST49wwhf962PCCDUGwO99Nz0lBNaVszQwPDu diff --git a/ports/xorg-arm64.pub b/ports/xorg-arm64.pub new file mode 100644 index 0000000..073602e --- /dev/null +++ b/ports/xorg-arm64.pub @@ -0,0 +1,2 @@ +untrusted comment: xorg-arm64 public key +RWQK42WfXMUBTNYixko6V1oqoGuisD1SHK9BLY0w9ND8jc2ur1ADpc92 -- 2.26.2 From 0753f178995ec0234b9cb469b1786bc651efef3c Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 13 Mar 2019 07:27:23 +0100 Subject: [PATCH 09/16] prt-get: updated to 5.19.3 --- prt-get/.md5sum | 2 +- prt-get/Pkgfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/prt-get/.md5sum b/prt-get/.md5sum index 3265a39..19ab2bb 100644 --- a/prt-get/.md5sum +++ b/prt-get/.md5sum @@ -1,3 +1,3 @@ -b41d93f001adaf6926a7e98e903058fe prt-get-5.19.1.tar.xz +13ca2d5e99fb89f125f65951c41b0779 prt-get-5.19.3.tar.xz 4f6b710e4d2b18c70cfe5e4a593938b7 prt-get.aliases a2bede4fb8efe16f1317fb52e37a2835 prt-get.conf diff --git a/prt-get/Pkgfile b/prt-get/Pkgfile index 22e53c9..fa251f8 100644 --- a/prt-get/Pkgfile +++ b/prt-get/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=prt-get -version=5.19.1 +version=5.19.3 release=1 source=(http://crux.nu/files/prt-get-$version.tar.xz prt-get.conf prt-get.aliases) -- 2.26.2 From 81e0af3d2d10025a01ef5d2edd2f3f916df9cd5b Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 13 Mar 2019 07:27:23 +0100 Subject: [PATCH 10/16] ports: updated to 1.6 --- ports/.signature | 21 +++++++++++++++++++++ ports/Pkgfile | 4 ++-- ports/contrib.rsync.inactive | 2 +- ports/core-arm64.rsync | 2 +- ports/core.rsync | 2 +- ports/opt-arm64.rsync | 2 +- ports/opt.rsync | 2 +- ports/raspberrypi3-arm.rsync | 2 +- ports/xorg-arm64.rsync | 2 +- ports/xorg.rsync | 2 +- 10 files changed, 31 insertions(+), 10 deletions(-) create mode 100644 ports/.signature diff --git a/ports/.signature b/ports/.signature new file mode 100644 index 0000000..ec05a9e --- /dev/null +++ b/ports/.signature @@ -0,0 +1,21 @@ +untrusted comment: verify with /etc/ports/raspberrypi3-arm.pub +RWROOThsoDo5hMPyhgrcUx6MlFrErFr9HKo5pkFh0s93n91je4Wx68sY9eEPNbdVPuzYJNST2gXns/mn5izCsId7Bk6ivkz0gws= +SHA256 (Pkgfile) = 2a6ddff62e2bdc84a0346fd3b9b8fcff89a847213c03851e469683630f56a58c +SHA256 (.footprint) = c0f717604ca68456abf27c78692d6370e7bf0ae26c1497398490fc5e0aa42fac +SHA256 (ports-1.6.tar.gz) = 8b2ba48e7440f4a71fa1c9c480a1212ce87c623e1d33121eb660829ba294ca94 +SHA256 (core.pub) = 5a08b7f21fb1768b9e639da0b768edb536de0590b75e663dab6d185617613791 +SHA256 (opt.pub) = 4711f488546c38cdec792c1f16b3bf7c4db0c7dc0c3cdab0ecdd85e2c7247ae5 +SHA256 (xorg.pub) = 5db27d455f658ea8a6c7ae9aac601d66e74cedff5dd497910fd1ffead08e5237 +SHA256 (contrib.pub) = cae797c624547b5ffb643f4cdf60d83a7cc28081f5929b882d48085085d76190 +SHA256 (core.rsync) = f9d588766b402f92aa50de43c158fe7301572ada245ec23180f92c6578302002 +SHA256 (opt.rsync) = 85b603f678736ff8bf323b82c490ec14756d9e2c55ba9aaf4d468a252e0d3620 +SHA256 (xorg.rsync) = 9d2fa28c6ce1ea8e930b67d2219daacf75670accd6450640b382a24d68b6cc74 +SHA256 (contrib.rsync.inactive) = dc765a391cc77b2f843701d514501358f5ad5ce15b5de6d135f0677f2f0f6f6d +SHA256 (raspberrypi3-arm.rsync) = 735b745b91cf5349d858c7b50cb5c601e96fc2b0a17a733753af9714dae46025 +SHA256 (raspberrypi3-arm.pub) = 73991928eb4725240a236dfffd85d546d8405702b18aa3b7930b9d4609734923 +SHA256 (core-arm64.rsync) = 43ec063087ca43eb14a11596d35e96575faf24c614f137d963f7ad50346adbc9 +SHA256 (core-arm64.pub) = f0d3e788325112cc541116e261adbe2c14d0bbb921a66040badf0d9e030e0957 +SHA256 (opt-arm64.rsync) = 430463137717c37170da453e24557e2413cfe356c14f45173b16c03f95b491d4 +SHA256 (opt-arm64.pub) = c079759a335314f26bc027856981a00f1251b3e6d782ae7317396e3908d9a9ee +SHA256 (xorg-arm64.rsync) = 232067eb0ec8fede0f3e7754144c78f332f28437180357902dd2c25c932ea7a5 +SHA256 (xorg-arm64.pub) = 1f54f0323e0f32fae1d9b6ef0e9f09a034ce4e39ebb36db59bcb5c2829ac62f5 diff --git a/ports/Pkgfile b/ports/Pkgfile index e170853..1af72fe 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -5,8 +5,8 @@ # Depends on: name=ports -version=1.5 -release=23 +version=1.6 +release=14 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ core.pub opt.pub xorg.pub contrib.pub \ core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ diff --git a/ports/contrib.rsync.inactive b/ports/contrib.rsync.inactive index 1bbd05b..bea2493 100644 --- a/ports/contrib.rsync.inactive +++ b/ports/contrib.rsync.inactive @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.4/contrib/ +collection=ports/crux-3.5/contrib/ destination=/usr/ports/contrib diff --git a/ports/core-arm64.rsync b/ports/core-arm64.rsync index ce2a65e..f5a6933 100644 --- a/ports/core-arm64.rsync +++ b/ports/core-arm64.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.4/core-arm64/ +collection=ports/crux-3.5/core-arm64/ destination=/usr/ports/core-arm64 diff --git a/ports/core.rsync b/ports/core.rsync index 3cba863..f7c49c4 100644 --- a/ports/core.rsync +++ b/ports/core.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.4/core/ +collection=ports/crux-3.5/core/ destination=/usr/ports/core diff --git a/ports/opt-arm64.rsync b/ports/opt-arm64.rsync index 9577274..13b88b8 100644 --- a/ports/opt-arm64.rsync +++ b/ports/opt-arm64.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.4/opt-arm64/ +collection=ports/crux-3.5/opt-arm64/ destination=/usr/ports/opt-arm64 diff --git a/ports/opt.rsync b/ports/opt.rsync index f3182c5..dc2da29 100644 --- a/ports/opt.rsync +++ b/ports/opt.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.4/opt/ +collection=ports/crux-3.5/opt/ destination=/usr/ports/opt diff --git a/ports/raspberrypi3-arm.rsync b/ports/raspberrypi3-arm.rsync index ad5685e..26bb72c 100644 --- a/ports/raspberrypi3-arm.rsync +++ b/ports/raspberrypi3-arm.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.4/raspberrypi3-arm/ +collection=ports/crux-3.5/raspberrypi3-arm/ destination=/usr/ports/raspberrypi3-arm diff --git a/ports/xorg-arm64.rsync b/ports/xorg-arm64.rsync index dcacf84..1eb1eff 100644 --- a/ports/xorg-arm64.rsync +++ b/ports/xorg-arm64.rsync @@ -1,3 +1,3 @@ host=crux-arm.nu -collection=ports/crux-3.4/xorg-arm64/ +collection=ports/crux-3.5/xorg-arm64/ destination=/usr/ports/xorg-arm64 diff --git a/ports/xorg.rsync b/ports/xorg.rsync index eb891d5..e41eb5e 100644 --- a/ports/xorg.rsync +++ b/ports/xorg.rsync @@ -1,3 +1,3 @@ host=crux.nu -collection=ports/crux-3.4/xorg/ +collection=ports/crux-3.5/xorg/ destination=/usr/ports/xorg -- 2.26.2 From 3ed30c982f0346c19cc72480ae723b137f22e046 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Sun, 22 Sep 2019 11:44:11 +0200 Subject: [PATCH 11/16] ports: removed .md5sum --- ports/.md5sum | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 ports/.md5sum diff --git a/ports/.md5sum b/ports/.md5sum deleted file mode 100644 index 1e65a84..0000000 --- a/ports/.md5sum +++ /dev/null @@ -1,17 +0,0 @@ -804bb419e539a70ad80e4c03df3c3411 contrib.pub -85da0c1d6c822bc6fb20b0ecdd06b3f5 contrib.rsync.inactive -3efeabfbd7104b1c566b604f802ef0c0 core-arm64.pub -9d2281b074956b09826c8dcb697c1306 core-arm64.rsync -b8dd0aad383810cad920d6548cd1cb56 core.pub -87528a9bc5205ed8589e7964e34571ae core.rsync -246bdcd2c5d85192fc45e320174fb121 opt-arm64.pub -2bcb297c7873bd18e0a8772f567cbcfd opt-arm64.rsync -0d1f1fde50a9bd743d9cac6b235f038c opt.pub -b1302ff270238b1450c1a025c42fd8e1 opt.rsync -1f178e2bb1beab9782993931c9832280 ports-1.5.tar.gz -aa9a0b21f8f5c14db0059b1adf794dbe raspberrypi3-arm.pub -a030a48f5a29bdf74850a1bbf9dff0fd raspberrypi3-arm.rsync -c56a20ef43a22c8e294d850935f80acd xorg-arm64.pub -0408bc71c0eeabdaf977812716f722f8 xorg-arm64.rsync -69927e5d0ae5dc3455faeaac916c4db2 xorg.pub -89768ed603f9f19e48de1951191594f8 xorg.rsync -- 2.26.2 From 7ff41384b905a9ab874e244dfabe64e4525b9f28 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 14 Oct 2019 19:57:20 +0200 Subject: [PATCH 12/16] ports: fixed releae --- ports/.signature | 4 ++-- ports/Pkgfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/.signature b/ports/.signature index ec05a9e..c7cddbd 100644 --- a/ports/.signature +++ b/ports/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/raspberrypi3-arm.pub -RWROOThsoDo5hMPyhgrcUx6MlFrErFr9HKo5pkFh0s93n91je4Wx68sY9eEPNbdVPuzYJNST2gXns/mn5izCsId7Bk6ivkz0gws= -SHA256 (Pkgfile) = 2a6ddff62e2bdc84a0346fd3b9b8fcff89a847213c03851e469683630f56a58c +RWROOThsoDo5hOYpqwZvF0iHA4w1bXeZleMOix7XC2qj3FOAW99By7ZuD9oWd8CahJDdd3LWrT5e1mQJ9JssaFKSM+7yTPrgewA= +SHA256 (Pkgfile) = a4c63e1c9b5f26fb7dd52c0652189d523c2913c924a25186785a31c788f682c5 SHA256 (.footprint) = c0f717604ca68456abf27c78692d6370e7bf0ae26c1497398490fc5e0aa42fac SHA256 (ports-1.6.tar.gz) = 8b2ba48e7440f4a71fa1c9c480a1212ce87c623e1d33121eb660829ba294ca94 SHA256 (core.pub) = 5a08b7f21fb1768b9e639da0b768edb536de0590b75e663dab6d185617613791 diff --git a/ports/Pkgfile b/ports/Pkgfile index 1af72fe..3dc4c49 100644 --- a/ports/Pkgfile +++ b/ports/Pkgfile @@ -6,7 +6,7 @@ name=ports version=1.6 -release=14 +release=1 source=(http://crux.nu/files/tools/ports/$name-$version.tar.gz \ core.pub opt.pub xorg.pub contrib.pub \ core.rsync opt.rsync xorg.rsync contrib.rsync.inactive \ -- 2.26.2 From 9de47c7f18816325f093c96affda493096b69c68 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Sun, 1 Dec 2019 13:54:06 +0100 Subject: [PATCH 13/16] rpi3-userland: initial import --- rpi3-userland/.Pkgfile.un~ | Bin 0 -> 545 bytes rpi3-userland/.footprint | 353 +++++++++++++++++++++++++++++++++++++ rpi3-userland/.signature | 5 + rpi3-userland/Pkgfile | 24 +++ 4 files changed, 382 insertions(+) create mode 100644 rpi3-userland/.Pkgfile.un~ create mode 100644 rpi3-userland/.footprint create mode 100644 rpi3-userland/.signature create mode 100644 rpi3-userland/Pkgfile diff --git a/rpi3-userland/.Pkgfile.un~ b/rpi3-userland/.Pkgfile.un~ new file mode 100644 index 0000000000000000000000000000000000000000..ff6bb0d3ae4726bbf9a26cc6222a14ba7decf2c0 GIT binary patch literal 545 zcmWH`%$*;a=aT=Ffk|nxs@9M5^J+ddwiXJ#%dh!uRGX+ir+C3{Rc5z)%M8CUFfd2} zF?ViuN@kHlQfX#R3XsbS#2~;3#mH=s7(?vi?FB3l+4u_}0W<)Tf*Hc_9|*ukp(z^W hQY!?2(UA|0j<2BT dtoverlay +-rwxr-xr-x root/root opt/vc/bin/tvservice +-rwxr-xr-x root/root opt/vc/bin/vcgencmd +-rwxr-xr-x root/root opt/vc/bin/vchiq_test +-rwxr-xr-x root/root opt/vc/bin/vcmailbox +drwxr-xr-x root/root opt/vc/include/ +drwxr-xr-x root/root opt/vc/include/EGL/ +-rw-r--r-- root/root opt/vc/include/EGL/egl.h +-rw-r--r-- root/root opt/vc/include/EGL/eglext.h +-rw-r--r-- root/root opt/vc/include/EGL/eglext_android.h +-rw-r--r-- root/root opt/vc/include/EGL/eglext_brcm.h +-rw-r--r-- root/root opt/vc/include/EGL/eglext_nvidia.h +-rw-r--r-- root/root opt/vc/include/EGL/eglplatform.h +drwxr-xr-x root/root opt/vc/include/GLES/ +-rw-r--r-- root/root opt/vc/include/GLES/gl.h +-rw-r--r-- root/root opt/vc/include/GLES/glext.h +-rw-r--r-- root/root opt/vc/include/GLES/glplatform.h +drwxr-xr-x root/root opt/vc/include/GLES2/ +-rw-r--r-- root/root opt/vc/include/GLES2/gl2.h +-rw-r--r-- root/root opt/vc/include/GLES2/gl2ext.h +-rw-r--r-- root/root opt/vc/include/GLES2/gl2platform.h +drwxr-xr-x root/root opt/vc/include/IL/ +-rw-r--r-- root/root opt/vc/include/IL/OMX_Audio.h +-rw-r--r-- root/root opt/vc/include/IL/OMX_Broadcom.h +-rw-r--r-- root/root opt/vc/include/IL/OMX_Component.h +-rw-r--r-- root/root opt/vc/include/IL/OMX_Core.h +-rw-r--r-- root/root opt/vc/include/IL/OMX_ILCS.h +-rw-r--r-- root/root opt/vc/include/IL/OMX_IVCommon.h +-rw-r--r-- root/root opt/vc/include/IL/OMX_Image.h +-rw-r--r-- root/root opt/vc/include/IL/OMX_Index.h +-rw-r--r-- root/root opt/vc/include/IL/OMX_Other.h +-rw-r--r-- root/root opt/vc/include/IL/OMX_Types.h +-rw-r--r-- root/root opt/vc/include/IL/OMX_Video.h +drwxr-xr-x root/root opt/vc/include/KHR/ +-rw-r--r-- root/root opt/vc/include/KHR/khrplatform.h +drwxr-xr-x root/root opt/vc/include/VG/ +-rw-r--r-- root/root opt/vc/include/VG/openvg.h +-rw-r--r-- root/root opt/vc/include/VG/vgext.h +-rw-r--r-- root/root opt/vc/include/VG/vgplatform.h +-rw-r--r-- root/root opt/vc/include/VG/vgu.h +drwxr-xr-x root/root opt/vc/include/WF/ +-rw-r--r-- root/root opt/vc/include/WF/wfc.h +-rw-r--r-- root/root opt/vc/include/WF/wfcplatform.h +-rw-r--r-- root/root opt/vc/include/bcm_host.h +drwxr-xr-x root/root opt/vc/include/interface/ +drwxr-xr-x root/root opt/vc/include/interface/peer/ +-rw-r--r-- root/root opt/vc/include/interface/peer/vc_vchi_dispmanx_common.h +drwxr-xr-x root/root opt/vc/include/interface/vchi/ +drwxr-xr-x root/root opt/vc/include/interface/vchi/common/ +-rw-r--r-- root/root opt/vc/include/interface/vchi/common/endian.h +drwxr-xr-x root/root opt/vc/include/interface/vchi/connections/ +-rw-r--r-- root/root opt/vc/include/interface/vchi/connections/connection.h +drwxr-xr-x root/root opt/vc/include/interface/vchi/message_drivers/ +-rw-r--r-- root/root opt/vc/include/interface/vchi/message_drivers/message.h +-rw-r--r-- root/root opt/vc/include/interface/vchi/vchi.h +-rw-r--r-- root/root opt/vc/include/interface/vchi/vchi_cfg.h +-rw-r--r-- root/root opt/vc/include/interface/vchi/vchi_cfg_internal.h +-rw-r--r-- root/root opt/vc/include/interface/vchi/vchi_common.h +-rw-r--r-- root/root opt/vc/include/interface/vchi/vchi_mh.h +drwxr-xr-x root/root opt/vc/include/interface/vchiq_arm/ +-rw-r--r-- root/root opt/vc/include/interface/vchiq_arm/vchiq.h +-rw-r--r-- root/root opt/vc/include/interface/vchiq_arm/vchiq_cfg.h +-rw-r--r-- root/root opt/vc/include/interface/vchiq_arm/vchiq_if.h +-rw-r--r-- root/root opt/vc/include/interface/vchiq_arm/vchiq_ioctl.h +-rw-r--r-- root/root opt/vc/include/interface/vchiq_arm/vchiq_test.h +-rw-r--r-- root/root opt/vc/include/interface/vchiq_arm/vchiq_test_if.h +-rw-r--r-- root/root opt/vc/include/interface/vchiq_arm/vchiq_util.h +drwxr-xr-x root/root opt/vc/include/interface/vcos/ +drwxr-xr-x root/root opt/vc/include/interface/vcos/generic/ +-rw-r--r-- root/root opt/vc/include/interface/vcos/generic/vcos_common.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/generic/vcos_deprecated.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/generic/vcos_generic_blockpool.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/generic/vcos_generic_event_flags.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/generic/vcos_generic_named_sem.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/generic/vcos_generic_quickslow_mutex.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/generic/vcos_generic_reentrant_mtx.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/generic/vcos_generic_tls.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/generic/vcos_joinable_thread_from_plain.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/generic/vcos_latch_from_sem.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/generic/vcos_mem_from_malloc.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/generic/vcos_mutexes_are_reentrant.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/generic/vcos_thread_reaper.h +drwxr-xr-x root/root opt/vc/include/interface/vcos/glibc/ +drwxr-xr-x root/root opt/vc/include/interface/vcos/pthreads/ +-rw-r--r-- root/root opt/vc/include/interface/vcos/pthreads/vcos_futex_mutex.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/pthreads/vcos_platform.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/pthreads/vcos_platform_types.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/user_nodefs.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_assert.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_atomic_flags.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_attr.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_blockpool.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_build_info.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_cfg.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_cmd.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_ctype.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_dlfcn.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_event.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_event_flags.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_init.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_inttypes.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_isr.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_legacy_isr.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_logging.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_logging_control.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_lowlevel_thread.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_mem.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_mempool.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_msgqueue.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_mutex.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_named_semaphore.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_once.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_queue.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_quickslow_mutex.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_reentrant_mutex.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_semaphore.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_stdbool.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_stdint.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_string.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_thread.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_thread_attr.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_timer.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_tls.h +-rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_types.h +drwxr-xr-x root/root opt/vc/include/interface/vctypes/ +-rw-r--r-- root/root opt/vc/include/interface/vctypes/vc_display_types.h +-rw-r--r-- root/root opt/vc/include/interface/vctypes/vc_image_structs.h +-rw-r--r-- root/root opt/vc/include/interface/vctypes/vc_image_types.h +drwxr-xr-x root/root opt/vc/include/interface/vmcs_host/ +drwxr-xr-x root/root opt/vc/include/interface/vmcs_host/khronos/ +drwxr-xr-x root/root opt/vc/include/interface/vmcs_host/khronos/IL/ +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/khronos/IL/OMX_Audio.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/khronos/IL/OMX_Broadcom.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/khronos/IL/OMX_Component.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/khronos/IL/OMX_Core.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/khronos/IL/OMX_ILCS.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/khronos/IL/OMX_IVCommon.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/khronos/IL/OMX_Image.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/khronos/IL/OMX_Index.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/khronos/IL/OMX_Other.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/khronos/IL/OMX_Types.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/khronos/IL/OMX_Video.h +drwxr-xr-x root/root opt/vc/include/interface/vmcs_host/linux/ +drwxr-xr-x root/root opt/vc/include/interface/vmcs_host/linux/vcfiled/ +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/linux/vcfiled/vcfiled_check.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/linux/vchost_config.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_cec.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_cecservice.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_cecservice_defs.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_cma.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_dispmanx.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_dispmanx_types.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_dispservice_defs.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_dispservice_x_defs.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_fileservice_defs.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_gencmd_defs.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_hdmi.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_hdmi_property.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_ilcs_defs.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_imageconv_defs.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_sdtv.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_service_common.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_tvservice.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_tvservice_defs.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_vchi_audioserv_defs.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_vchi_bufman.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_vchi_bufman_defs.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_vchi_dispmanx.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_vchi_fileservice_defs.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_vchi_filesys.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_vchi_gencmd.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vc_vchi_gpuserv.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vcfilesys.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vcfilesys_defs.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vcgencmd.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vchost.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vchost_platform_config.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vcilcs.h +-rw-r--r-- root/root opt/vc/include/interface/vmcs_host/vcilcs_common.h +drwxr-xr-x root/root opt/vc/include/vcinclude/ +-rw-r--r-- root/root opt/vc/include/vcinclude/common.h +-rw-r--r-- root/root opt/vc/include/vcinclude/vc_image_types.h +-rw-r--r-- root/root opt/vc/include/vcinclude/vcore.h +drwxr-xr-x root/root opt/vc/lib/ +-rwxr-xr-x root/root opt/vc/lib/libbcm_host.so +-rwxr-xr-x root/root opt/vc/lib/libdebug_sym.so +-rw-r--r-- root/root opt/vc/lib/libdebug_sym_static.a +-rwxr-xr-x root/root opt/vc/lib/libdtovl.so +-rwxr-xr-x root/root opt/vc/lib/libvchiq_arm.so +-rw-r--r-- root/root opt/vc/lib/libvchostif.a +-rw-r--r-- root/root opt/vc/lib/libvcilcs.a +-rwxr-xr-x root/root opt/vc/lib/libvcos.so +drwxr-xr-x root/root opt/vc/lib/pkgconfig/ +-rw-r--r-- root/root opt/vc/lib/pkgconfig/bcm_host.pc +-rw-r--r-- root/root opt/vc/lib/pkgconfig/brcmegl.pc +-rw-r--r-- root/root opt/vc/lib/pkgconfig/brcmglesv2.pc +-rw-r--r-- root/root opt/vc/lib/pkgconfig/brcmvg.pc +-rw-r--r-- root/root opt/vc/lib/pkgconfig/mmal.pc +-rw-r--r-- root/root opt/vc/lib/pkgconfig/vcsm.pc +drwxr-xr-x root/root opt/vc/src/ +drwxr-xr-x root/root opt/vc/src/hello_pi/ +-rw-r--r-- root/root opt/vc/src/hello_pi/CMakeLists.txt +-rw-r--r-- root/root opt/vc/src/hello_pi/Makefile.include +drwxr-xr-x root/root opt/vc/src/hello_pi/hello_audio/ +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_audio/CMakeLists.txt +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_audio/Makefile +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_audio/audio.c +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_audio/audioplay.h +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_audio/sinewave.c +drwxr-xr-x root/root opt/vc/src/hello_pi/hello_dispmanx/ +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_dispmanx/CMakeLists.txt +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_dispmanx/Makefile +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_dispmanx/dispmanx.c +drwxr-xr-x root/root opt/vc/src/hello_pi/hello_encode/ +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_encode/CMakeLists.txt +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_encode/Makefile +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_encode/encode.c +drwxr-xr-x root/root opt/vc/src/hello_pi/hello_fft/ +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/gpu_fft.c +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/gpu_fft.h +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/gpu_fft.txt +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/gpu_fft_base.c +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/gpu_fft_shaders.c +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/gpu_fft_trans.c +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/gpu_fft_trans.h +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/gpu_fft_twiddles.c +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/hello_fft.c +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/hello_fft_2d.c +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/hello_fft_2d_bitmap.h +drwxr-xr-x root/root opt/vc/src/hello_pi/hello_fft/hex/ +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/hex/shader_1024k.hex +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/hex/shader_128k.hex +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/hex/shader_16k.hex +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/hex/shader_1k.hex +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/hex/shader_2048k.hex +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/hex/shader_256.hex +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/hex/shader_256k.hex +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/hex/shader_2k.hex +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/hex/shader_32k.hex +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/hex/shader_4096k.hex +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/hex/shader_4k.hex +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/hex/shader_512.hex +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/hex/shader_512k.hex +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/hex/shader_64k.hex +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/hex/shader_8k.hex +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/hex/shader_trans.hex +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/mailbox.c +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/mailbox.h +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/makefile +drwxr-xr-x root/root opt/vc/src/hello_pi/hello_fft/qasm/ +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/qasm/gpu_fft.qinc +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/qasm/gpu_fft_1024k.qasm +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/qasm/gpu_fft_128k.qasm +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/qasm/gpu_fft_16k.qasm +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/qasm/gpu_fft_1k.qasm +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/qasm/gpu_fft_2048k.qasm +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/qasm/gpu_fft_2048k.qinc +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/qasm/gpu_fft_256.qasm +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/qasm/gpu_fft_256k.qasm +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/qasm/gpu_fft_2k.qasm +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/qasm/gpu_fft_32k.qasm +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/qasm/gpu_fft_4096k.qasm +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/qasm/gpu_fft_4k.qasm +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/qasm/gpu_fft_512.qasm +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/qasm/gpu_fft_512k.qasm +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/qasm/gpu_fft_64k.qasm +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/qasm/gpu_fft_8k.qasm +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/qasm/gpu_fft_ex.qinc +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_fft/qasm/gpu_fft_trans.qasm +drwxr-xr-x root/root opt/vc/src/hello_pi/hello_font/ +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_font/CMakeLists.txt +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_font/Makefile +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_font/Vera.ttf +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_font/main.c +drwxr-xr-x root/root opt/vc/src/hello_pi/hello_jpeg/ +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_jpeg/CMakeLists.txt +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_jpeg/Makefile +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_jpeg/jpeg.c +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_jpeg/jpeg.h +drwxr-xr-x root/root opt/vc/src/hello_pi/hello_mmal_encode/ +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_mmal_encode/Makefile +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_mmal_encode/mmal_encode.c +drwxr-xr-x root/root opt/vc/src/hello_pi/hello_teapot/ +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_teapot/CMakeLists.txt +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_teapot/Makefile +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_teapot/cube_texture_and_coords.h +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_teapot/models.c +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_teapot/models.h +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_teapot/teapot.obj.dat +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_teapot/triangle.c +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_teapot/triangle.h +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_teapot/video.c +drwxr-xr-x root/root opt/vc/src/hello_pi/hello_tiger/ +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_tiger/CMakeLists.txt +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_tiger/Makefile +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_tiger/main.c +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_tiger/tiger.c +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_tiger/tiger.h +drwxr-xr-x root/root opt/vc/src/hello_pi/hello_triangle/ +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_triangle/CMakeLists.txt +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_triangle/Djenne_128_128.raw +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_triangle/Gaudi_128_128.raw +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_triangle/Lucca_128_128.raw +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_triangle/Makefile +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_triangle/cube_texture_and_coords.h +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_triangle/triangle.c +drwxr-xr-x root/root opt/vc/src/hello_pi/hello_triangle2/ +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_triangle2/CMakeLists.txt +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_triangle2/Makefile +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_triangle2/triangle2.c +drwxr-xr-x root/root opt/vc/src/hello_pi/hello_video/ +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_video/CMakeLists.txt +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_video/Makefile +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_video/test.h264 +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_video/video.c +drwxr-xr-x root/root opt/vc/src/hello_pi/hello_videocube/ +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_videocube/CMakeLists.txt +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_videocube/Makefile +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_videocube/cube_texture_and_coords.h +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_videocube/triangle.c +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_videocube/triangle.h +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_videocube/video.c +drwxr-xr-x root/root opt/vc/src/hello_pi/hello_world/ +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_world/CMakeLists.txt +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_world/Makefile +-rw-r--r-- root/root opt/vc/src/hello_pi/hello_world/world.c +drwxr-xr-x root/root opt/vc/src/hello_pi/libs/ +drwxr-xr-x root/root opt/vc/src/hello_pi/libs/ilclient/ +-rw-r--r-- root/root opt/vc/src/hello_pi/libs/ilclient/Makefile +-rw-r--r-- root/root opt/vc/src/hello_pi/libs/ilclient/ilclient.c +-rw-r--r-- root/root opt/vc/src/hello_pi/libs/ilclient/ilclient.h +-rw-r--r-- root/root opt/vc/src/hello_pi/libs/ilclient/ilcore.c +drwxr-xr-x root/root opt/vc/src/hello_pi/libs/revision/ +-rw-r--r-- root/root opt/vc/src/hello_pi/libs/revision/Makefile +-rw-r--r-- root/root opt/vc/src/hello_pi/libs/revision/revision.c +-rw-r--r-- root/root opt/vc/src/hello_pi/libs/revision/revision.h +drwxr-xr-x root/root opt/vc/src/hello_pi/libs/vgfont/ +-rw-r--r-- root/root opt/vc/src/hello_pi/libs/vgfont/Makefile +-rw-r--r-- root/root opt/vc/src/hello_pi/libs/vgfont/font.c +-rw-r--r-- root/root opt/vc/src/hello_pi/libs/vgfont/graphics.c +-rw-r--r-- root/root opt/vc/src/hello_pi/libs/vgfont/graphics_x_private.h +-rw-r--r-- root/root opt/vc/src/hello_pi/libs/vgfont/vgfont.h +-rw-r--r-- root/root opt/vc/src/hello_pi/libs/vgfont/vgft.c +-rw-r--r-- root/root opt/vc/src/hello_pi/libs/vgfont/vgft.h +-rw-r--r-- root/root opt/vc/src/hello_pi/rebuild.sh diff --git a/rpi3-userland/.signature b/rpi3-userland/.signature new file mode 100644 index 0000000..1d1bc3f --- /dev/null +++ b/rpi3-userland/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/raspberrypi3-arm.pub +RWROOThsoDo5hK4WJCUUmWTokF/LsuS7VdNwGuEM5ptbw2yGGymmkViQOKpU7RZULSJc2vyY5Er220n1WQdCnGc6hoV4tNBDlQI= +SHA256 (Pkgfile) = 60882117d402df9b32b61489d13e643a7205b5795ac0e47d3fd43b4b74fa2e38 +SHA256 (.footprint) = 58f7475508dca206d71040df715a0f97179c73762740324373327b6e0d429cf4 +SHA256 (rpi3-userland-20190925.tar.gz) = 1e0d4e7b837c9d36f5e987dd50ffad6d9c091e24e8638356399dba5d45866282 diff --git a/rpi3-userland/Pkgfile b/rpi3-userland/Pkgfile new file mode 100644 index 0000000..8a21124 --- /dev/null +++ b/rpi3-userland/Pkgfile @@ -0,0 +1,24 @@ +# Description: Source code for ARM side libraries for interfacing to Raspberry Pi GPU. +# URL: https://github.com/raspberrypi/userland +# Maintainer: +# Depends on: cmake + +name=rpi3-userland +version=20190925 +release=1 +commit=13b33c8ee52521ac3c804ffa6d8e8b8a8cd30697 +source=(https://github.com/raspberrypi/userland/archive/$commit/$name-$version.tar.gz) + +build() { + mkdir build + cd build + cmake -DCMAKE_BUILD_TYPE=Release \ + -DARM64=aarch64 \ + ../userland-$commit + make + make DESTDIR=$PKG install + find $PKG \(\ + -iname "*readme*" \ + -o -iname "*license*" \ + \) -exec rm -fr '{}' \+ +} -- 2.26.2 From 43e745d9e25c1de72269b579d06473d2d7e2c18a Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Sun, 1 Dec 2019 17:47:54 +0100 Subject: [PATCH 14/16] rpi3-userland: removed junk file --- rpi3-userland/.Pkgfile.un~ | Bin 545 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 rpi3-userland/.Pkgfile.un~ diff --git a/rpi3-userland/.Pkgfile.un~ b/rpi3-userland/.Pkgfile.un~ deleted file mode 100644 index ff6bb0d3ae4726bbf9a26cc6222a14ba7decf2c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 545 zcmWH`%$*;a=aT=Ffk|nxs@9M5^J+ddwiXJ#%dh!uRGX+ir+C3{Rc5z)%M8CUFfd2} zF?ViuN@kHlQfX#R3XsbS#2~;3#mH=s7(?vi?FB3l+4u_}0W<)Tf*Hc_9|*ukp(z^W hQY!?2(UA|0j<2BT Date: Fri, 2 Jan 1970 11:16:59 +0100 Subject: [PATCH 15/16] rpi3-userland: updated to 20191217 --- rpi3-userland/.footprint | 97 +++++++++++++++++++++++++++++++++++++++- rpi3-userland/.signature | 8 ++-- rpi3-userland/Pkgfile | 6 +-- 3 files changed, 103 insertions(+), 8 deletions(-) diff --git a/rpi3-userland/.footprint b/rpi3-userland/.footprint index 0619d73..004eb23 100644 --- a/rpi3-userland/.footprint +++ b/rpi3-userland/.footprint @@ -1,11 +1,27 @@ drwxr-xr-x root/root opt/ drwxr-xr-x root/root opt/vc/ drwxr-xr-x root/root opt/vc/bin/ +-rwxr-xr-x root/root opt/vc/bin/containers_check_frame_int +-rwxr-xr-x root/root opt/vc/bin/containers_datagram_receiver +-rwxr-xr-x root/root opt/vc/bin/containers_datagram_sender +-rwxr-xr-x root/root opt/vc/bin/containers_dump_pktfile +-rwxr-xr-x root/root opt/vc/bin/containers_rtp_decoder +-rwxr-xr-x root/root opt/vc/bin/containers_stream_client +-rwxr-xr-x root/root opt/vc/bin/containers_stream_server +-rwxr-xr-x root/root opt/vc/bin/containers_test +-rwxr-xr-x root/root opt/vc/bin/containers_test_bits +-rwxr-xr-x root/root opt/vc/bin/containers_test_uri +-rwxr-xr-x root/root opt/vc/bin/containers_uri_pipe -rwxr-xr-x root/root opt/vc/bin/dtmerge -rwxr-xr-x root/root opt/vc/bin/dtoverlay -rwxr-xr-x root/root opt/vc/bin/dtoverlay-post -rwxr-xr-x root/root opt/vc/bin/dtoverlay-pre lrwxrwxrwx root/root opt/vc/bin/dtparam -> dtoverlay +-rwxr-xr-x root/root opt/vc/bin/mmal_vc_diag +-rwxr-xr-x root/root opt/vc/bin/raspistill +-rwxr-xr-x root/root opt/vc/bin/raspivid +-rwxr-xr-x root/root opt/vc/bin/raspividyuv +-rwxr-xr-x root/root opt/vc/bin/raspiyuv -rwxr-xr-x root/root opt/vc/bin/tvservice -rwxr-xr-x root/root opt/vc/bin/vcgencmd -rwxr-xr-x root/root opt/vc/bin/vchiq_test @@ -50,6 +66,52 @@ drwxr-xr-x root/root opt/vc/include/WF/ -rw-r--r-- root/root opt/vc/include/WF/wfcplatform.h -rw-r--r-- root/root opt/vc/include/bcm_host.h drwxr-xr-x root/root opt/vc/include/interface/ +drwxr-xr-x root/root opt/vc/include/interface/mmal/ +drwxr-xr-x root/root opt/vc/include/interface/mmal/core/ +-rw-r--r-- root/root opt/vc/include/interface/mmal/core/mmal_buffer_private.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/core/mmal_clock_private.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/core/mmal_component_private.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/core/mmal_core_private.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/core/mmal_events_private.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/core/mmal_port_private.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/mmal.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/mmal_buffer.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/mmal_clock.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/mmal_common.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/mmal_component.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/mmal_encodings.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/mmal_events.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/mmal_format.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/mmal_logging.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/mmal_parameters.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/mmal_parameters_audio.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/mmal_parameters_camera.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/mmal_parameters_clock.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/mmal_parameters_common.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/mmal_parameters_video.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/mmal_pool.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/mmal_port.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/mmal_queue.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/mmal_types.h +drwxr-xr-x root/root opt/vc/include/interface/mmal/util/ +-rw-r--r-- root/root opt/vc/include/interface/mmal/util/mmal_component_wrapper.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/util/mmal_connection.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/util/mmal_default_components.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/util/mmal_graph.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/util/mmal_il.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/util/mmal_list.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/util/mmal_param_convert.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/util/mmal_util.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/util/mmal_util_params.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/util/mmal_util_rational.h +drwxr-xr-x root/root opt/vc/include/interface/mmal/vc/ +-rw-r--r-- root/root opt/vc/include/interface/mmal/vc/mmal_vc_api.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/vc/mmal_vc_api_drm.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/vc/mmal_vc_client_priv.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/vc/mmal_vc_msgnames.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/vc/mmal_vc_msgs.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/vc/mmal_vc_opaque_alloc.h +-rw-r--r-- root/root opt/vc/include/interface/mmal/vc/mmal_vc_shm.h drwxr-xr-x root/root opt/vc/include/interface/peer/ -rw-r--r-- root/root opt/vc/include/interface/peer/vc_vchi_dispmanx_common.h drwxr-xr-x root/root opt/vc/include/interface/vchi/ @@ -130,6 +192,8 @@ drwxr-xr-x root/root opt/vc/include/interface/vcos/pthreads/ -rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_timer.h -rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_tls.h -rw-r--r-- root/root opt/vc/include/interface/vcos/vcos_types.h +drwxr-xr-x root/root opt/vc/include/interface/vcsm/ +-rw-r--r-- root/root opt/vc/include/interface/vcsm/user-vcsm.h drwxr-xr-x root/root opt/vc/include/interface/vctypes/ -rw-r--r-- root/root opt/vc/include/interface/vctypes/vc_display_types.h -rw-r--r-- root/root opt/vc/include/interface/vctypes/vc_image_structs.h @@ -191,13 +255,19 @@ drwxr-xr-x root/root opt/vc/include/vcinclude/ -rw-r--r-- root/root opt/vc/include/vcinclude/vcore.h drwxr-xr-x root/root opt/vc/lib/ -rwxr-xr-x root/root opt/vc/lib/libbcm_host.so +-rwxr-xr-x root/root opt/vc/lib/libcontainers.so -rwxr-xr-x root/root opt/vc/lib/libdebug_sym.so -rw-r--r-- root/root opt/vc/lib/libdebug_sym_static.a -rwxr-xr-x root/root opt/vc/lib/libdtovl.so +-rwxr-xr-x root/root opt/vc/lib/libmmal.so +-rwxr-xr-x root/root opt/vc/lib/libmmal_components.so +-rwxr-xr-x root/root opt/vc/lib/libmmal_core.so +-rwxr-xr-x root/root opt/vc/lib/libmmal_util.so +-rwxr-xr-x root/root opt/vc/lib/libmmal_vc_client.so -rwxr-xr-x root/root opt/vc/lib/libvchiq_arm.so -rw-r--r-- root/root opt/vc/lib/libvchostif.a --rw-r--r-- root/root opt/vc/lib/libvcilcs.a -rwxr-xr-x root/root opt/vc/lib/libvcos.so +-rwxr-xr-x root/root opt/vc/lib/libvcsm.so drwxr-xr-x root/root opt/vc/lib/pkgconfig/ -rw-r--r-- root/root opt/vc/lib/pkgconfig/bcm_host.pc -rw-r--r-- root/root opt/vc/lib/pkgconfig/brcmegl.pc @@ -205,6 +275,31 @@ drwxr-xr-x root/root opt/vc/lib/pkgconfig/ -rw-r--r-- root/root opt/vc/lib/pkgconfig/brcmvg.pc -rw-r--r-- root/root opt/vc/lib/pkgconfig/mmal.pc -rw-r--r-- root/root opt/vc/lib/pkgconfig/vcsm.pc +drwxr-xr-x root/root opt/vc/lib/plugins/ +-rwxr-xr-x root/root opt/vc/lib/plugins/reader_asf.so +-rwxr-xr-x root/root opt/vc/lib/plugins/reader_avi.so +-rwxr-xr-x root/root opt/vc/lib/plugins/reader_binary.so +-rwxr-xr-x root/root opt/vc/lib/plugins/reader_flv.so +-rwxr-xr-x root/root opt/vc/lib/plugins/reader_metadata_id3.so +-rwxr-xr-x root/root opt/vc/lib/plugins/reader_mkv.so +-rwxr-xr-x root/root opt/vc/lib/plugins/reader_mp4.so +-rwxr-xr-x root/root opt/vc/lib/plugins/reader_mpga.so +-rwxr-xr-x root/root opt/vc/lib/plugins/reader_ps.so +-rwxr-xr-x root/root opt/vc/lib/plugins/reader_qsynth.so +-rwxr-xr-x root/root opt/vc/lib/plugins/reader_raw_video.so +-rwxr-xr-x root/root opt/vc/lib/plugins/reader_rcv.so +-rwxr-xr-x root/root opt/vc/lib/plugins/reader_rtp.so +-rwxr-xr-x root/root opt/vc/lib/plugins/reader_rtsp.so +-rwxr-xr-x root/root opt/vc/lib/plugins/reader_rv9.so +-rwxr-xr-x root/root opt/vc/lib/plugins/reader_simple.so +-rwxr-xr-x root/root opt/vc/lib/plugins/reader_wav.so +-rwxr-xr-x root/root opt/vc/lib/plugins/writer_asf.so +-rwxr-xr-x root/root opt/vc/lib/plugins/writer_avi.so +-rwxr-xr-x root/root opt/vc/lib/plugins/writer_binary.so +-rwxr-xr-x root/root opt/vc/lib/plugins/writer_dummy.so +-rwxr-xr-x root/root opt/vc/lib/plugins/writer_mp4.so +-rwxr-xr-x root/root opt/vc/lib/plugins/writer_raw_video.so +-rwxr-xr-x root/root opt/vc/lib/plugins/writer_simple.so drwxr-xr-x root/root opt/vc/src/ drwxr-xr-x root/root opt/vc/src/hello_pi/ -rw-r--r-- root/root opt/vc/src/hello_pi/CMakeLists.txt diff --git a/rpi3-userland/.signature b/rpi3-userland/.signature index 1d1bc3f..63f0890 100644 --- a/rpi3-userland/.signature +++ b/rpi3-userland/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/raspberrypi3-arm.pub -RWROOThsoDo5hK4WJCUUmWTokF/LsuS7VdNwGuEM5ptbw2yGGymmkViQOKpU7RZULSJc2vyY5Er220n1WQdCnGc6hoV4tNBDlQI= -SHA256 (Pkgfile) = 60882117d402df9b32b61489d13e643a7205b5795ac0e47d3fd43b4b74fa2e38 -SHA256 (.footprint) = 58f7475508dca206d71040df715a0f97179c73762740324373327b6e0d429cf4 -SHA256 (rpi3-userland-20190925.tar.gz) = 1e0d4e7b837c9d36f5e987dd50ffad6d9c091e24e8638356399dba5d45866282 +RWROOThsoDo5hFpvzF3cS2aNuKb8S7UNdqPGhkBw7fvNJOV7Pm+FBwyWrBAqTc4i/JAO9hf8DeenYbl7VvGw1U4zPaAEWQdxpAY= +SHA256 (Pkgfile) = 8ea57dd2c901148e40e1f6ef61363d80872a5a65251709b5ad0ea02548e96023 +SHA256 (.footprint) = 0d9e89c63f23fb76290fc1d6f0d4bc87f21de32584a073d1a9a76f05ce0a6ad7 +SHA256 (rpi3-userland-20191217.tar.gz) = cb0f1d653fdb9975783f30359277d9de2868607381e081796eac68745e3e8324 diff --git a/rpi3-userland/Pkgfile b/rpi3-userland/Pkgfile index 8a21124..a341c8b 100644 --- a/rpi3-userland/Pkgfile +++ b/rpi3-userland/Pkgfile @@ -4,16 +4,16 @@ # Depends on: cmake name=rpi3-userland -version=20190925 +version=20191217 release=1 -commit=13b33c8ee52521ac3c804ffa6d8e8b8a8cd30697 +commit=42ec119e03eb8dffc7c83e2ac0e665e333abbef6 source=(https://github.com/raspberrypi/userland/archive/$commit/$name-$version.tar.gz) build() { mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release \ - -DARM64=aarch64 \ + -DARM64=ON \ ../userland-$commit make make DESTDIR=$PKG install -- 2.26.2 From b541babfe7a6a3b20d9769fccb98d87318c0ad7f Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 4 Dec 2020 19:49:16 +0100 Subject: [PATCH 16/16] prt-get: updated to 5.19.4 --- prt-get/.md5sum | 3 --- prt-get/.signature | 7 +++++++ prt-get/Pkgfile | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 prt-get/.md5sum create mode 100644 prt-get/.signature diff --git a/prt-get/.md5sum b/prt-get/.md5sum deleted file mode 100644 index 19ab2bb..0000000 --- a/prt-get/.md5sum +++ /dev/null @@ -1,3 +0,0 @@ -13ca2d5e99fb89f125f65951c41b0779 prt-get-5.19.3.tar.xz -4f6b710e4d2b18c70cfe5e4a593938b7 prt-get.aliases -a2bede4fb8efe16f1317fb52e37a2835 prt-get.conf diff --git a/prt-get/.signature b/prt-get/.signature new file mode 100644 index 0000000..4d3896c --- /dev/null +++ b/prt-get/.signature @@ -0,0 +1,7 @@ +untrusted comment: verify with /etc/ports/raspberrypi3-arm.pub +RWROOThsoDo5hMnLwNGN10jR2QHBuuqoaHeNb23FSCY/ogFjYdvStS5LD+dBneZI3J4PSfCYUQ7sn5Bz3AG6wqKwezx+mj2EAgI= +SHA256 (Pkgfile) = 2db33c9b67da7e9a836e475b7c36407522652c805b18760c9acb979a957b6a60 +SHA256 (.footprint) = 9a36be18f29307db9bfad99ab7bd2fd07b8342b935406bc89b7bde8f804292b6 +SHA256 (prt-get-5.19.4.tar.xz) = e63b00b89d3e29b135f086a05b4f455c90b12440c18ea82d06d06dc0986a0129 +SHA256 (prt-get.conf) = a5d28637d904e7a0399a28fe5a886f2f9d83c4613fdf2becebd3c0d708a2c2b2 +SHA256 (prt-get.aliases) = df473d38e59d1d6cd859d986a5d6586fdc54bfd51663313c63a939e941984b7b diff --git a/prt-get/Pkgfile b/prt-get/Pkgfile index fa251f8..67a0c75 100644 --- a/prt-get/Pkgfile +++ b/prt-get/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=prt-get -version=5.19.3 +version=5.19.4 release=1 source=(http://crux.nu/files/prt-get-$version.tar.xz prt-get.conf prt-get.aliases) -- 2.26.2