svn commit: r319416 - in head/multimedia/dvd-slideshow: . files
Pawel Pekala
pawel at FreeBSD.org
Thu May 30 11:52:47 UTC 2013
Author: pawel
Date: Thu May 30 11:52:44 2013
New Revision: 319416
URL: http://svnweb.freebsd.org/changeset/ports/319416
Log:
- Update to version 0.8.4 [1]
- Remove Author tag, fix WWW line in pkg-descr
PR: ports/179069 [1]
Submitted by: Phil Oleson <oz at nixil.net> (maintainer)
Modified:
head/multimedia/dvd-slideshow/Makefile (contents, props changed)
head/multimedia/dvd-slideshow/distinfo (contents, props changed)
head/multimedia/dvd-slideshow/files/patch-dvd-slideshow (contents, props changed)
head/multimedia/dvd-slideshow/pkg-descr (contents, props changed)
head/multimedia/dvd-slideshow/pkg-plist (contents, props changed)
Modified: head/multimedia/dvd-slideshow/Makefile
==============================================================================
--- head/multimedia/dvd-slideshow/Makefile Thu May 30 11:52:36 2013 (r319415)
+++ head/multimedia/dvd-slideshow/Makefile Thu May 30 11:52:44 2013 (r319416)
@@ -2,13 +2,12 @@
# $FreeBSD$
PORTNAME= dvd-slideshow
-PORTVERSION= 0.8.2
-PORTREVISION= 5
+PORTVERSION= 0.8.4
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-2:main \
SF/${PORTNAME}/${PORTNAME}-themes/${THEMEVERSION}-1:themes
DISTFILES= ${PORTNAME}-${PORTVERSION}-2${EXTRACT_SUFX}:main
-THEMEVERSION= 0.8.0
+THEMEVERSION= 0.8.4
MAINTAINER= oz at nixil.net
COMMENT= Script that creates a slideshow-style DVD with some simple menus
@@ -57,11 +56,6 @@ PLIST_SUB+= NOTHEMES=""
.else
PLIST_SUB+= NOTHEMES="@comment "
.endif
-.if ${PORT_OPTIONS:MDOCS}
-PLIST_SUB+= NOPORTDOCS="@comment "
-.else
-PLIST_SUB+= NOPORTDOCS=""
-.endif
post-patch:
.for FILE in dvd-slideshow dvd-menu dir2slideshow gallery1-to-slideshow jigl2slideshow
Modified: head/multimedia/dvd-slideshow/distinfo
==============================================================================
--- head/multimedia/dvd-slideshow/distinfo Thu May 30 11:52:36 2013 (r319415)
+++ head/multimedia/dvd-slideshow/distinfo Thu May 30 11:52:44 2013 (r319416)
@@ -1,4 +1,4 @@
-SHA256 (dvd-slideshow-0.8.2-2.tar.gz) = 00ad7d8cced0f72dc8febf80f1cf7d843f8c390aa412ca46ca22ed9521ae0005
-SIZE (dvd-slideshow-0.8.2-2.tar.gz) = 155338
-SHA256 (dvd-slideshow-themes-0.8.0-1.tar.gz) = 56c13c272eb6e850b98f4182acd3c5e90ba378a6ec7fc37e4c47af70b6e25cb5
-SIZE (dvd-slideshow-themes-0.8.0-1.tar.gz) = 1224977
+SHA256 (dvd-slideshow-0.8.4-2.tar.gz) = 0587cbe4b39b415aec232ada3213b4352c3b9eecec82a64594f1deb8b14a809d
+SIZE (dvd-slideshow-0.8.4-2.tar.gz) = 162905
+SHA256 (dvd-slideshow-themes-0.8.4-1.tar.gz) = 3a929836c9a4afbb3b134718ea548d0f562f48c52d0026ff7bc1b99bebc4d5a1
+SIZE (dvd-slideshow-themes-0.8.4-1.tar.gz) = 1225865
Modified: head/multimedia/dvd-slideshow/files/patch-dvd-slideshow
==============================================================================
--- head/multimedia/dvd-slideshow/files/patch-dvd-slideshow Thu May 30 11:52:36 2013 (r319415)
+++ head/multimedia/dvd-slideshow/files/patch-dvd-slideshow Thu May 30 11:52:44 2013 (r319416)
@@ -1,6 +1,6 @@
---- dvd-slideshow.orig 2008-12-05 07:48:58.000000000 +0000
-+++ dvd-slideshow 2009-04-13 11:10:55.000000000 +0000
-@@ -3845,7 +3845,7 @@
+--- dvd-slideshow.orig 2011-08-22 11:48:52.000000000 -0600
++++ dvd-slideshow 2013-05-28 15:26:51.000000000 -0600
+@@ -3996,7 +3996,7 @@ do
mkdir -p "$outdir/$newname"_pics
fi
if [ "$copy" -eq 1 ] ; then
@@ -9,10 +9,10 @@
fi
moviefiles=$(( $moviefiles + 1 ))
elif [ "${filetype[$i]}" == 'ogg' ] || [ "${filetype[$i]}" == 'mp3' ] || [ "${filetype[$i]}" == 'wav' ] || [ "${image[$i]}" == 'silence' ] || [ "${filetype[$i]}" == 'm4a' ] || [ "${filetype[$i]}" == 'aac' ] ; then
-@@ -7136,9 +7136,9 @@
- mv "$tmpdir/video1.flv" "$outdir"/"$slideshow_name".flv
- myecho "[dvd-slideshow] Generating video thumbnail..."
- ffmpeg -y -i "$outdir"/"$slideshow_name".flv -f mjpeg -t 0.001 "$outdir"/"$slideshow_name".jpg >> "$ffmpeg_out" 2>&1
+@@ -7407,9 +7407,9 @@ if [ "$output_format" == 'flv' ] ; then
+ fi
+ # myecho "[dvd-slideshow] Generating video thumbnail..."
+ # ffmpeg -threads "$cores" -y -i "$outdir"/"$slideshow_name".flv -f mjpeg -t 0.001 "$outdir"/"$slideshow_name".jpg >> "$ffmpeg_out" 2>&1
- if [ -f "/usr/bin/flvtool2" ] ; then
+ if [ -f "/usr/local/bin/flvtool2" ] ; then
myecho "[dvd-slideshow] Running flvtool2 -U $slideshow_name".flv
Modified: head/multimedia/dvd-slideshow/pkg-descr
==============================================================================
--- head/multimedia/dvd-slideshow/pkg-descr Thu May 30 11:52:36 2013 (r319415)
+++ head/multimedia/dvd-slideshow/pkg-descr Thu May 30 11:52:44 2013 (r319416)
@@ -1,4 +1,3 @@
Script that creates a slideshow-style dvd with some simple menus
-Author: Scott Dylewski <scott @ dylewski . com>
-WWW: http://dvd-slideshow.sourceforge.net/
+WWW: http://dvd-slideshow.sourceforge.net/
Modified: head/multimedia/dvd-slideshow/pkg-plist
==============================================================================
--- head/multimedia/dvd-slideshow/pkg-plist Thu May 30 11:52:36 2013 (r319415)
+++ head/multimedia/dvd-slideshow/pkg-plist Thu May 30 11:52:44 2013 (r319416)
@@ -3,13 +3,13 @@ bin/dvd-menu
bin/dir2slideshow
bin/gallery1-to-slideshow
bin/jigl2slideshow
-%%NOPORTDOCS%%%%DOCSDIR%%/changelog.html
-%%NOPORTDOCS%%%%DOCSDIR%%/gallery1-to-slideshow.html
-%%NOPORTDOCS%%%%DOCSDIR%%/dir2slideshow.html
-%%NOPORTDOCS%%%%DOCSDIR%%/jigl2slideshow.html
-%%NOPORTDOCS%%%%DOCSDIR%%/dvd-menu.html
-%%NOPORTDOCS%%%%DOCSDIR%%/dvd-slideshow.html
-%%NOPORTDOCS%%%%DOCSDIR%%/dvd-slideshowrc
+%%PORTDOCS%%%%DOCSDIR%%/changelog.html
+%%PORTDOCS%%%%DOCSDIR%%/gallery1-to-slideshow.html
+%%PORTDOCS%%%%DOCSDIR%%/dir2slideshow.html
+%%PORTDOCS%%%%DOCSDIR%%/jigl2slideshow.html
+%%PORTDOCS%%%%DOCSDIR%%/dvd-menu.html
+%%PORTDOCS%%%%DOCSDIR%%/dvd-slideshow.html
+%%PORTDOCS%%%%DOCSDIR%%/dvd-slideshowrc
%%NOTHEMES%%%%DATADIR%%/themes/themes.readme.txt
%%NOTHEMES%%%%DATADIR%%/themes/babyblue/thumbnail.jpg
%%NOTHEMES%%%%DATADIR%%/themes/babyblue/bip.ttf
@@ -66,4 +66,4 @@ bin/jigl2slideshow
%%NOTHEMES%%@dirrmtry %%DATADIR%%/themes
%%NOTHEMES%%@dirrmtry %%DATADIR%%
%%NOTHEMES%%@dirrmtry share/apps
-%%NOPORTDOCS%%@dirrm %%DOCSDIR%%
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
More information about the svn-ports-head
mailing list