Skip to Content.
Sympa Menu

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

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 (2c5d36f99f9ee5885333c73af4833d9eb21c0629)
  • Date: Fri, 3 Sep 2010 17:54:07 -0500

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

ChangeLog | 2 ++
utils/vdpauinfo/DEPENDS | 1 +
utils/vdpauinfo/DETAILS | 16 ++++++++++++++++
utils/vdpauinfo/HISTORY | 3 +++
4 files changed, 22 insertions(+)

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

utils/vdpauinfo: new spell, VDPAU info tool

diff --git a/ChangeLog b/ChangeLog
index 4a9a3ab..b0d3259 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2010-09-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* libs/libvdpau: new spell, Video Decode and Presentation API for Unix
+ * utils/vdpauinfo: new spell, Video Decode and Presentation API for
Unix
+ info tool

2010-09-03 Ladislav Hagara <hgr AT vabo.cz>
* net/pyneighborhood: new spell, GTK+ based SMB/CIFS Browsing Tool
diff --git a/utils/vdpauinfo/DEPENDS b/utils/vdpauinfo/DEPENDS
new file mode 100755
index 0000000..461608d
--- /dev/null
+++ b/utils/vdpauinfo/DEPENDS
@@ -0,0 +1 @@
+depends libvdpau
diff --git a/utils/vdpauinfo/DETAILS b/utils/vdpauinfo/DETAILS
new file mode 100755
index 0000000..1c20db5
--- /dev/null
+++ b/utils/vdpauinfo/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=vdpauinfo
+ VERSION=0.0.6
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://people.freedesktop.org/~aplattner/vdpau/${SOURCE}
+
SOURCE_HASH=sha512:d6dca1908e522227441f108052c9bfe8201bf907ffb7d6d86b1a701f815411f7063454ca7d9beb643a1ed7634f178ebd47218d2e445585f6f1c2c70b6c29c867
+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 info tool"
+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/utils/vdpauinfo/HISTORY b/utils/vdpauinfo/HISTORY
new file mode 100644
index 0000000..ffc5f49
--- /dev/null
+++ b/utils/vdpauinfo/HISTORY
@@ -0,0 +1,3 @@
+2010-09-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+



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

Archive powered by MHonArc 2.6.24.

Top of Page