cvs commit: ports/multimedia Makefile ports/multimedia/xbmc-pvr Makefile distinfo pkg-descr pkg-plist ports/multimedia/xbmc-pvr/files patch-Makefile.in patch-addons-library.xbmc.addon-libXBMC_addon.h patch-addons-library.xbmc.gui-libXBMC_gui.h patch-addons-library.xbmc.pvr-libXBMC_pvr.h patch-configure.in ...

Juergen Lock nox at FreeBSD.org
Sun Dec 18 18:32:03 UTC 2011


nox         2011-12-18 18:32:02 UTC

  FreeBSD ports repository

  Modified files:
    multimedia           Makefile 
  Added files:
    multimedia/xbmc-pvr  Makefile distinfo pkg-descr pkg-plist 
    multimedia/xbmc-pvr/files patch-Makefile.in 
                              patch-addons-library.xbmc.addon-libXBMC_addon.h 
                              patch-addons-library.xbmc.gui-libXBMC_gui.h 
                              patch-addons-library.xbmc.pvr-libXBMC_pvr.h 
                              patch-configure.in 
                              patch-lib-cximage-6.0-raw-dcr.c 
                              patch-lib-cximage-6.0-raw-libdcr.h 
                              patch-lib-libPlatform-linux-os_posix.h 
                              patch-lib-libXDAAP-httpClient.c 
                              patch-lib-libXDAAP-ioloop.c 
                              patch-lib-libXDAAP-threadpool.c 
                              patch-lib-libsidplay2-eventh 
                              patch-lib__cpluff__libcpluff__ploader.c 
                              patch-libdl-freebsd 
                              patch-threadid-freebsd 
                              patch-tools-TexturePacker-XBTFWriter.cpp 
                              patch-tools__Linux__xbmc.sh.in 
                              patch-xbmc-cores-VideoRenderers-LinuxRendererGL.cpp 
                              patch-xbmc-cores-VideoRenderers-LinuxRendererGL.h 
                              patch-xbmc-filesystem-CacheStrategy.cpp 
                              patch-xbmc-filesystem-SAPDirectory.cpp 
                              patch-xbmc-music-tags-MusicInfoTagLoaderWMA.cpp 
                              patch-xbmc-network-Network.cpp 
                              patch-xbmc-network-linux-NetworkLinux.cpp 
                              patch-xbmc-programs-ProgramDatabase.cpp 
                              patch-xbmc-pvrclients-MediaPortal-CriticalSection.cpp 
                              patch-xbmc-pvrclients-tvheadend-thread.cpp 
                              patch-xbmc-pvrclients-tvheadend-thread.h 
                              patch-xbmc-pvrclients-vdr-vnsi-thread.cpp 
                              patch-xbmc-pvrclients-vdr-vnsi-thread.h 
                              patch-xbmc-storage-IoSupport.cpp 
                              patch-xbmc-utils-StdString.h 
                              patch-xbmc-windowing-X11-XRandR.cpp 
                              patch-xbmc__ViewDatabase.cpp 
                              patch-xbmc__addons__Addon.cpp 
                              patch-xbmc__cores__DllLoader__exports__emu_msvcrt.cpp 
                              patch-xbmc__cores__DllLoader__exports__emu_msvcrt.h 
                              patch-xbmc__cores__dvdplayer__DVDAudio.cpp 
                              patch-xbmc__cores__dvdplayer__DVDPlayer.cpp 
                              patch-xbmc__cores__paplayer__Makefile.in 
                              patch-xbmc__cores__paplayer__PAPlayer.cpp 
                              patch-xbmc__cores__paplayer__WAVcodec.cpp 
                              patch-xbmc__linux__FreeBSDGNUReplacements.c 
                              patch-xbmc__linux__FreeBSDGNUReplacements.h 
                              patch-xbmc__linux__LinuxTimezone.cpp 
                              patch-xbmc__linux__Makefile.in 
                              patch-xbmc__linux__PlatformDefs.h 
                              patch-xbmc__screensavers__rsxs-0.9__lib__stdbool_.h 
  Log:
  XBMC Media Center (formerly named "XBox Media Center")
  is a free and open source cross-platform media-player
  and entertainment hub.
  
  This is a tagged release of the XBMC pvr-ppa-odk branch that adds
  PVR functionality using tvheadend (not ported to FreeBSD yet but
  can be used over the network), MythTV (currently broken), or VDR
  (via external plugins), and is located at:
  
  https://github.com/opdenkamp/xbmc
  
  WWW: http://xbmc.org/
  
  Revision  Changes    Path
  1.477     +1 -0      ports/multimedia/Makefile
  1.1       +253 -0    ports/multimedia/xbmc-pvr/Makefile (new)
  1.1       +2 -0      ports/multimedia/xbmc-pvr/distinfo (new)
  1.1       +20 -0     ports/multimedia/xbmc-pvr/files/patch-Makefile.in (new)
  1.1       +34 -0     ports/multimedia/xbmc-pvr/files/patch-addons-library.xbmc.addon-libXBMC_addon.h (new)
  1.1       +32 -0     ports/multimedia/xbmc-pvr/files/patch-addons-library.xbmc.gui-libXBMC_gui.h (new)
  1.1       +34 -0     ports/multimedia/xbmc-pvr/files/patch-addons-library.xbmc.pvr-libXBMC_pvr.h (new)
  1.1       +116 -0    ports/multimedia/xbmc-pvr/files/patch-configure.in (new)
  1.1       +12 -0     ports/multimedia/xbmc-pvr/files/patch-lib-cximage-6.0-raw-dcr.c (new)
  1.1       +11 -0     ports/multimedia/xbmc-pvr/files/patch-lib-cximage-6.0-raw-libdcr.h (new)
  1.1       +11 -0     ports/multimedia/xbmc-pvr/files/patch-lib-libPlatform-linux-os_posix.h (new)
  1.1       +14 -0     ports/multimedia/xbmc-pvr/files/patch-lib-libXDAAP-httpClient.c (new)
  1.1       +13 -0     ports/multimedia/xbmc-pvr/files/patch-lib-libXDAAP-ioloop.c (new)
  1.1       +15 -0     ports/multimedia/xbmc-pvr/files/patch-lib-libXDAAP-threadpool.c (new)
  1.1       +88 -0     ports/multimedia/xbmc-pvr/files/patch-lib-libsidplay2-eventh (new)
  1.1       +55 -0     ports/multimedia/xbmc-pvr/files/patch-lib__cpluff__libcpluff__ploader.c (new)
  1.1       +43 -0     ports/multimedia/xbmc-pvr/files/patch-libdl-freebsd (new)
  1.1       +177 -0    ports/multimedia/xbmc-pvr/files/patch-threadid-freebsd (new)
  1.1       +11 -0     ports/multimedia/xbmc-pvr/files/patch-tools-TexturePacker-XBTFWriter.cpp (new)
  1.1       +28 -0     ports/multimedia/xbmc-pvr/files/patch-tools__Linux__xbmc.sh.in (new)
  1.1       +33 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc-cores-VideoRenderers-LinuxRendererGL.cpp (new)
  1.1       +13 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc-cores-VideoRenderers-LinuxRendererGL.h (new)
  1.1       +33 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc-filesystem-CacheStrategy.cpp (new)
  1.1       +12 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc-filesystem-SAPDirectory.cpp (new)
  1.1       +11 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc-music-tags-MusicInfoTagLoaderWMA.cpp (new)
  1.1       +12 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc-network-Network.cpp (new)
  1.1       +195 -0    ports/multimedia/xbmc-pvr/files/patch-xbmc-network-linux-NetworkLinux.cpp (new)
  1.1       +11 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc-programs-ProgramDatabase.cpp (new)
  1.1       +13 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc-pvrclients-MediaPortal-CriticalSection.cpp (new)
  1.1       +38 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc-pvrclients-tvheadend-thread.cpp (new)
  1.1       +23 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc-pvrclients-tvheadend-thread.h (new)
  1.1       +38 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc-pvrclients-vdr-vnsi-thread.cpp (new)
  1.1       +23 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc-pvrclients-vdr-vnsi-thread.h (new)
  1.1       +39 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc-storage-IoSupport.cpp (new)
  1.1       +10 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc-utils-StdString.h (new)
  1.1       +14 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc-windowing-X11-XRandR.cpp (new)
  1.1       +11 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc__ViewDatabase.cpp (new)
  1.1       +12 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc__addons__Addon.cpp (new)
  1.1       +169 -0    ports/multimedia/xbmc-pvr/files/patch-xbmc__cores__DllLoader__exports__emu_msvcrt.cpp (new)
  1.1       +18 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc__cores__DllLoader__exports__emu_msvcrt.h (new)
  1.1       +19 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc__cores__dvdplayer__DVDAudio.cpp (new)
  1.1       +11 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc__cores__dvdplayer__DVDPlayer.cpp (new)
  1.1       +10 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc__cores__paplayer__Makefile.in (new)
  1.1       +12 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc__cores__paplayer__PAPlayer.cpp (new)
  1.1       +11 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc__cores__paplayer__WAVcodec.cpp (new)
  1.1       +255 -0    ports/multimedia/xbmc-pvr/files/patch-xbmc__linux__FreeBSDGNUReplacements.c (new)
  1.1       +28 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc__linux__FreeBSDGNUReplacements.h (new)
  1.1       +189 -0    ports/multimedia/xbmc-pvr/files/patch-xbmc__linux__LinuxTimezone.cpp (new)
  1.1       +15 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc__linux__Makefile.in (new)
  1.1       +48 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc__linux__PlatformDefs.h (new)
  1.1       +12 -0     ports/multimedia/xbmc-pvr/files/patch-xbmc__screensavers__rsxs-0.9__lib__stdbool_.h (new)
  1.1       +12 -0     ports/multimedia/xbmc-pvr/pkg-descr (new)
  1.1       +1455 -0   ports/multimedia/xbmc-pvr/pkg-plist (new)


More information about the cvs-all mailing list