1 Commits
Author SHA1 Message Date
klemek 99a71e9833 forge (steel) v1.0.2
Clang Lint CI / lint-no-video (push) Successful in 1m0s
Clang Lint CI / lint-video (push) Successful in 2m0s
Clang Build CI / run-no-video (push) Successful in 1m59s
Clang Build CI / run-video (push) Successful in 1m11s
Clang Build CI / build-release (push) Successful in 3m3s
2026-05-13 16:32:28 +02:00
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ release-arch make arch-linux release package
# make full build # make full build
make -f Makefile.dev release-1.0.0 make -f Makefile.dev release-1.0.0
# push release # push release
git push origin main --tags git push origin master --tags
# create release from tag on github # create release from tag on github
# attach .tar.gz to the github release # attach .tar.gz to the github release
make -f Makefile.dev release-arch make -f Makefile.dev release-arch
@@ -137,4 +137,4 @@ make -f Makefile.dev release-arch
- [ ] Play from record text file - [ ] Play from record text file
- [ ] Fixes - [ ] Fixes
- [ ] Try to write NanoKontrol config - [ ] Try to write NanoKontrol config
- [x] Investigate video device fps loss (bad unregister ?) - [x] Investigate video device fps loss (bad unregister ?)
+2 -2
View File
@@ -82,7 +82,7 @@ test-release: clean clean-release
.PHONY: release-% .PHONY: release-%
release-%: clean clean-release release-%: clean clean-release
git pull origin main git pull origin master
sed -i -E "s/[0-9]+\\.[0-9]+\\.[0-9]+/$*/g" configure.ac sed -i -E "s/[0-9]+\\.[0-9]+\\.[0-9]+/$*/g" configure.ac
aclocal aclocal
autoconf autoconf
@@ -96,7 +96,7 @@ release-%: clean clean-release
git add configure.ac PKGBUILD git add configure.ac PKGBUILD
git commit -am "forge (steel) v$*" git commit -am "forge (steel) v$*"
git tag v$* -m "forge (steel) v$*" git tag v$* -m "forge (steel) v$*"
@echo "Push release: git push origin main --tags" @echo "Push release: git push origin master --tags"
@echo "Rollback release: git reset HEAD~1 --hard && git tag -d v$*" @echo "Rollback release: git reset HEAD~1 --hard && git tag -d v$*"
+1 -1
View File
@@ -6,7 +6,7 @@ arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64' 'riscv64')
depends=('glfw>=1:3', 'v4l-utils>=1.32', 'alsa-lib>=1.2', 'libglvnd>=1.7') depends=('glfw>=1:3', 'v4l-utils>=1.32', 'alsa-lib>=1.2', 'libglvnd>=1.7')
url="https://github.com/klemek/forge-steel" url="https://github.com/klemek/forge-steel"
source=("${pkgname}-steel-${pkgver}.tar.gz::https://git.klemek.fr/klemek/forge-steel/releases/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz") source=("${pkgname}-steel-${pkgver}.tar.gz::https://git.klemek.fr/klemek/forge-steel/releases/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('fd1c794db083cb8fe5058a7139f42f5ab762e6fd66a733a0832d6d05ff9ae688') sha256sums=('53d47f1099556597bf4d9e09d9874e465aad77b3aaa51b3259a1fb955e774f83')
srcdir=build srcdir=build
backup=("usr/share/${pkgname}") backup=("usr/share/${pkgname}")