Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (61b4549b7290a97bb1cc9a1b67d6a546c9a649be)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (61b4549b7290a97bb1cc9a1b67d6a546c9a649be)
  • Date: Fri, 3 Sep 2010 17:36:30 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
libs/libvdpau/DEPENDS | 8 ++++++++
libs/libvdpau/DETAILS | 16 ++++++++++++++++
libs/libvdpau/HISTORY | 3 +++
libs/libvdpau/INSTALL | 2 ++
5 files changed, 32 insertions(+)

New commits:
commit 61b4549b7290a97bb1cc9a1b67d6a546c9a649be
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libs/libvdpau: new spell, Video Decode and Presentation API for Unix

diff --git a/ChangeLog b/ChangeLog
index a429a9f..4a9a3ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-09-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * libs/libvdpau: new spell, Video Decode and Presentation API for Unix
+
2010-09-03 Ladislav Hagara <hgr AT vabo.cz>
* net/pyneighborhood: new spell, GTK+ based SMB/CIFS Browsing Tool

diff --git a/libs/libvdpau/DEPENDS b/libs/libvdpau/DEPENDS
new file mode 100755
index 0000000..ba79c37
--- /dev/null
+++ b/libs/libvdpau/DEPENDS
@@ -0,0 +1,8 @@
+depends g++ &&
+depends texlive &&
+depends doxygen &&
+depends libxext &&
+depends libx11 &&
+depends libxcb &&
+depends libxau &&
+depends libxdmcp
diff --git a/libs/libvdpau/DETAILS b/libs/libvdpau/DETAILS
new file mode 100755
index 0000000..7bb7749
--- /dev/null
+++ b/libs/libvdpau/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=libvdpau
+ VERSION=0.4
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://people.freedesktop.org/~aplattner/vdpau/${SOURCE}
+
SOURCE_HASH=sha512:f6fd3cb062c38d33cf655f1a647f66e3f845d0d89e7c5696db60d87da3881c9043e73aee1bec514386ef33a1e8b0452733840f5bf2611896a9f5f0eb7b55886c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+
WEB_SITE="http://http.download.nvidia.com/XFree86/vdpau/doxygen/html/";
+ LICENSE[0]=BSD
+ ENTERED=20100904
+ SHORT="Video Decode and Presentation API for Unix"
+cat << EOF
+The Video Decode and Presentation API for Unix (VDPAU) provides a complete
+solution for decoding, post-processing, compositing, and displaying
compressed
+or uncompressed video streams. These video streams may be combined
(composited)
+with bitmap content, to implement OSDs and other application user interfaces.
+EOF
diff --git a/libs/libvdpau/HISTORY b/libs/libvdpau/HISTORY
new file mode 100644
index 0000000..6ae77c1
--- /dev/null
+++ b/libs/libvdpau/HISTORY
@@ -0,0 +1,3 @@
+2010-09-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/libs/libvdpau/INSTALL b/libs/libvdpau/INSTALL
new file mode 100755
index 0000000..27ce0f4
--- /dev/null
+++ b/libs/libvdpau/INSTALL
@@ -0,0 +1,2 @@
+default_install &&
+ln -s /usr/lib/usr/lib/libvdpau.so ${INSTALL_ROOT}/usr/lib/libvdpau_nvidia.so



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (61b4549b7290a97bb1cc9a1b67d6a546c9a649be), Florian Franzmann, 09/03/2010

Archive powered by MHonArc 2.6.24.

Top of Page