Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2017 18:13:04 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438110 - in head/multimedia/handbrake: . files
Message-ID:  <201704091813.v39ID4NG070901@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Apr  9 18:13:04 2017
New Revision: 438110
URL: https://svnweb.freebsd.org/changeset/ports/438110

Log:
  multimedia/handbrake: fix build after update to 1.0.3
  
  PR:		218384
  Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
  Reported by:	Vladimir Omelchuk <admin@vladiom.com.ua>
  Reviewed by:	naito.yuichiro@gmail.com, rkoberman@gmail.com

Modified:
  head/multimedia/handbrake/Makefile
  head/multimedia/handbrake/files/patch-contrib_libbluray_A02-expose-clip__id.patch

Modified: head/multimedia/handbrake/Makefile
==============================================================================
--- head/multimedia/handbrake/Makefile	Sun Apr  9 17:40:55 2017	(r438109)
+++ head/multimedia/handbrake/Makefile	Sun Apr  9 18:13:04 2017	(r438110)
@@ -3,7 +3,7 @@
 
 PORTNAME=	handbrake
 PORTVERSION=	1.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	multimedia
 DIST_SUBDIR=	${PORTNAME}
 
@@ -107,7 +107,7 @@ BUILD_DEPENDS+=	${LOCALBASE}/bin/ld:deve
 LIB_DEPENDS+=	libvpx.so:multimedia/libvpx \
 		libdbus-glib-1.so:devel/dbus-glib \
 		libnotify.so:devel/libnotify
-USES+=		gettext
+USES+=		gettext desktop-file-utils
 USE_GNOME+=	gtk30 intltool cairo gdkpixbuf2
 .else
 CONFIGURE_ARGS+=	--disable-gtk

Modified: head/multimedia/handbrake/files/patch-contrib_libbluray_A02-expose-clip__id.patch
==============================================================================
--- head/multimedia/handbrake/files/patch-contrib_libbluray_A02-expose-clip__id.patch	Sun Apr  9 17:40:55 2017	(r438109)
+++ head/multimedia/handbrake/files/patch-contrib_libbluray_A02-expose-clip__id.patch	Sun Apr  9 18:13:04 2017	(r438110)
@@ -1,11 +1,12 @@
---- contrib/libbluray/A02-expose-clip_id.patch.orig	2017-02-25 20:56:19 UTC
+--- contrib/libbluray/A02-expose-clip_id.patch.orig     2017-02-25
+20:56:19 UTC
 +++ contrib/libbluray/A02-expose-clip_id.patch
 @@ -35,3 +35,14 @@ index 3cd7118..177b3d4 100644
- -- 
+ --
  2.5.5
- 
-+--- Makefile.in.orig	2017-03-25 19:30:14 UTC
-++++ Makefile.in	2017-03-25 19:30:36 UTC
+
++--- a/Makefile.in.orig 2017-03-25 19:30:14 UTC
+++++ b/Makefile.in      2017-03-25 19:30:36 UTC
 +@@ -772,7 +772,7 @@
 + MOSTLYCLEANFILES = $(DX_CLEANFILES)
 + @ENABLE_UDF_FALSE@POSIX_C_SOURCE = 200112L
@@ -14,4 +15,4 @@
 ++SET_FEATURES = -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=$(POSIX_C_SOURCE) -D_REENTRANT -D_XOPEN_SOURCE=700
 + SET_INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/libbluray -I$(top_builddir)/src/libbluray $(BDJAVA_CFLAGS)
 + AM_CFLAGS = -std=c99 $(SET_FEATURES) $(SET_INCLUDES) $(LIBXML2_CFLAGS) \
-+ 	$(FT2_CFLAGS) $(FONTCONFIG_CFLAGS) $(UDF_CFLAGS) \
++       $(FT2_CFLAGS) $(FONTCONFIG_CFLAGS) $(UDF_CFLAGS) \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704091813.v39ID4NG070901>