Package Details: mingw-w64-mariadb-connector-c 3.3.10-2

Git Clone URL: https://aur.archlinux.org/mingw-w64-mariadb-connector-c.git (read-only, click to copy)
Package Base: mingw-w64-mariadb-connector-c
Description: MariaDB client libraries (mingw-w64)
Upstream URL: https://mariadb.com/kb/en/mariadb/about-mariadb-connector-c
Licenses: LGPL-2.1-or-later
Conflicts: mingw-w64-libmariadbclient
Provides: mingw-w64-libmariadbclient
Replaces: mingw-w64-libmariadbclient
Submitter: ant32
Maintainer: Martchus
Last Packager: Martchus
Votes: 12
Popularity: 0.000000
First Submitted: 2015-02-05 18:25 (UTC)
Last Updated: 2024-08-11 18:15 (UTC)

Pinned Comments

Martchus commented on 2016-05-31 08:06 (UTC) (edited on 2021-04-15 08:44 (UTC) by Martchus)

All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs Patches for this package are managed at: https://github.com/Martchus/mariadb-connector-c/tree/v3.1.9-mingw-w64

There also exist a binary repository: https://martchus.no-ip.biz/repo/arch/ownstuff

Latest Comments

1 2 3 4 Next › Last »

Martchus commented on 2024-08-10 17:13 (UTC)

I'm going to push an updated version soon that is streamlined with what MSYS2 is doing. I just need to test whether Qt is still building against it (and update Qt 5 packages accordingly).

Martchus commented on 2023-11-07 13:41 (UTC)

I know this is out-of-date but the current version unfortunately doesn't build. You can find my latest attempt on https://github.com/Martchus/PKGBUILDs/compare/master...update/mariadb-connector-c.

gerum100 commented on 2021-11-21 11:41 (UTC)

The download URL does not exists. Only package versions up to version 3.2.0 are accessible there.

Martchus commented on 2021-08-26 18:39 (UTC)

3.2.3 broke stuff leading to patches like https://github.com/archlinux/svntogit-packages/commit/38d1711c9975bfd08c1c2c02c963dcbdc9c6851d#diff-3e341d2d9c67be01819b25b25d5e53ea3cdf3a38d28846cda85a195eb9b7203a. For mingw-w64 I'd like to refrain from that effort and just delay updates until I find the time to verify that the issue is fixed in 3.2.4.

Martchus commented on 2020-09-12 18:18 (UTC)

I've added you as co-maintainer but I'm currently looking into it myself. I'm rebasing the patch against the current version first.

What's the intention of the proposed change? IF(NOT WIN32) looks like you want to get rid of the pkg-config file.

xantares commented on 2020-09-12 12:19 (UTC) (edited on 2020-09-12 12:19 (UTC) by xantares)

hello,

could we patch to install pkgconfig files in CMakeLists.txt:

IF(NOT WIN32)

ADD_SUBDIRECTORY(mariadb_config)

ENDIF()

xan

luntik2012 commented on 2018-11-30 11:09 (UTC)

please, replace your url via http://archive.mariadb.org/connector-c-2.3.3/mariadb-connector-c-2.3.3-src.tar.gz

luntik2012 commented on 2018-11-30 11:07 (UTC)

404 now

luntik2012 commented on 2018-11-29 12:34 (UTC)

oracle website shows registration dialog

curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading https://downloads.mariadb.org/interstitial/connector-c-2.3.3/mariadb-connector-c-2.3.3-src.tar.gz Aborting... ==> ERROR: Makepkg was unable to build mingw-w64-mariadb-connector-c.

Martchus commented on 2018-07-30 13:08 (UTC) (edited on 2018-07-30 13:09 (UTC) by Martchus)

@adsun I'm aware that this is out of date. Like I said in the previous comment, there are issues blocking me to upgrade and I currently lack the motivation to fix them. Any help with this is appreciated of course.

Here my WIP branches:
PKGBUILD itself: https://github.com/Martchus/PKGBUILDs/commits/update/mariadb-connector-c
patches: https://github.com/Martchus/mariadb-connector-c/tree/v3.0.2-mingw-w64