forked from ports/compat-32
Merge branch '3.2' into 3.3
This commit is contained in:
commit
9524c9122b
@ -1 +1 @@
|
||||
31964aa15bdea1a40c5941d4ce0962ee libdrm-2.4.74.tar.bz2
|
||||
57b0589122ec4b8d5dfb9e430a21f0b3 libdrm-2.4.75.tar.bz2
|
||||
|
@ -1,15 +1,15 @@
|
||||
# Description: Userspace interface to kernel DRM services
|
||||
# URL: http://dri.freedesktop.org/
|
||||
# URL: https://dri.freedesktop.org/
|
||||
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
||||
# Depends on: libpthread-stubs-32 xorg-libpciaccess-32 libdrm
|
||||
|
||||
name=libdrm-32
|
||||
version=2.4.74
|
||||
version=2.4.75
|
||||
release=1
|
||||
source=(http://dri.freedesktop.org/libdrm/libdrm-$version.tar.bz2)
|
||||
source=(https://dri.freedesktop.org/${name%-*}/${name%-*}-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd libdrm-$version
|
||||
cd ${name%-*}-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
@ -2,6 +2,6 @@ drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/lib32/
|
||||
-rw-r--r-- root/root usr/lib32/libgcrypt.a
|
||||
-rwxr-xr-x root/root usr/lib32/libgcrypt.la
|
||||
lrwxrwxrwx root/root usr/lib32/libgcrypt.so -> libgcrypt.so.20.1.5
|
||||
lrwxrwxrwx root/root usr/lib32/libgcrypt.so.20 -> libgcrypt.so.20.1.5
|
||||
-rwxr-xr-x root/root usr/lib32/libgcrypt.so.20.1.5
|
||||
lrwxrwxrwx root/root usr/lib32/libgcrypt.so -> libgcrypt.so.20.1.6
|
||||
lrwxrwxrwx root/root usr/lib32/libgcrypt.so.20 -> libgcrypt.so.20.1.6
|
||||
-rwxr-xr-x root/root usr/lib32/libgcrypt.so.20.1.6
|
||||
|
@ -1 +1 @@
|
||||
74c8b4b2118946dcbfec5ff1cbf97177 libgcrypt-1.7.5.tar.bz2
|
||||
54e180679a7ae4d090f8689ca32b654c libgcrypt-1.7.6.tar.bz2
|
||||
|
@ -1,15 +1,15 @@
|
||||
# Description: A general purpose cryptographic library based on GnuPG
|
||||
# URL: http://www.gnupg.org/
|
||||
# URL: https://www.gnupg.org/
|
||||
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
||||
# Depends on: libgcrypt libgpg-error-32
|
||||
|
||||
name=libgcrypt-32
|
||||
version=1.7.5
|
||||
version=1.7.6
|
||||
release=1
|
||||
source=(ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-$version.tar.bz2)
|
||||
source=(https://www.gnupg.org/ftp/gcrypt/${name%-*}/${name%-*}-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd libgcrypt-$version
|
||||
cd ${name%-*}-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
name=sqlite3-32
|
||||
version=3.16.2
|
||||
release=1
|
||||
release=2
|
||||
_version=$(printf "%i%.2i%.2i%.2i" ${version//./ })
|
||||
|
||||
source=(https://www.sqlite.org/2017/sqlite-autoconf-${_version}.tar.gz)
|
||||
@ -16,7 +16,7 @@ build() {
|
||||
CONFIG_SHELL=/bin/bash \
|
||||
CFLAGS="-DSQLITE_SECURE_DELETE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 \
|
||||
-DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
|
||||
$CFLAGS" \
|
||||
-DSQLITE_ENABLE_FTS3=1 $CFLAGS" \
|
||||
./configure --prefix=/usr --libdir=/usr/lib32 --enable-readline
|
||||
|
||||
make
|
||||
|
@ -1,12 +1,12 @@
|
||||
# Description: Hierarchical, reference counted memory pool system with destructors
|
||||
# URL: http://talloc.samba.org/
|
||||
# URL: https://talloc.samba.org/
|
||||
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
|
||||
# Depends on: python-32 talloc
|
||||
|
||||
name=talloc-32
|
||||
version=2.1.8
|
||||
release=1
|
||||
source=(http://samba.org/ftp/talloc/talloc-$version.tar.gz)
|
||||
source=(https://samba.org/ftp/talloc/talloc-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd talloc-$version
|
||||
|
Loading…
x
Reference in New Issue
Block a user