You’re welcome. Already updated.
Search Criteria
Package Details: carla-bridges-win32-git 6278.975821819-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/carla-bridges-win32-git.git (read-only, click to copy) |
---|---|
Package Base: | carla-bridges-win32-git |
Description: | Carla win32 bridge |
Upstream URL: | http://kxstudio.sf.net/carla |
Licenses: | GPL2 |
Conflicts: | carla-bridges-win32 |
Provides: | carla-bridges-win32 |
Submitter: | Joermungand |
Maintainer: | Joermungand |
Last Packager: | Joermungand |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2014-10-26 21:15 (UTC) |
Last Updated: | 2022-03-16 08:37 (UTC) |
Dependencies (8)
- carla-gitAUR
- mingw-w64-crt (llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR)
- mingw-w64-pkg-configAUR (llvm-mingw-w64-pkg-configAUR)
- mingw-w64-winpthreads (mingw-w64-winpthreads-gitAUR, llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR)
- wine (wine-valveAUR, wine-stable-nextAUR, wine-stableAUR, wine-wow64-gitAUR, wine-staging-wow64-gitAUR, wine-ge-customAUR, wine-gitAUR, wine-staging-gitAUR, wine-tkg-staging-wow64-binAUR, wine-staging-wow64AUR, wine-wow64AUR, wine-cachyosAUR, wine-staging)
- gcc-multilib (gcc-gitAUR, gcc-libs-gitAUR, gcc-fortran-gitAUR, gcc-objc-gitAUR, gcc-ada-gitAUR, gcc-go-gitAUR, gccrs-gitAUR, gccrs-libs-gitAUR, gcc-snapshotAUR, gcc) (make)
- git (git-gitAUR, git-glAUR) (make)
- mingw-w64-gcc (mingw-w64-gcc132AUR, llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR) (make)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
Joermungand commented on 2015-12-12 14:54 (UTC)
falkTX commented on 2015-12-12 14:50 (UTC)
Cool, thanks very much.
Please don't forget to update the win64 package as well.
Joermungand commented on 2015-12-12 14:41 (UTC)
Done.
falkTX commented on 2015-12-12 14:16 (UTC)
small request, please copy the *.exe and *.dll files to the lv2 and vst plugin dirs.
ie, add this to the package function:
mkdir -p "$pkgdir/usr/lib/lv2/carla.lv2"
cp bin/*.exe "$pkgdir/usr/lib/lv2/carla.lv2/"
cp bin/*.dll "$pkgdir/usr/lib/lv2/carla.lv2/"
mkdir -p "$pkgdir/usr/lib/vst/carla.vst"
cp bin/*.exe "$pkgdir/usr/lib/vst/carla.vst/"
cp bin/*.dll "$pkgdir/usr/lib/vst/carla.vst/"
Joermungand commented on 2015-12-01 11:40 (UTC)
Done.
falkTX commented on 2015-12-01 11:25 (UTC)
some people have been reporting issues to me, regarding missing liblo.
please replace the line:
make win32
with this:
make win32 HAVE_LIBLO=false
thanks
Joermungand commented on 2015-11-23 08:22 (UTC)
Package fixed thanks to falkTX. Builds fine now.
SpotlightKid commented on 2015-11-22 17:39 (UTC)
Yeah, seems to fixed, but I'm getting a new compilation error. Whcih mingw-w64 package am I missing now?
In file included from ../backend/CarlaStandalone.cpp:1906:0:
../utils/CarlaPipeUtils.cpp:42:23: schwerwiegender Fehler: sys/wait.h: Datei oder Verzeichnis nicht gefunden
Kompilierung beendet.
Makefile:349: die Regel für Ziel „../../build/bridges-plugin/Release/CarlaStandalone.cpp.win32.o“ scheiterte
make[1]: *** [../../build/bridges-plugin/Release/CarlaStandalone.cpp.win32.o] Fehler 1
make[1]: *** Es wird auf noch nicht beendete Prozesse gewartet...
make[1]: Verzeichnis „/home/chris/tmp/yaourt-tmp-chris/aur-carla-bridges-win32-git/src/carla-bridges-win32-git/source/bridges-plugin“ wird verlassen
Makefile:217: die Regel für Ziel „win32“ scheiterte
make: *** [win32] Fehler 2
falkTX commented on 2015-11-22 16:42 (UTC)
I believe the build issue is now fixed.
I'd appreciate if someone could confirm, thanks.
Joermungand commented on 2015-11-19 12:03 (UTC)
Yeah, it seems JUCE is having trouble compiling against mingw again. Please use the 2.0 beta 4 binaries (PKGBUILD available at https://aur.archlinux.org/packages/carla-bridges-win) while things get fixed.
Pinned Comments