Bug 155403 - multimedia/xbmc: add python2.7 and lirc support
Summary: multimedia/xbmc: add python2.7 and lirc support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Bernhard Froehlich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-09 10:30 UTC by mickael.maillot
Modified: 2011-03-09 14:20 UTC (History)
0 users

See Also:


Attachments
file.diff (16.49 KB, patch)
2011-03-09 10:30 UTC, mickael.maillot
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mickael.maillot 2011-03-09 10:30:14 UTC
add python 2.7 support
add lirc support (thanks to avg@)

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-03-09 10:30:32 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Bernhard Froehlich freebsd_committer freebsd_triage 2011-03-09 13:27:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->decke

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-03-09 14:11:49 UTC
decke       2011-03-09 14:11:24 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/xbmc      Makefile 
    multimedia/xbmc/files patch-configure.in 
                          patch-guilib__system.h 
                          patch-xbmc__lib__libPython__XBPython.cpp 
                          patch-xbmc__lib__libPython__linux__Makefile.in 
  Added files:
    multimedia/xbmc/files patch-guilib__common__LIRC.cpp 
  Removed files:
    multimedia/xbmc/files patch-guilib__common__Makefile.in 
  Log:
  - Add lirc support [1]
  - Add Python 2.7 support [2]
  - Minor Makefile cleanup
  - Bump PORTREVISION
  
  PR:             ports/155403
  Submitted by:   Mickael Maillot <mickael.maillot@gmail.com> (maintainer),
                  Juergen Lock <nox@FreeBSD.org> [1]
  Thanks to:      Anonymous <swell.k@gmail.com> [2],
                  Andriy Gapon <avg@FreeBSD.org> [2]
  
  Revision  Changes    Path
  1.6       +48 -3     ports/multimedia/xbmc/Makefile
  1.3       +55 -21    ports/multimedia/xbmc/files/patch-configure.in
  1.1       +67 -0     ports/multimedia/xbmc/files/patch-guilib__common__LIRC.cpp (new)
  1.2       +0 -11     ports/multimedia/xbmc/files/patch-guilib__common__Makefile.in (dead)
  1.2       +0 -10     ports/multimedia/xbmc/files/patch-guilib__system.h
  1.2       +21 -6     ports/multimedia/xbmc/files/patch-xbmc__lib__libPython__XBPython.cpp
  1.2       +11 -4     ports/multimedia/xbmc/files/patch-xbmc__lib__libPython__linux__Makefile.in
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Bernhard Froehlich freebsd_committer freebsd_triage 2011-03-09 14:12:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!