Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3b0f7f7c85de4377005ab7e58b841d8d4af1ce70)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3b0f7f7c85de4377005ab7e58b841d8d4af1ce70)
  • Date: Sat, 22 May 2010 13:13:36 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
audio-libs/libtunepimp/DEPENDS | 1 +
audio-libs/libtunepimp/HISTORY | 3 +++
video-libs/libdc1394/DEPENDS | 4 ++++
video-libs/libdc1394/DETAILS | 17 +++++++++++++++++
video-libs/libdc1394/HISTORY | 3 +++
6 files changed, 31 insertions(+)

New commits:
commit 3b0f7f7c85de4377005ab7e58b841d8d4af1ce70
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libdc1394-2.1.2

commit 6c8b5158fe8875e4d07ea591fdf5763233a126f9
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ibtunepimp - depends openssl

diff --git a/ChangeLog b/ChangeLog
index 1d1e05e..4257e9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-05-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * video-libs/libdc1394: new spell, control IEEE 1394 based cameras
+
2010-05-22 Ismael Luceno <ismael AT sourcemage.org>
* devel/tig: new spell, text-mode interface for git

diff --git a/audio-libs/libtunepimp/DEPENDS b/audio-libs/libtunepimp/DEPENDS
index f85bea8..3e25936 100755
--- a/audio-libs/libtunepimp/DEPENDS
+++ b/audio-libs/libtunepimp/DEPENDS
@@ -3,6 +3,7 @@ if [[ "${LIBTUNEPIMP_PYTHON}" == "y" ]]
then depends python
fi &&
depends libofa &&
+depends openssl &&
optional_depends mp4v2 "" "" "for MPEG4 support" &&
optional_depends libmad "" "" "mp3 support?" &&
optional_depends libvorbis "" "" "ogg support?" &&
diff --git a/audio-libs/libtunepimp/HISTORY b/audio-libs/libtunepimp/HISTORY
index 672d2f7..e637019 100644
--- a/audio-libs/libtunepimp/HISTORY
+++ b/audio-libs/libtunepimp/HISTORY
@@ -1,3 +1,6 @@
+2010-05-20 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add lopenssl
+
2010-05-19 Eric Sandall <sandalle AT sourcemage.org>
* DEPENDS: libmp4v2 deprecated in favour of mp4v2 (Bug #15536)
* PRE_BUILD: Always apply mp4v2 patch
diff --git a/video-libs/libdc1394/DEPENDS b/video-libs/libdc1394/DEPENDS
new file mode 100644
index 0000000..daa8677
--- /dev/null
+++ b/video-libs/libdc1394/DEPENDS
@@ -0,0 +1,4 @@
+depends libtool &&
+optional_depends libraw1394 '' '' 'Linux legacy support' &&
+optional_depends libusb '' '' 'IIDC-over-USB support' &&
+optional_depends doxygen '' '' 'nuild documentation'
diff --git a/video-libs/libdc1394/DETAILS b/video-libs/libdc1394/DETAILS
new file mode 100755
index 0000000..198c255
--- /dev/null
+++ b/video-libs/libdc1394/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=libdc1394
+ VERSION=2.1.2
+
SOURCE_HASH=sha512:e4e302e22b9d1434a3a41aa55e579868315c3b15d680bbbf66e652e99f6466d0a0951e2c8a83af91270755bb37c54eceb6b12751d5848c2e5ab11bd63bd1f560
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ LICENSE[0]=LGPL
+ WEB_SITE=http://sourceforge.net/projects/libdc1394
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/$SPELL/$SOURCE
+ SOURCE_URL[1]=$KERNEL_URL/pub/linux/libs/ieee1394/$SOURCE
+ ENTERED=20020125
+ KEYWORDS="video libs"
+ SHORT="library to control IEEE 1394 based cameras"
+cat << EOF
+ibdc1394 is a library that provides a high level programming interface for
application developers who wish to
+control IEEE 1394 based cameras that conform to the 1394-based Digital
Camera Specifications (also known as
+the IIDC or DCAM Specifications)
+ EOF
diff --git a/video-libs/libdc1394/HISTORY b/video-libs/libdc1394/HISTORY
new file mode 100644
index 0000000..e89291e
--- /dev/null
+++ b/video-libs/libdc1394/HISTORY
@@ -0,0 +1,3 @@
+2010-05-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.1.2
+ spell created



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3b0f7f7c85de4377005ab7e58b841d8d4af1ce70), Treeve Jelbert, 05/22/2010

Archive powered by MHonArc 2.6.24.

Top of Page