Categories: concordance
      Date: maj 10, 2011
     Title: 0.23
Linux client for programming the Logitech Harmony universal remote

Concordance is a free and open source Linux console client for programing Logitech Harmony Remotes.

This ebuild is taken from this bug report. The only change I made was adding x86 arch to keywords. I tested and confirmed that this ebuild and the concordance utility is working on x86 computers. I also renamed the ebuild to match the latest available version of the software.

Using this tool I was able to program my Logitech Harmony 650 Remote control on Linux Box. Current version of the software is supporting most of currently available Logitech Harmony Remote Controllers. Visit the project page to see the current list of supported devices.

projectpage: Concordance
summarypl: Linuksowy klient pozwalający na programowanie pilotów uniwersalnych Logitech Harmony
contentpl: 

Concordance jest wolnym i opartym na otwartych źródłach konsolowym klientem pozwalającym na programowanie pilotów Logitech Harmony.

Ten ebuild został pobrany z tego raportu błędu. Jedyną zmianą jakiej dokonałem w nim to dodanie architektury x86 do listy słów kluczowych. Przetestowałem i potwierdziłem poprawność działania ebuilda i programu na komputerach x86 Dodatkowo zmieniłem nazwę ebuilda aby odpowiadała ona ostatniej dostępnej wersji oprogramowania.

Wykorzystując ten program byłem w stanie zaprogramować mojego pilota Logitech Harmony 650 pod Linuksem. Aktualna wersja oprogramowania wspiera większość dostępnych na rynku pilotów Logitech Harmony. Odwiedź stronę projektu aby zapoznać się z listą aktualnie wspieranych urządzeń.

overlaycommands: echo "=apps-misc/concordance-0.23" >> /etc/portage/package.keywords emerge -av =apps-misc/concordance-0.23
ebuildsource: 
  1. # Copyright 1999-2011 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: $
  4.  
  5. DESCRIPTION="Linux client for programming the Logitech Harmony universal remote"
  6. HOMEPAGE="http://www.phildev.net/concordance/"
  7. SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
  8.  
  9. LICENSE="GPL-3"
  10. SLOT="0"
  11. KEYWORDS="~x86 ~amd64"
  12. IUSE=""
  13.  
  14. RDEPEND="=dev-libs/libconcord-${PV} \
  15. >=dev-libs/libusb-0.1.12-r1"
  16. DEPEND="${RDEPEND}"
  17.  
  18. S="${WORKDIR}/${P}/${PN}"
  19.  
  20. src_compile() {
  21. econf || die "configure failed"
  22. emake DESTDIR="${D}" || die "make failed"
  23. }
  24.  
  25. src_install() {
  26. emake DESTDIR="${D}" install || die
  27. dodoc ../Changelog ../LICENSE README
  28. }
  29.  
  30. pkg_postinst() {
  31. einfo "Set up your remote by visiting members.harmonyremote.com."
  32. einfo "Click 'Update Remote' to receive Connectivity.EZHex, which"
  33. einfo "verifies connectivity to the remote. Run it with:"
  34. echo
  35. einfo " concordance --connectivity-test Connectivity.EZHex"
  36. echo
  37. einfo "Return to your browser and click to the next screen to receive"
  38. einfo "Update.EZHex, which contains the new configuration. Run it with:"
  39. echo
  40. einfo " concordance --write-config Update.EZHex"
  41. }
svnlink: http://www.kardasa.pl/websvn/filedetails.php?repname=KardasA+Overlay&path=%2Fapp-misc%2Fconcordance%2Fconcordance-0.23.ebuild