Search Criteria
Package Details: openauto-git r121.d7041aa-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openauto-git.git (read-only, click to copy) |
---|---|
Package Base: | openauto-git |
Description: | AndroidAuto headunit emulator |
Upstream URL: | https://github.com/f1xpl/openauto |
Licenses: | GPL3 |
Conflicts: | openauto |
Provides: | openauto |
Submitter: | parkerlreed |
Maintainer: | parkerlreed |
Last Packager: | parkerlreed |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-27 02:04 (UTC) |
Last Updated: | 2020-02-28 02:05 (UTC) |
Dependencies (12)
- aasdk-gitAUR
- gst-libav (gst-libav-gitAUR)
- gst-plugins-bad (gst-plugins-bad-gitAUR)
- pulseaudio (pulseaudio-dummyAUR, pulseaudio-gitAUR)
- qt5-connectivity (qt5-connectivity-gitAUR)
- qt5-multimedia
- rtaudio (rtaudio-gitAUR)
- boost (boost-gitAUR) (make)
- chrpath (chrpath-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- android-udev (android-udev-gitAUR) (optional) – make phone visible to autoapp via USB
Latest Comments
JoukeHijlkema commented on 2024-09-22 10:30 (UTC) (edited on 2024-09-22 11:03 (UTC) by JoukeHijlkema)
Adding -DNDEBUG to CMAKE_CXX_FLAGS in CMakeLists.txt makes it compile and everything seems to work if I use Qt instead from rtaudio in the openauto settings
JoukeHijlkema commented on 2024-09-22 10:12 (UTC)
To make this almost compile, I had to change
- Up the CMAKE_CXX_STANDARD to 17 in CMakeList.txt
- Replace the rtaudio package with rtaudio-git on my endeavourOS installation (somehow RtError.h is missing from rtaudio)
I'm still stuck with a linking error:
/usr/bin/ld: /usr/lib/libprotobuf.so: undefined reference to symbol ...
JoukeHijlkema commented on 2024-09-22 10:12 (UTC)
To make this almost compile, I had to change
- Up the CMAKE_CXX_STANDARD to 17 in CMakeList.txt
- Replace the rtaudio package with rtaudio-git on my endeavourOS installation (somehow RtError.h is missing from rtaudio)
I'm still stuck with a linking error:
/usr/bin/ld: /usr/lib/libprotobuf.so: undefined reference to symbol ...
benjarobin commented on 2024-08-06 18:32 (UTC)
Please depend on
pulse-native-provider
instead ofpulseaudio
. See https://gitlab.archlinux.org/archlinux/packaging/packages/pipewire/-/issues/10GBl commented on 2023-11-15 10:44 (UTC)
Hey @parkerlreed,
Thanks for uploading this package! Right now it does not work (nor aasdk), I was able to compile this fork which seems to be more stable.
Finally, I think you missed qt5-declarative as dependency.
Best, G.
parkerlreed commented on 2018-02-27 02:15 (UTC) (edited on 2018-03-10 05:54 (UTC) by parkerlreed)
EDIT: Unfucked both PKGBUILDs. Now they only copy the needed files and are a ton smaller after compiling.
aasdk (including the whole source folder) is copied into /opt/aasdk after building.
openauto build points to the /opt/aasdk in the cmake and also gets put in /opt/openauto
Shell script is placed at /usr/bin/autoapp which points to /opt/openauto/bin/autoapp