Package Details: mingw-w64-libao 1.2.2-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-libao.git (read-only, click to copy)
Package Base: mingw-w64-libao
Description: Cross-platform audio output library and plugins (mingw-w64)
Upstream URL: https://www.xiph.org/ao/
Licenses: GPL
Submitter: smiszym
Maintainer: None
Last Packager: adsun
Votes: 2
Popularity: 0.000000
First Submitted: 2014-10-28 10:48 (UTC)
Last Updated: 2018-06-13 00:03 (UTC)

Latest Comments

Teknologicus commented on 2023-05-03 04:55 (UTC) (edited on 2023-05-03 04:58 (UTC) by Teknologicus)

Source git URL in PKGBUILD file doesn't work anymore. I was able to successfully build by changing the source URL to xiph.org's current git repository for libao:

diff -U3 PKGBUILD~ PKGBUILD
--- PKGBUILD~   2023-05-02 05:48:58.423801577 -0700
+++ PKGBUILD    2023-05-02 06:27:37.086671635 -0700
@@ -11,7 +11,7 @@
 makedepends=('mingw-w64-configure' 'autogen' 'git')
 depends=('mingw-w64-crt')
 options=('!strip' '!buildflags' 'staticlibs')
-source=("git+https://git.xiph.org/libao.git#commit=3f4b02f046550aca54d7f11a5d9c56ac421f0b66")
+source=("git+https://gitlab.xiph.org/xiph/libao.git")
 md5sums=('SKIP')

 _architectures="i686-w64-mingw32 x86_64-w64-mingw32"