Search Criteria
Package Details: mingw-w64-librtmp0 2.4+514+c5f04a5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-librtmp0.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-librtmp0 |
Description: | Toolkit for RTMP streams (mingw-w64) |
Upstream URL: | http://rtmpdump.mplayerhq.hu/ |
Licenses: | GPL2, LGPL2.1 |
Submitter: | drakkan |
Maintainer: | None |
Last Packager: | drakkan |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2017-02-06 15:15 (UTC) |
Last Updated: | 2022-06-05 08:05 (UTC) |
Dependencies (6)
- mingw-w64-crt (llvm-mingw-w64-toolchain-msvcrt-binAUR, llvm-mingw-w64-toolchain-ucrt-binAUR)
- mingw-w64-opensslAUR
- mingw-w64-zlibAUR
- git (git-gitAUR, git-glAUR) (make)
- mingw-w64-environmentAUR (llvm-mingw-w64-environmentAUR) (make)
- mingw-w64-gcc (mingw-w64-gcc132AUR, llvm-mingw-w64-toolchain-msvcrt-binAUR, llvm-mingw-w64-toolchain-ucrt-binAUR) (make)
Required by (2)
- mingw-w64-gst-plugins-bad (make)
- mingw-w64-gst-plugins-bad (optional)
Latest Comments
drakkan commented on 2022-06-05 08:07 (UTC)
@Madeorsk thanks
Madeorsk commented on 2022-06-03 08:20 (UTC)
I think you need to add
-j1
in the make install ofpackage()
.On my system,
cp librtmp.dll.a /..../mingw-w64-librtmp0/pkg/mingw-w64-librtmp0/usr/i686-w64-mingw32/lib
was executed before the creation of thelib
directory, leading to more problems later (lib was a file instead of a directory):drakkan commented on 2022-03-12 16:23 (UTC)
@Score_Under, strange, I cannot reproduce, here is my install output
Score_Under commented on 2022-03-12 01:08 (UTC)
I got errors from the packaging process relating to the pkgconfig directory not existing, so to get this to build I had to add this before the
make install
line:drakkan commented on 2019-12-06 21:50 (UTC)
@xantares, mingw-w64-make does not work here since librtmp0 require to set ```
and *FLAGS are empty when using mingw-w64-make
drakkan commented on 2019-12-06 12:03 (UTC)
@xantares, yes I'm a bit busy today, I'll switch to mingw-w64-make this weekend for this and some other packages that I maintain, thanks!
xantares commented on 2019-12-06 12:01 (UTC)
@drakkan, can you try mingw-w64-make instead ?
drakkan commented on 2019-12-02 22:50 (UTC)
@xantares, noted thanks.
We need to unset *FLAGS to avoid duplication
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=mingw-w64-librtmp0#n28
xantares commented on 2019-12-02 21:45 (UTC)
CC and LD are also set now :)