upg linux6.6
add blind
This commit is contained in:
parent
8063e95106
commit
b5f0e5f9e4
12 changed files with 11828 additions and 23 deletions
24
LICENSE
24
LICENSE
|
@ -1,12 +1,22 @@
|
|||
ISC License modified:
|
||||
|
||||
Copyleft (c) 2021-2023 by joborun-linux joborun@disroot.org
|
||||
Copyright (c) 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
|
||||
Copyright (c) 1995-2003 by Internet Software Consortium
|
||||
Copyright © 1995-2003 by Internet Software Consortium
|
||||
Copyright © 2004-2010 by Internet Systems Consortium, Inc. ("ISC")
|
||||
Copyleft © 2021-2023 by joborun-linux joborun@disroot.org
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any purpose to individuals or collectives but not
|
||||
to corporations or other "legal entities" with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
|
||||
Any corporations or other "legal entities" must seek written approval for using, copying, modifying, and/or distributing, this software.
|
||||
Permission to use, copy, modify, and/or distribute this software for
|
||||
any purpose to individuals or collectives but not to corporations or
|
||||
other "legal entities" with or without fee is hereby granted, provided
|
||||
that the above copyright notice and this permission notice appear in
|
||||
all copies. Any corporations or other "legal entities" must seek
|
||||
written approval for using, copying, modifying, and/or distributing,
|
||||
this software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
||||
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY
|
||||
SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
||||
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
|
|
52
blind/PKGBUILD
Normal file
52
blind/PKGBUILD
Normal file
|
@ -0,0 +1,52 @@
|
|||
#!/usr/bin/bash
|
||||
# JOBoRun : Jwm OpenBox Obarun RUNit
|
||||
# Maintainer : Joe Bo Run <joborun@disroot.org>
|
||||
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcomm/$pkgname"
|
||||
# Website : https://pozol.eu
|
||||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=blind
|
||||
#${_pkgname}-git
|
||||
#pkgver=1.1.r140.g7fd0d92
|
||||
pkgver=1.1
|
||||
pkgrel=02
|
||||
pkgdesc="Suckless command line video editor"
|
||||
url="https://tools.suckless.org/blind/"
|
||||
# http://git.suckless.org/blind
|
||||
# makedepends=('git')
|
||||
replaces=(blind-git)
|
||||
#source=("${pkgname}::git+http://git.suckless.org/${pkgname}")
|
||||
source=(https://dl.suckless.org/tools/blind-${pkgver}.tar.gz)
|
||||
install=$pkgname.install
|
||||
|
||||
# to build from git - but there haven't been any new commits for years
|
||||
#pkgver() {
|
||||
# cd "$pkgname"
|
||||
# git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
|
||||
#}
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make PREFIX=/usr usrbin=/usr/bin usrlib=/usr/lib
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
depends=('ffmpeg')
|
||||
optdepends=('imagemagick: support for other images formats than farbfeld and PAM')
|
||||
make install PREFIX=/usr usrbin=/usr/bin usrlib=/usr/lib DESTDIR="${pkgdir}"
|
||||
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
}
|
||||
|
||||
#---- arch license gpg-key & sha256sums ----
|
||||
|
||||
arch=(x86_64)
|
||||
|
||||
license=('custom:ISC')
|
||||
|
||||
sha1sums=(ce4f24d208dedf04c1fbdca2d027175b3585a7e2)
|
||||
|
||||
sha256sums=(24f903ccb5e118d75f38d3ae0d85fed909749f978bff47ff6973ee1bfddfcc5a) # blind-1.1.tar.gz
|
||||
|
||||
## 8d71908af55a65e12b73483ba8094f78441065af9b26a3e1737c7a24c925178d blind-1.1-02-x86_64.pkg.tar.lz
|
||||
|
32
blind/PKGBUILD-aur
Normal file
32
blind/PKGBUILD-aur
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Maintiner : David Phillips < dbphillipsnz gmail >
|
||||
# Contributor: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
|
||||
|
||||
_pkgname=blind
|
||||
pkgname=${_pkgname}-git
|
||||
pkgver=1.1.r140.g7fd0d92
|
||||
pkgrel=1
|
||||
pkgdesc="Suckless command line video editor"
|
||||
arch=('x86_64' 'i686')
|
||||
url="https://tools.suckless.org/blind/"
|
||||
license=('custom:ISC')
|
||||
depends=('ffmpeg')
|
||||
optdepends=('imagemagick: support for other images formats than farbfeld and PAM')
|
||||
makedepends=('git')
|
||||
source=("${pkgname}::git+https://git.suckless.org/${_pkgname}")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd "${pkgname}"
|
||||
git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}"
|
||||
make PREFIX=/usr
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}"
|
||||
make install PREFIX=/usr DESTDIR="${pkgdir}"
|
||||
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
}
|
24
blind/PKGBUILD-aur.fixed
Normal file
24
blind/PKGBUILD-aur.fixed
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
|
||||
|
||||
pkgname=blind
|
||||
pkgver=1.1
|
||||
pkgrel=1
|
||||
pkgdesc="Suckless command line video editor"
|
||||
arch=(x86_64 i686)
|
||||
url="http://tools.suckless.org/blind/"
|
||||
license=('custom:ISC')
|
||||
depends=(ffmpeg)
|
||||
optdepends=('imagemagick: support for other images formats than farbfeld and PAM')
|
||||
source=(http://dl.suckless.org/tools/blind-${pkgver}.tar.gz)
|
||||
sha1sums=(ce4f24d208dedf04c1fbdca2d027175b3585a7e2)
|
||||
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make PREFIX=/usr
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
make install PREFIX=/usr DESTDIR="$pkgdir"
|
||||
}
|
14
blind/blind.install
Normal file
14
blind/blind.install
Normal file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/sh
|
||||
|
||||
post_install() {
|
||||
echo " "
|
||||
echo " See the demonstration video and try out the commands to get a sense of how it works"
|
||||
echo " http://dl.suckless.org/slcon/2019/slcon-2019-04-mattias_andree-blind_demonstration.webm"
|
||||
echo " "
|
||||
echo " "
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
1
blind/clean
Normal file
1
blind/clean
Normal file
|
@ -0,0 +1 @@
|
|||
rm -rf {src,pkg,blind*tar.gz,blind}
|
2
blind/deps
Normal file
2
blind/deps
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
|
2
blind/deps.0
Normal file
2
blind/deps.0
Normal file
|
@ -0,0 +1,2 @@
|
|||
git
|
||||
jack2 libglvnd ffmpeg
|
|
@ -6,12 +6,12 @@
|
|||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgbase=linux6.6
|
||||
_tag=v6.6-rc5
|
||||
pkgver=6.6rc5
|
||||
_tag=v6.6-rc6
|
||||
pkgver=6.6rc6
|
||||
pkgrel=02
|
||||
pkgdesc="Linux 6.6 rc5 w/o zstd ipv6 & rust"
|
||||
pkgdesc="Linux 6.6 rc6 w/o zstd ipv6 & rust"
|
||||
url="https://kernel.org/"
|
||||
makedepends=(bc cpio libelf pahole perl tar xz pahole gettext apparmor)
|
||||
makedepends=(bc cpio libelf pahole perl tar xz pahole gettext)
|
||||
# htmldocs ( graphviz imagemagick python-sphinx texlive-latexextra )
|
||||
options=('!strip')
|
||||
_srcname=linux-$pkgver
|
||||
|
@ -220,7 +220,6 @@ sha256sums=(SKIP # linux-6.6
|
|||
88089bd3cc4028c959d6607877e564b59aabc04a326e48fed9742fd7cdb8bd00 ## config
|
||||
7bd64ff894475b3415d792ba8466ba7e8f872af56dbf1aeed0d261fe4008b8b5) # 0001-ZEN-Add-sysctl-and-CONFIG-to-disallow-unprivileged-C.patch
|
||||
|
||||
|
||||
## 282a2954972a788948371557ca746395c574edb1ac7cad0c504d9ca739fb3152 linux6.6-6.6rc5-02-x86_64.pkg.tar.lz
|
||||
## 81c7f75c96748f11a2cad37bb8a0cd9c7d1a6821652d3e26090f3c6a04452e15 linux6.6-headers-6.6rc5-02-x86_64.pkg.tar.lz
|
||||
## 32d5d6a60061ac0f8b2f7b0513bc8621581783e037e10ae0bb4e5cd366f72c8c linux6.6-6.6rc6-02-x86_64.pkg.tar.lz
|
||||
## b8bf1a27063c73afbf5fd208392b95909e763356314e905bec7ac61ca1905a13 linux6.6-headers-6.6rc6-02-x86_64.pkg.tar.lz
|
||||
|
||||
|
|
11665
linux6.6/config.rc6
Normal file
11665
linux6.6/config.rc6
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,15 +1,19 @@
|
|||
bc
|
||||
pahole
|
||||
cpio
|
||||
xmlto
|
||||
python-sphinx
|
||||
python-sphinx_rtd_theme
|
||||
graphviz
|
||||
imagemagick
|
||||
bison
|
||||
pahole
|
||||
xmlto
|
||||
python-sphinx
|
||||
python-sphinx_rtd_theme
|
||||
gettext
|
||||
python
|
||||
git
|
||||
apparmor
|
||||
libgit2
|
||||
libjpeg-turbo
|
||||
graphite
|
||||
python
|
||||
python-fuse
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
post_install () {
|
||||
# updating module dependencies
|
||||
echo ">>> Updating module dependencies. Please wait ..."
|
||||
depmod 6.5.0-rc2-026.5
|
||||
depmod 6.6.0-rc6
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
|
@ -11,7 +11,7 @@ post_upgrade() {
|
|||
|
||||
# updating module dependencies
|
||||
echo ">>> Updating module dependencies. Please wait ..."
|
||||
depmod 6.5.0-rc2-026.5
|
||||
depmod 6.5.0-rc6
|
||||
|
||||
if [ $(vercmp $2 3.13) -lt 0 ]; then
|
||||
echo ">>> WARNING: AT keyboard support is no longer built into the kernel."
|
||||
|
@ -22,6 +22,6 @@ post_upgrade() {
|
|||
|
||||
post_remove() {
|
||||
# also remove the compat symlinks
|
||||
rm -f boot/initramfs-linux6.5.img
|
||||
rm -f boot/initramfs-linux6.5-fallback.img
|
||||
rm -f boot/initramfs-linux6.6.img
|
||||
rm -f boot/initramfs-linux6.6-fallback.img
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue