From 62291db4c51a49f7c59fa8327e8cf2f2c1cf2a95 Mon Sep 17 00:00:00 2001 From: spiff Date: Wed, 10 Jul 2013 22:00:09 +0200 Subject: [PATCH] added: package codec and pvr bindings --- control.in | 23 +++++++++++++++++++++++ control.in.unified | 23 +++++++++++++++++++++++ debian/xbmc-addon-dev.install | 3 +++ debian/xbmc-pvr-dev.install | 4 ++++ 4 files changed, 53 insertions(+) create mode 100644 debian/xbmc-pvr-dev.install diff --git a/control.in b/control.in index aff6a44a53..4e2b2af963 100644 --- a/control.in +++ b/control.in @@ -294,3 +294,26 @@ Description: XBMC Media Center (Visualization Add-on Dev package) multimedia jukebox. . This is the Development package for XBMC visualization add-ons. + +Package: xbmc-pvr-dev +Architecture: all +Section: libdevel +Description: XBMC Media Center (PVR Add-on Dev package) + XBMC, recursive acronym for "XBMC Media Center", is an award winning free and + open source software media-player and entertainment hub for all your digital + media. XBMC is available for Linux, Mac OS X (Leopard, Tiger and Apple TV) + and Microsoft Windows, as well as the original Xbox game console. Created in + 2003 by a group of like minded programmers, XBMC is a non-profit project run + and developed by volunteers located around the world. More than 50 software + developers have contributed to XBMC, and 100-plus translators have worked to + expand its reach, making it available in more than 30 languages. + . + While XBMC functions very well as a standard media player application for + your computer, it has been designed to be the perfect companion for your + HTPC. Supporting an almost endless range of remote controls, and combined + with its beautiful interface and powerful skinning engine, XBMC feels very + natural to use from the couch and is the ideal solution for your home + theater. Once installed, your computer will become a fully functional + multimedia jukebox. + . + This is the Development package for XBMC PVR add-ons. diff --git a/control.in.unified b/control.in.unified index 5ca4577bfc..3f9deed789 100644 --- a/control.in.unified +++ b/control.in.unified @@ -322,3 +322,26 @@ Description: XBMC Media Center (Visualization Add-on Dev package) multimedia jukebox. . This is the Development package for XBMC visualization add-ons. + +Package: xbmc-pvr-dev +Architecture: all +Section: libdevel +Description: XBMC Media Center (PVR Add-on Dev package) + XBMC, recursive acronym for "XBMC Media Center", is an award winning free and + open source software media-player and entertainment hub for all your digital + media. XBMC is available for Linux, Mac OS X (Leopard, Tiger and Apple TV) + and Microsoft Windows, as well as the original Xbox game console. Created in + 2003 by a group of like minded programmers, XBMC is a non-profit project run + and developed by volunteers located around the world. More than 50 software + developers have contributed to XBMC, and 100-plus translators have worked to + expand its reach, making it available in more than 30 languages. + . + While XBMC functions very well as a standard media player application for + your computer, it has been designed to be the perfect companion for your + HTPC. Supporting an almost endless range of remote controls, and combined + with its beautiful interface and powerful skinning engine, XBMC feels very + natural to use from the couch and is the ideal solution for your home + theater. Once installed, your computer will become a fully functional + multimedia jukebox. + . + This is the Development package for XBMC PVR add-ons. diff --git a/debian/xbmc-addon-dev.install b/debian/xbmc-addon-dev.install index e89b40babd..ae8314f66b 100644 --- a/debian/xbmc-addon-dev.install +++ b/debian/xbmc-addon-dev.install @@ -2,3 +2,6 @@ usr/include/xbmc/libXBMC_addon.h usr/include/xbmc/xbmc_addon_cpp_dll.h usr/include/xbmc/xbmc_addon_dll.h usr/include/xbmc/xbmc_addon_types.h +usr/include/xbmc/xbmc_codec_types.h +usr/include/xbmc/libXBMC_codec.h +usr/include/xbmc/libXBMC_gui.h diff --git a/debian/xbmc-pvr-dev.install b/debian/xbmc-pvr-dev.install new file mode 100644 index 0000000000..824dad28c5 --- /dev/null +++ b/debian/xbmc-pvr-dev.install @@ -0,0 +1,4 @@ +usr/include/xbmc/libXBMC_pvr.h +usr/include/xbmc/xbmc_epg_types.h +usr/include/xbmc/xbmc_pvr_dll.h +usr/include/xbmc/xbmc_pvr_types.h