Date: Fri, 26 Sep 2014 20:21:10 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369340 - in head/multimedia/dvdstyler: . files Message-ID: <201409262021.s8QKLAX3064861@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nox Date: Fri Sep 26 20:21:09 2014 New Revision: 369340 URL: http://svnweb.freebsd.org/changeset/ports/369340 QAT: https://qat.redports.org/buildarchive/r369340/ Log: - Update to 2.8 . [1] - Change ac_cv_path_AVCONV_PATH from no to the empty string so that dvdstyler actually calls ffmpeg not avconv. PR: 193900 [1] Submitted by: Ports Fury [1] Added: head/multimedia/dvdstyler/files/patch-configure.ac (contents, props changed) Deleted: head/multimedia/dvdstyler/files/patch-configure.in Modified: head/multimedia/dvdstyler/Makefile head/multimedia/dvdstyler/distinfo head/multimedia/dvdstyler/pkg-plist Modified: head/multimedia/dvdstyler/Makefile ============================================================================== --- head/multimedia/dvdstyler/Makefile Fri Sep 26 20:16:56 2014 (r369339) +++ head/multimedia/dvdstyler/Makefile Fri Sep 26 20:21:09 2014 (r369340) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= dvdstyler -PORTVERSION= 2.7.2 -PORTREVISION= 5 +PORTVERSION= 2.8 PORTEPOCH= 2 CATEGORIES= multimedia MASTER_SITES= SF @@ -37,7 +36,7 @@ WX_CONF_ARGS= absolute USE_AUTOTOOLS= aclocal automake autoconf ACLOCAL_ARGS= -I ${WRKSRC} AUTOMAKE_ARGS= --add-missing --copy --force-missing --foreign -CONFIGURE_ENV= ac_cv_path_AVCONV_PATH=no +CONFIGURE_ENV= ac_cv_path_AVCONV_PATH="" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/multimedia/dvdstyler/distinfo ============================================================================== --- head/multimedia/dvdstyler/distinfo Fri Sep 26 20:16:56 2014 (r369339) +++ head/multimedia/dvdstyler/distinfo Fri Sep 26 20:21:09 2014 (r369340) @@ -1,2 +1,2 @@ -SHA256 (DVDStyler-2.7.2.tar.bz2) = b30df3870b9cfcac5bc4387d276aec10e0913ce66c63007f1393123afda180be -SIZE (DVDStyler-2.7.2.tar.bz2) = 5982155 +SHA256 (DVDStyler-2.8.tar.bz2) = 90fabb6f97f980c0dbc244c658b9b7bf80336e2059eb8e70998bfcc5b8b3bba2 +SIZE (DVDStyler-2.8.tar.bz2) = 6341733 Added: head/multimedia/dvdstyler/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/dvdstyler/files/patch-configure.ac Fri Sep 26 20:21:09 2014 (r369340) @@ -0,0 +1,20 @@ +--- configure.ac.orig ++++ configure.ac +@@ -9,6 +9,7 @@ + dnl options + AM_OPTIONS_WXCONFIG + AC_ARG_ENABLE(debug, [ --enable-debug Enable debugging information], USE_DEBUG="$enableval", USE_DEBUG="no") ++AC_ARG_WITH(gnome, [ --with-gnome Use libgnomeui for rendering of thumbnails], with_gnome="$withval", with_gnome="no") + + AC_MSG_CHECKING(for install location) + case "$prefix" in +@@ -111,7 +112,9 @@ + fi + + dnl check gnomeui-2.0 ++if test x"$with_gnome" != x"no"; then + CHECK_WX_BUILT_WITH_GTK2() ++fi + if test x"$GTK_USEDVERSION" = x"2" ; then + PKG_CHECK_MODULES(GNOMEUI2, libgnomeui-2.0, GNOME2="-DGNOME2", + AC_MSG_WARN([libgnomeui will not be used for rendering of thumbnails])) Modified: head/multimedia/dvdstyler/pkg-plist ============================================================================== --- head/multimedia/dvdstyler/pkg-plist Fri Sep 26 20:16:56 2014 (r369339) +++ head/multimedia/dvdstyler/pkg-plist Fri Sep 26 20:21:09 2014 (r369340) @@ -121,10 +121,12 @@ share/applications/dvdstyler.desktop %%DATADIR%%/objects/ellipse45.xml %%DATADIR%%/objects/frame-v3.xml %%DATADIR%%/objects/frame45.xml +%%DATADIR%%/objects/gold-frame.xml %%DATADIR%%/objects/image.xml %%DATADIR%%/objects/rectangle-v2.xml %%DATADIR%%/objects/text-v2.xml %%DATADIR%%/rc/add.png +%%DATADIR%%/rc/addVideo.png %%DATADIR%%/rc/dvdstyler.png %%DATADIR%%/rc/files.png %%DATADIR%%/rc/help.png @@ -146,6 +148,7 @@ share/applications/dvdstyler.desktop %%DATADIR%%/rc/plus.png %%DATADIR%%/rc/preferences.png %%DATADIR%%/rc/remove.png +%%DATADIR%%/rc/rotate.cur %%DATADIR%%/rc/run.png %%DATADIR%%/rc/save.png %%DATADIR%%/templates/Basic/blue.dvdt @@ -208,21 +211,3 @@ share/locale/vi/LC_MESSAGES/dvdstyler.mo share/locale/zh_CN/LC_MESSAGES/dvdstyler.mo share/locale/zh_TW/LC_MESSAGES/dvdstyler.mo share/pixmaps/dvdstyler.png -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/es_ar/LC_MESSAGES -@dirrmtry share/locale/es_ar -@dirrm %%DATADIR%%/transitions -@dirrm %%DATADIR%%/templates/Travel -@dirrm %%DATADIR%%/templates/Basic -@dirrm %%DATADIR%%/templates -@dirrm %%DATADIR%%/rc -@dirrm %%DATADIR%%/objects/deprecated -@dirrm %%DATADIR%%/objects -@dirrm %%DATADIR%%/docs -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%%/buttons/deprecated -@dirrm %%DATADIR%%/buttons -@dirrm %%DATADIR%%/backgrounds -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409262021.s8QKLAX3064861>