Package Details: xairedit 1.8-1

Git Clone URL: https://aur.archlinux.org/xairedit.git (read-only, click to copy)
Package Base: xairedit
Description: Remote control program for Behringer X-AIR mixers
Upstream URL: https://www.behringer.com/downloads.html
Keywords: behringer mixer
Licenses: custom:MUSIC Group End User License Agreement
Submitter: A.Thomsen
Maintainer: A.Thomsen (redtide)
Last Packager: redtide
Votes: 6
Popularity: 0.000000
First Submitted: 2016-02-27 12:14 (UTC)
Last Updated: 2023-07-18 23:42 (UTC)

Latest Comments

1 2 Next › Last »

redtide commented on 2023-06-28 16:58 (UTC)

@tamas646: should be fixed now, I replaced the explicit Mesa package dependency with the neutral version.

tamas646 commented on 2023-06-28 16:25 (UTC)

I can't install it with mesa-amber installed (instead of mesa). The dependencies seem to allow it, but the package building fails.

:: (1/1) Parsing SRCINFO: xairedit
resolving dependencies...
looking for conflicting packages...
:: mesa and mesa-amber are in conflict. Remove mesa-amber? [y/N] 
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: mesa and mesa-amber are in conflict
 -> Failed to install layer, rolling up to next layer.error:error installing repo packages

redtide commented on 2023-06-11 22:26 (UTC)

@aubin I'm so sorry to have missed your question, I guess the application wasn't written with Wayland support

@DizzySaxophone should be OK now

DizzySaxophone commented on 2023-06-11 03:09 (UTC)

Current errors with package: fails to download from https://eurocom.musictribe.com/assets/EULA_2012-09-12.pdf

aubin commented on 2022-06-30 09:16 (UTC)

Am I the only one who can't type in labels forms when running on Wayland ? I can select in drop-down menu but keyboard is inactive there. Navigating in the drop/down menu not possible as well with kb arrows.

redtide commented on 2022-01-23 02:25 (UTC)

Sorry for the big delay, for some reason notifications was disabled for this package. Package updated, thanks to @cbix.

baltazar commented on 2021-10-20 11:29 (UTC)

The current version requires libcurl-gnutls, but it's not marked as a dependency. Also, the arm version is outdated.

ohli commented on 2021-01-16 14:59 (UTC)

I found working links and have a working PKGBUILD vor v1.6. With 1.6, there seems to be no 32-bit build anymore, so maybe the arch field has to be updated.

# Maintainer: Anders Thomsen <mail nospamat andersthomsen nospamdot dk>
pkgname=xairedit
pkgver=1.6
pkgrel=1
pkgdesc="Remote control and programm Behringer X Air Mixers"
arch=('i686' 'x86_64')
url="https://www.behringer.com/Categories/Behringer/Mixers/Digital/XR18/p/P0BI8/Downloads"
license=('custom:MUSIC Group End User License Agreement')
install=${pkgname}.install

depends=('libxext' 'alsa-lib' 'freetype2' 'mesa' 'mesa-libgl')
source=("https://eurocom.musictribe.com/assets/EULA_2012-09-12.pdf"
        "xairedit.desktop"
        "x-air-edit.png"
        "https://mediadl.musictribe.com/download/software/behringer/XAIR/X-AIR-Edit_LINUX_${pkgver}.tar.gz")


md5sums=('20cca5d2623f1029e30e45d64438b253'
         '2670b113f2de68c095806e3d2d3ab793'
         '51cc52ee85a7b2ac86684bfcf5080521'
         '1da8e72e9a30e476e9fb7aea3afca51e')
sha256sums=('3321aa0b3e208133094665281a6fc2ca001628858cd1a6388185eac93569fca8'
            'bbd4619a1f62a68bf9e68f041db5e5c08ac98432f856bce2c56a8172811a8537'
            '9f52ae75d8826890448dcac1be09dcb9f7e01d1feba46c2dfaf2e6150f2d4b58'
            '8eac387f03fb38dc11b36422cdca997d7a8881849fcd2b452579a82756aaeff9')
sha512sums=('fe39285768937d82f31844b789d1075de8196495727653595e59f4f1b282f6dbe18a8a8bc51b837f284601dc37c52211d3d494a8636512f5398da31ff3d30284'
            'f50db18e0bc0f0537fe2e4f1001a6d36f1b757241cba81dbbc85a5d4423980aae4219f0e97433089efa239388eb81c24e65e6f3721f76ba6a48d8b2f299e606a'
            '415ee0d4df2b8a24f5eede1dc03d4c54d47fe789baba45801e363129f5eec9ec2177ca3e5cdfc0a0af7173e9daf4653eb4c286ee4f0db050f513d84eb74bcad5'
            'dcc5a67835cc871bfb925c597c5c530beb9eadaec7c791198c081522e979737e2413a2219b1df3cb61545b2154432f7606c1cd504a18fb3cbb091b402e93cdeb')

package()
{
    cd "${srcdir}"
    mkdir -p ${pkgdir}/usr/bin
    mkdir -p ${pkgdir}/usr/share/licenses/xairedit
    install -m 755 X-AIR-Edit ${pkgdir}/usr/bin/
    install -m 644 EULA_2012-09-12.pdf ${pkgdir}/usr/share/licenses/xairedit/license.pdf
    install -d "${pkgdir}"/usr/share/applications
    install -d "${pkgdir}"/usr/share/pixmaps
    install xairedit.desktop "${pkgdir}"/usr/share/applications/xairedit.desktop
    install x-air-edit.png "${pkgdir}"/usr/share/pixmaps/x-air-edit.png
}

nemaulatka commented on 2020-09-17 17:24 (UTC)

https://drive.google.com/file/d/1XUKXeC7NgDQXopqSxUX7ThMOJ7BMfS99/view?usp=sharing here's EULA pdf required for the build in case anyone needs it, its nowhere to be found online as of now

natedennis commented on 2020-01-15 13:19 (UTC) (edited on 2020-01-15 13:19 (UTC) by natedennis)

Doomee this is not the place for these type questions. But to fix your problem start here https://wiki.archlinux.org/index.php/installation_guide. After you get through that.. go here https://bbs.archlinux.org/viewforum.php?id=23