[Lunar-commits] <moonbase> mjpegtools: Version bump to 2.0.0. It is PSAFE now which means both BUILDs
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Aug 29 22:59:36 CEST 2011
commit 7d7c539d513688090918a87e48190bf62a2a09a3
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Aug 29 16:59:36 2011 -0400
mjpegtools: Version bump to 2.0.0. It is PSAFE now which means both BUILDs
can be removed since all that is left is defaul_build. The POST_INSTALL is
gone since gst-plugins was removed from moonbase. Lastly a little fleshing out
of the DEPENDS.
---
video/mjpegtools/BUILD | 15 ---------------
video/mjpegtools/BUILD.x86_64 | 15 ---------------
video/mjpegtools/DEPENDS | 8 ++++++--
video/mjpegtools/DETAILS | 12 ++++--------
video/mjpegtools/POST_INSTALL | 1 -
5 files changed, 10 insertions(+), 41 deletions(-)
diff --git a/video/mjpegtools/BUILD b/video/mjpegtools/BUILD
deleted file mode 100644
index 1fa72a3..0000000
--- a/video/mjpegtools/BUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-(
-
-# Temp fix for borkage on Region2D.hh, revisit on" next version bump.
- sedit "19c#include <cassert>" y4mdenoise/Region2D.hh
-
-# This is a temp fix to address an API change with libquicktime-0.9.9
-# and above. Re-evaluate on the next version bump of mjpegtools.
-
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-
- sedit "s/fileno(((quicktime_t \*)lav_file->qt_fd)->stream);/lqt_fileno((quicktime_t \*)lav_file->qt_fd);/" lavtools/lav_io.c
-
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/video/mjpegtools/BUILD.x86_64 b/video/mjpegtools/BUILD.x86_64
deleted file mode 100644
index 87d9e7a..0000000
--- a/video/mjpegtools/BUILD.x86_64
+++ /dev/null
@@ -1,15 +0,0 @@
-(
-
-# Temp fix for borkage on Region2D.hh, revisit on" next version bump.
- sedit "19c#include <cassert>" y4mdenoise/Region2D.hh
-
-# This is a temp fix to address an API change with libquicktime-0.9.9
-# and above. Re-evaluate on the next version bump of mjpegtools.
-
- patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-
- sedit "s/fileno(((quicktime_t \*)lav_file->qt_fd)->stream);/lqt_fileno((quicktime_t \*)lav_file->qt_fd);/" lavtools/lav_io.c
-
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/video/mjpegtools/DEPENDS b/video/mjpegtools/DEPENDS
index e6deeba..aa02cf2 100644
--- a/video/mjpegtools/DEPENDS
+++ b/video/mjpegtools/DEPENDS
@@ -1,4 +1,8 @@
depends glib-2
-optional_depends gtk+-2 "" "" "GTK+-2 support"
-optional_depends SDL "" "" "SDL support"
+optional_depends libpng "--with-libpng" "--without-libpng" "for png graphics support"
+optional_depends libdv "--with-libdv" "--without-libdv" "for dv video support"
+optional_depends v4l-utils "--with-v4l" "--without-v4l" "for video4linux2 device support"
+optional_depends gtk+-2 "--with-gtk" "--without-gtk" "GTK+-2 support"
+optional_depends SDL "--with-libsdl" "--without-libsdl" "SDL support"
+optional_depends libquicktime "--with-libquicktime" "--without-libquicktime" "for quicktime support"
diff --git a/video/mjpegtools/DETAILS b/video/mjpegtools/DETAILS
index 0690296..5268738 100644
--- a/video/mjpegtools/DETAILS
+++ b/video/mjpegtools/DETAILS
@@ -1,15 +1,11 @@
MODULE=mjpegtools
- VERSION=1.9.0
+ VERSION=2.0.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE2=$MODULE-$VERSION-glibc-2.10.patch.bz2
- SOURCE_URL=$SFORGE_URL/mjpeg
- SOURCE2_URL=$PATCH_URL
- SOURCE_VFY=sha1:1701233354c7ea86b5b7808c4dd5d03a71118e48
- SOURCE2_VFY=sha1:a7bc4c20526c01bfb9fc1a8ce52350c324459a64
+ SOURCE_URL=$SFORGE_URL/mjpeg/mjpegtools/$VERSION/
+ SOURCE_VFY=sha1:f411e8573d446711dbe8455a6ae9257e1afe1e70
WEB_SITE=http://mjpeg.sourceforge.net
ENTERED=20021207
- UPDATED=20090803
- PSAFE=no
+ UPDATED=20110829
SHORT="Tools for working with MJPEG/MPEG files"
cat << EOF
diff --git a/video/mjpegtools/POST_INSTALL b/video/mjpegtools/POST_INSTALL
deleted file mode 100644
index cb5f61c..0000000
--- a/video/mjpegtools/POST_INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-if module_installed gst-plugins; then lin gst-plugins; fi
More information about the Lunar-commits
mailing list