Search Criteria
Package Details: mingw-w64-libogg 1.3.4-1
Git Clone URL: | https://aur.archlinux.org/mingw-w64-libogg.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-libogg |
Description: | Ogg bitstream and framing library (mingw-w64) |
Upstream URL: | http://xiph.org |
Licenses: | |
Submitter: | naelstrof |
Maintainer: | edub4rt |
Last Packager: | xantares |
Votes: | 12 |
Popularity: | 0.000000 |
First Submitted: | 2012-07-28 21:50 |
Last Updated: | 2019-09-02 05:55 |
Latest Comments
naelstrof commented on 2014-12-09 19:14
Done, sorry it took so long. I've been busy with school. I'll be making a github repo shortly so you can fix problems yourself if you want it done faster.
xantares commented on 2014-11-14 09:50
hi,
do you mind using the mingw-w64-configure package ?
it would set the right compilation flags and simplifies the arguments passed to configure.
xan.
naelstrof commented on 2013-11-25 03:01
Done
xantares commented on 2013-11-06 15:35
hello,
do you mind replacing '!libtool' by 'staticlibs' in the options array ?
It's necessary regarding recent changes in pacman for not to wipe static libraries and import library, and !libtool is enable by default now.
xan.
xantares commented on 2013-10-31 07:47
Hi,
Care to replace '!libtool' by 'staticlibs' in the options array ?
xan.
xantares commented on 2013-10-21 19:42
Strip there too!
x.
naelstrof commented on 2013-10-21 19:27
I don't know if --build=$CHOST is useful :u. So I removed it and everything seems to be working ok.
Added stripping as well.
xantares commented on 2013-10-08 13:47
hi,
the libraries are not strippped, please add this :
${_arch}-strip --strip-unneeded "$pkgdir"/usr/${_arch}/bin/*.dll
${_arch}-strip -g "$pkgdir"/usr/${_arch}/lib/*.a
Is --build=$CHOST really useful ?
x.