thx for the quick update and maintaining the package :)
Search Criteria
Package Details: opentx-companion 2.3.15-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/opentx-companion.git (read-only, click to copy) |
---|---|
Package Base: | opentx-companion |
Description: | EEPROM Editor for OpenTX RC transmitter firmwares |
Upstream URL: | http://www.open-tx.org/ |
Licenses: | GPL |
Conflicts: | companion, companion9x-svn |
Provides: | companion |
Submitter: | japernilater |
Maintainer: | lod |
Last Packager: | ysblokje |
Votes: | 23 |
Popularity: | 0.000000 |
First Submitted: | 2014-06-09 02:01 (UTC) |
Last Updated: | 2022-05-13 08:07 (UTC) |
Dependencies (20)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-multimedia
- qt5-svg (qt5-svg-gitAUR)
- sdlAUR (sdl-openglhqAUR, sdl-nokbgrabAUR, sdl-openglhq-nokbgrabAUR, sdl-gitAUR, sdl12-compat-gitAUR, sdl12-compat)
- arm-none-eabi-binutils (gcc-arm-none-eabi-binAUR) (make)
- arm-none-eabi-gcc (arm-none-eabi-gcc47-linaroAUR, arm-none-eabi-gcc48-linaroAUR, arm-none-eabi-gcc53-linaroAUR, arm-none-eabi-gcc49-linaroAUR, gcc-arm-none-eabi-binAUR) (make)
- arm-none-eabi-newlib (gcc-arm-none-eabi-binAUR) (make)
- avr-gcc (avr-gcc-atmelAUR, avr-gcc-43AUR, avr-gcc-45AUR, avr-gcc-85AUR) (make)
- avr-libc (avr-libc-tinyosAUR, avr-libc-16AUR, avr-libc-18AUR, avr-libc-debian-gitAUR, avr-libc-gitAUR, avr-libc-avrxmega3-svnAUR, avr-libc-avrxmega3AUR, avr-libc-atmega328pbAUR) (make)
- bc (bc-ghAUR) (make)
- cmake (cmake-gitAUR) (make)
- fox (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-pillow (make)
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR) (make)
- qt5-tools (make)
- sed (busybox-coreutilsAUR, sed-gitAUR) (make)
- xsd (make)
- dfu-util (dfu-util-gitAUR) (optional) – tool for flashing stm32 based radios
Required by (0)
Sources (2)
madeinnz commented on 2015-01-31 11:20 (UTC)
japernilater commented on 2015-01-30 04:57 (UTC)
Hi, Sorry for not keeping up so well with updates. I've been busy with life so some things like this have been put on the back burner. I have updated the package. Thanks for the patience:-)
madeinnz commented on 2015-01-29 00:43 (UTC)
2.0.15 is out. Just changing pkgver and the md5sum works.
2bluesc commented on 2014-11-23 14:16 (UTC)
v2.0.13 @ https://gist.github.com/kylemanna/0efa09d64c413236c085
Changes: https://github.com/opentx/opentx/compare/2.0.12...2.0.13
Would be nice if Github offered a way to compare/diff only the companion/ directory between those two tags.
japernilater commented on 2014-08-30 05:07 (UTC)
Alright, Seems to be working great thanx to arnaud pointing me in the right direction. Thanx again for your patience.
japernilater commented on 2014-08-27 10:11 (UTC)
Thanx arnaud for the mods. I am relatively green at this. I'm sure it mostly has something to do with python2. Also, I have already added the other packages while messing around with my pkgbuild at home so I was on the right track anyway. I will modify the PKGBUILD and upload later today. Thanx again for the mod.
arnaud commented on 2014-08-21 18:50 (UTC)
I don't know exactly what was wrong with your attempt.
On my side, I had it compiling / runnning by:
* ensuring avr-gcc, avr-libc and python2 are installed prior to compilation (makedepends)
* tweaking to make sure python2.7 is used (as python3 is now the default)
------------------------------<8 ---------------------------<8-----------
# Maintainer: Jeff Youdontneedtoknow <jeffpublicjr at gmail dot com>
pkgname=opentx-companion
pkgver=2.0.8
pkgrel=1
pkgdesc="EEPROM Editor for OpenTX RC transmitter firmwares"
arch=('x86_64')
url="http://www.open-tx.org/"
license=('GPL')
depends=('phonon' 'qt4' 'sdl')
makedepends=('subversion' 'cmake' 'xsd' 'python-pyqt4' 'bc' 'python2' 'avr-gcc' 'avr-libc')
provides=('companion')
conflicts=('companion' 'companion9x-svn')
source=("https://github.com/opentx/opentx/archive/${pkgver}.tar.gz")
md5sums=('53d92d4531f935fcf2fdbbb909f95e4a')
build() {
sed -i -e 's/env python/env python2.7/' ${srcdir}/opentx-${pkgver}/radio/util/*.py
sed -i -e 's/@python/@python2.7/' ${srcdir}/opentx-${pkgver}/radio/src/Makefile
cd "${srcdir}/opentx-${pkgver}/companion"
mkdir lbuild
cd lbuild
cmake ../src
make clean
make
}
package() {
cd "${srcdir}/opentx-${pkgver}/companion/"
install -Dm755 lbuild/companion "$pkgdir/usr/bin/companion"
install -Dm644 src/companion.desktop "$pkgdir/usr/share/applications/companion.desktop"
install -Dm644 src/icon.png "$pkgdir/usr/share/icons/companion.png"
}
japernilater commented on 2014-08-11 18:23 (UTC)
Hi everybody, I realize the package is out of date. As of 2.0.8 I am having trouble getting it to install from source so I have decided to hold off until 2.0.9 to see if it is any better. If 2.0.9 has the same problems I will take actions to contact somebody to try and get the issues resolved. If you want to try and install 2.0.8 you can edit the PKGBUILD. Just change any 2.0.7 with 2.0.8 and change the md5sums to 53d92d4531f935fcf2fdbbb909f95e4a. If you have any better luck than me please let me know. Thanx for your patience:-)
japernilater commented on 2014-07-14 01:14 (UTC)
Ok mohag, I have added the packages you stated to the PKGBUILD makedepends. I do appreciate you giving your input. I tried to be as thourough as I could but I am not perfect and do make mistakes. Hope you enjoy!!
Pinned Comments
ysblokje commented on 2019-09-29 19:57 (UTC) (edited on 2019-09-29 19:58 (UTC) by ysblokje)
The opentx-companion 2.1.x version is split off into opentx-companion21
The opentx-companion 2.2.x version is split off into opentx-companion22
This version will should follow current release.