Connor Behan pushed to branch main at Arch Linux / Packaging / Packages / ming
Commits:
3577733b by Connor Behan at 2025-12-27T17:01:30-05:00
upgpkg: 0.4.8.r68.g04aee523-8: python 3.14 rebuild
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ming
pkgdesc = SWF output library
pkgver = 0.4.8.r68.g04aee523
- pkgrel = 7
+ pkgrel = 8
url = https://github.com/libming
arch = x86_64
license = GPL
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=ming
pkgver=0.4.8.r68.g04aee523
-pkgrel=7
+pkgrel=8
pkgdesc="SWF output library"
arch=('x86_64')
url="https://github.com/libming"
@@ -26,6 +26,7 @@ build() {
export CFLAGS="$CFLAGS -fcommon"
git apply ../py3.patch
git apply ../ming-0.4.8-swig-4.1.patch
+ sed -i -e "s|newEmptySWFBlock()|newEmptySWFBlock(SWFBlocktype)|"
src/blocks/block.h
#./autogen.sh
autoreconf -fvi
=====================================
REUSE.toml
=====================================
@@ -27,4 +27,4 @@ path = [
"py3.patch",
]
SPDX-FileCopyrightText = "ming contributors"
-SPDX-License-Identifier = "TODO-Choose-a-license"
+SPDX-License-Identifier = "0BSD"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ming/-/commit/3577733b79c02647614bff8b6a7d41736a09b772
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ming/-/commit/3577733b79c02647614bff8b6a7d41736a09b772
You're receiving this email because of your account on gitlab.archlinux.org.