Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (ed9a6cb24870d31e95bc058235b5dcde0f30be10)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (ed9a6cb24870d31e95bc058235b5dcde0f30be10)
  • Date: Tue, 6 Jan 2015 22:19:17 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 3 +
video/xbmc/BUILD | 1
video/xbmc/CONFLICTS | 1
video/xbmc/DEPENDS | 136
-------------------------------------------------
video/xbmc/DETAILS | 43 ++-------------
video/xbmc/DOWNLOAD | 1
video/xbmc/HISTORY | 5 +
video/xbmc/INSTALL | 1
video/xbmc/PRE_BUILD | 4 -
video/xbmc/UP_TRIGGERS | 2
10 files changed, 21 insertions(+), 176 deletions(-)

New commits:
commit ed9a6cb24870d31e95bc058235b5dcde0f30be10
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

video/xbmc: deprecated in favour of kodi

diff --git a/ChangeLog b/ChangeLog
index ae94852..2b42f25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-01-06 Pol Vinogradov <vin.public AT gmail.com>
+ * video/xbmc: spell deprecated [in favour of kodi]
+
2015-01-05 Ismael Luceno <ismael AT sourcemage.org>
* database/db48: new spell, Berkeley DB 4.8

diff --git a/video/xbmc/BUILD b/video/xbmc/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/video/xbmc/BUILD
@@ -0,0 +1 @@
+true
diff --git a/video/xbmc/CONFLICTS b/video/xbmc/CONFLICTS
deleted file mode 100755
index 3ab7a07..0000000
--- a/video/xbmc/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts kodi y
diff --git a/video/xbmc/DEPENDS b/video/xbmc/DEPENDS
deleted file mode 100755
index 029a2a6..0000000
--- a/video/xbmc/DEPENDS
+++ /dev/null
@@ -1,136 +0,0 @@
-depends -sub CXX gcc &&
-depends automake &&
-depends autoconf &&
-depends unzip &&
-depends boost &&
-depends cmake &&
-depends swig &&
-depends yajl &&
-depends tinyxml &&
-depends taglib &&
-optional_depends glew \
- "--enable-gl" \
- "--disable-gl" \
- "for OpenGL rendering" &&
-optional_depends libvdpau \
- "--enable-vdpau" \
- "--disable-vdpau" \
- "for VDPAU decoding" &&
-depends libmad &&
-depends JPEG &&
-depends libsamplerate &&
-depends libogg &&
-depends libvorbis &&
-depends freetype2 &&
-depends fontconfig &&
-depends bzip2 &&
-depends sqlite &&
-optional_depends alsa-lib \
- "--enable-alsa" \
- "--disable-alsa" \
- "for ALSA support" &&
-depends libpng &&
-depends pcre &&
-depends lzo &&
-depends libcdio &&
-depends sdl &&
-depends sdl_image &&
-depends sdl_mixer &&
-depends enca &&
-depends jasper &&
-depends libxt &&
-depends libxtst &&
-depends libxmu &&
-depends libxinerama &&
-depends curl &&
-depends dbus &&
-depends fribidi &&
-optional_depends MYSQL \
- "--enable-mysql" \
- "--disable-mysql" \
- "for mysql support" &&
-optional_depends hal \
- "--enable-hal" \
- "--disable-hal" \
- "for HAL support" &&
-optional_depends pulseaudio \
- "--enable-pulse" \
- "--disable-pulse" \
- "for PulseAudio support" &&
-optional_depends avahi \
- "--enable-avahi" \
- "--disable-avahi" \
- "for Avahi support" &&
-optional_depends libxrandr \
- "--enable-xrandr" \
- "--disable-xrandr" \
- "for XRandR support" &&
-optional_depends ffmpeg \
- "--enable-external-ffmpeg" \
- "--disable-external-ffmpeg" \
- "use system ffmpeg" &&
-optional_depends goom \
- "--enable-goom" \
- "--disable-goom" \
- "for GOOM visualization" &&
-optional_depends rtmpdump \
- "--enable-rtmp" \
- "--disable-rtmp" \
- "RTMP support via librtmp" &&
-optional_depends faac \
- "--enable-faac" \
- "--disable-faac" \
- "for faac support" &&
-optional_depends libdvdcss \
- "--enable-dvdcss" \
- "--disable-dvdcss" \
- "for DVDCSS support" &&
-optional_depends libbluray \
- "--enable-libbluray" \
- "" \
- "for libbluray support" &&
-optional_depends a52dec \
- "--enable-external-liba52" \
- "--disable-external-liba52" \
- "use system liba52" &&
-optional_depends libdca \
- "--enable-external-libdts" \
- "--disable-external-libdts" \
- "use system libdts" &&
-depends faad2 &&
-depends libmpeg2 &&
-depends libass &&
-depends flac &&
-depends wavpack &&
-depends AWK &&
-depends gperf &&
-depends nasm &&
-optional_depends cwiid \
- "" \
- "" \
- "for wiimote support" &&
-optional_depends BLUEZ \
- "" \
- "" \
- "for bluetooth support" &&
-depends zlib &&
-depends libmms &&
-optional_depends samba \
- "--enable-samba" \
- "--disable-samba" \
- "for samba support" &&
-depends tiff &&
-depends SSL &&
-optional_depends libmicrohttpd \
- "--enable-webserver" \
- "--disable-webserver" \
- "for webserver support" &&
-depends libmodplug &&
-depends libssh &&
-depends gettext &&
-depends cvs &&
-depends libtool &&
-optional_depends libusb \
- "--enable-libusb" \
- "--disable-libusb" \
- "for libusb support"
diff --git a/video/xbmc/DETAILS b/video/xbmc/DETAILS
index a425e1a..1b648ad 100755
--- a/video/xbmc/DETAILS
+++ b/video/xbmc/DETAILS
@@ -1,36 +1,7 @@
- SPELL=xbmc
- VERSION=13.2
- SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://mirrors.${SPELL}.org/releases/source/${SOURCE}
-
SOURCE_HASH=sha512:83a514410748b05da4c626caff34fec7b6b26a8bdea9f158e1c75721d3a47d36eb1f97ed4c162f6c2472a97f658e3b5285c1e0b144bfb4f654932586eee4d1c8
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}-Gotham"
- WEB_SITE="http://xbmc.org";
- LICENSE[0]=GPL
- ENTERED=20101225
- SHORT="a software media player and entertainment hub"
-cat << EOF
-XBMC is an award-winning free and open source (GPL) software media player
-and entertainment hub for digital media. XBMC is available for Linux, OSX,
-Windows, and the original Xbox. 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.
-
-Currently XBMC can be used to play almost all popular audio and video formats
-around. It was designed for network playback, so you can stream your
multimedia
-from anywhere in the house or directly from the internet using practically
any
-protocol available. Use your media as-is: XBMC can play CDs and DVDs directly
-from the disk or image file, almost all popular archive formats from your
-hard drive, and even files inside ZIP and RAR archives. It will even scan
-all of your media and automatically create a personalized library complete
-with box covers, descriptions, and fanart. There are playlist and slideshow
-functions, a weather forecast feature and many audio visualizations. Once
-installed, your computer will become a fully functional multimedia jukebox.
-EOF
+ SPELL=xbmc
+ VERSION=0
+ PATCHLEVEL=9999
+ SHORT="deprecated"
+ cat << EOF
+ deprecated spell [replaced by kodi]
+ EOF
diff --git a/video/xbmc/DOWNLOAD b/video/xbmc/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/video/xbmc/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/video/xbmc/HISTORY b/video/xbmc/HISTORY
index 41a6abf..7f1df2c 100644
--- a/video/xbmc/HISTORY
+++ b/video/xbmc/HISTORY
@@ -1,3 +1,8 @@
+2015-01-06 Pol Vinogradov <vin.public AT gmail.com>
+ * spell deprecated [in favour of kodi]
+ * PATCHLEVEL=9999
+ * DETAILS: version 0
+
2014-12-23 Pol Vinogradov <vin.public AT gmail.com>
* CONFLICTS: added for kodi

diff --git a/video/xbmc/INSTALL b/video/xbmc/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/video/xbmc/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/video/xbmc/PRE_BUILD b/video/xbmc/PRE_BUILD
index 2be2900..27ba77d 100755
--- a/video/xbmc/PRE_BUILD
+++ b/video/xbmc/PRE_BUILD
@@ -1,3 +1 @@
-default_pre_build &&
-cd ${SOURCE_DIRECTORY} &&
-./bootstrap
+true
diff --git a/video/xbmc/UP_TRIGGERS b/video/xbmc/UP_TRIGGERS
new file mode 100755
index 0000000..12cf9d5
--- /dev/null
+++ b/video/xbmc/UP_TRIGGERS
@@ -0,0 +1,2 @@
+up_trigger xbmc dispel_self
+up_trigger kodi cast_self



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (ed9a6cb24870d31e95bc058235b5dcde0f30be10), Pol Vinogradov, 01/06/2015

Archive powered by MHonArc 2.6.24.

Top of Page