From owner-svn-ports-all@freebsd.org Sat Nov 18 19:38:32 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B997DDA11B; Sat, 18 Nov 2017 19:38:32 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 575AE79D97; Sat, 18 Nov 2017 19:38:32 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAIJcVsu091770; Sat, 18 Nov 2017 19:38:31 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAIJcV3V091763; Sat, 18 Nov 2017 19:38:31 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201711181938.vAIJcV3V091763@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sat, 18 Nov 2017 19:38:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454455 - in head/multimedia/bino: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/multimedia/bino: . files X-SVN-Commit-Revision: 454455 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Nov 2017 19:38:32 -0000 Author: zeising Date: Sat Nov 18 19:38:30 2017 New Revision: 454455 URL: https://svnweb.freebsd.org/changeset/ports/454455 Log: Update to 1.6.5 Switch to use QT5 Add patch to fix build with recent update to graphics/glew PR: 223426 Submitted by: zeising Approved by: maintainer timeout Added: head/multimedia/bino/files/glew-fix-7098cd6a.patch (contents, props changed) head/multimedia/bino/files/patch-src_base_str.h (contents, props changed) Deleted: head/multimedia/bino/files/patch-src_base_str.cpp head/multimedia/bino/files/patch-src_media__object.cpp Modified: head/multimedia/bino/Makefile head/multimedia/bino/distinfo head/multimedia/bino/pkg-plist Modified: head/multimedia/bino/Makefile ============================================================================== --- head/multimedia/bino/Makefile Sat Nov 18 19:32:38 2017 (r454454) +++ head/multimedia/bino/Makefile Sat Nov 18 19:38:30 2017 (r454455) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= bino -PORTVERSION= 1.4.2 -PORTREVISION= 12 +PORTVERSION= 1.6.5 CATEGORIES= multimedia -MASTER_SITES= http://download.savannah.nongnu.org/releases/bino/ http://levsha.me/ports/distfiles/ +MASTER_SITES= https://download.savannah.nongnu.org/releases/bino/ MAINTAINER= i@levsha.me COMMENT= 3D video player with multi-display support @@ -17,14 +16,17 @@ LIB_DEPENDS= libass.so:multimedia/libass \ libavformat.so:multimedia/ffmpeg \ libopenal.so:audio/openal-soft -USES= desktop-file-utils gmake pkgconfig tar:xz -USE_GL= glew +USES= autoreconf desktop-file-utils gmake iconv pkgconfig tar:xz +USE_GL= gl glu glew GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_QT4= moc_build opengl rcc_build +USE_QT5= buildtools_build core gui opengl widgets +USE_CXXSTD= c++11 # no port fow equalizer now, lirc detecting not working -CONFIGURE_ARGS= --without-equalizer --without-liblircclient --docdir=${DOCSDIR} +CONFIGURE_ARGS= --without-equalizer --without-lirc --docdir=${DOCSDIR} + +EXTRA_PATCHES= ${FILESDIR}/glew-fix-7098cd6a.patch INFO= bino Modified: head/multimedia/bino/distinfo ============================================================================== --- head/multimedia/bino/distinfo Sat Nov 18 19:32:38 2017 (r454454) +++ head/multimedia/bino/distinfo Sat Nov 18 19:38:30 2017 (r454455) @@ -1,2 +1,3 @@ -SHA256 (bino-1.4.2.tar.xz) = 6cd88eb16ffee30a3cbb9b5d313feb61b91068387ae846ff96d9e99dcb5c88b6 -SIZE (bino-1.4.2.tar.xz) = 794272 +TIMESTAMP = 1509794928 +SHA256 (bino-1.6.5.tar.xz) = 3254316d3ae81cc69643dcd823caaac1233704d91289272d0011ced5e5cdffe2 +SIZE (bino-1.6.5.tar.xz) = 825008 Added: head/multimedia/bino/files/glew-fix-7098cd6a.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/bino/files/glew-fix-7098cd6a.patch Sat Nov 18 19:38:30 2017 (r454455) @@ -0,0 +1,208 @@ +From 7098cd6afb7ed805de085ed72a5a3ff56e529277 Mon Sep 17 00:00:00 2001 +From: Martin Lambers +Date: Sun, 18 Dec 2016 14:37:52 +0100 +Subject: Revert "Always use GLEWmx, do not fall back to GLEW." + +This reverts commit eaf9278782b32a13cea19d1be331cb74a6cddce9. +--- + configure.ac | 15 +++++++++++++-- + src/Makefile.am | 8 ++++++-- + src/video_output.h | 4 +++- + src/video_output_qt.cpp | 13 ++++++++----- + src/video_output_qt.h | 20 +++++++++++++------- + 5 files changed, 43 insertions(+), 17 deletions(-) + +diff --git a/configure.ac b/configure.ac +index 52181ed..03c6b58 100644 +--- configure.ac ++++ configure.ac +@@ -296,7 +296,9 @@ fi + AC_DEFINE_UNQUOTED([HAVE_LIBEQUALIZER], [$HAVE_LIBEQUALIZER], [Have Equalizer?]) + AM_CONDITIONAL([HAVE_LIBEQUALIZER], [test "$HAVE_LIBEQUALIZER" = "1"]) + +-dnl glewmx ++dnl glew ++dnl With Equalizer, we need glewmx, since that is what Equalizer uses. ++dnl Without Equalizer, glew (without mx) is ok to use, too. + PKG_CHECK_MODULES([libglewmx], [glewmx >= 1.6.0], [HAVE_LIBGLEWMX=1], [HAVE_LIBGLEWMX=0]) + if test "$HAVE_LIBGLEWMX" != "1"; then + AC_MSG_WARN([required library libglewmx >= 1.6.0 not found:]) +@@ -304,6 +306,15 @@ if test "$HAVE_LIBGLEWMX" != "1"; then + AC_MSG_WARN([libglewmx is provided by glew; Debian package: libglewmx-dev]) + fi + AM_CONDITIONAL([HAVE_LIBGLEWMX], [test "$HAVE_LIBGLEWMX" = "1"]) ++if test "$HAVE_LIBGLEWMX" != "1" -a "$HAVE_LIBEQUALIZER" != "1"; then ++ AC_MSG_NOTICE([trying to use libglew instead of libglewmx]) ++ PKG_CHECK_MODULES([libglew], [glew >= 1.6.0], [HAVE_LIBGLEW=1], [HAVE_LIBGLEW=0]) ++ if test "$HAVE_LIBGLEW" != "1"; then ++ AC_MSG_WARN([required library libglew >= 1.6.0 not found:]) ++ AC_MSG_WARN([$libglew_PKG_ERRORS]) ++ AC_MSG_WARN([libglew is provided by glew; Debian package: libglew-dev]) ++ fi ++fi + + dnl libXNVCtrl + AC_ARG_WITH([xnvctrl], +@@ -390,7 +401,7 @@ if test "$am_cv_func_iconv" != "yes" \ + -o "$HAVE_LIBASS" != "1" \ + -o "$HAVE_LIBOPENAL" != "1" \ + -o "$HAVE_LIBQTOPENGL" != "1" \ +- -o "$HAVE_LIBGLEWMX" != "1" \ ++ -o \( "$HAVE_LIBGLEWMX" != "1" -a "$HAVE_LIBGLEW" != "1" \) \ + -o \( "$equalizer" = "yes" -a "$HAVE_LIBEQUALIZER" != "1" \) \ + -o \( "$xnvctrl" = "yes" -a "$HAVE_LIBXNVCTRL" != "1" \) \ + -o \( "$lirc" = "yes" -a "$HAVE_LIRC" != "1" \) ; then +diff --git a/src/Makefile.am b/src/Makefile.am +index 6fc12bb..65cbae6 100644 +--- src/Makefile.am ++++ src/Makefile.am +@@ -149,11 +149,15 @@ DEFS += -DHTMLDIR=\"$(htmldir)\" -DLOCALEDIR=\"$(localedir)\" + + AM_CPPFLAGS = \ + $(libavformat_CFLAGS) $(libavdevice_CFLAGS) $(libswscale_CFLAGS) $(libass_CFLAGS) \ +- $(libopenal_CFLAGS) $(libgl_CFLAGS) $(libglewmx_CFLAGS) $(libqtopengl_CFLAGS) ++ $(libopenal_CFLAGS) $(libgl_CFLAGS) $(libglewmx_CFLAGS) $(libglew_CFLAGS) $(libqtopengl_CFLAGS) + + bino_LDADD = $(top_builddir)/src/base/libbase.a $(LIBINTL) $(LIBICONV) \ + $(libavformat_LIBS) $(libavdevice_LIBS) $(libswscale_LIBS) $(libass_LIBS) \ +- $(libopenal_LIBS) $(libgl_LIBS) $(libglewmx_LIBS) $(libqtopengl_LIBS) ++ $(libopenal_LIBS) $(libgl_LIBS) $(libglewmx_LIBS) $(libglew_LIBS) $(libqtopengl_LIBS) ++ ++if HAVE_LIBGLEWMX ++AM_CPPFLAGS += -DGLEW_MX ++endif + + if HAVE_LIBEQUALIZER + bino_SOURCES += player_equalizer.h player_equalizer.cpp +diff --git a/src/video_output.h b/src/video_output.h +index 8430ddc..2fd72ce 100644 +--- src/video_output.h ++++ src/video_output.h +@@ -1,7 +1,7 @@ + /* + * This file is part of bino, a 3D video player. + * +- * Copyright (C) 2010, 2011, 2012, 2015 ++ * Copyright (C) 2010, 2011, 2012, 2015, 2016 + * Martin Lambers + * Frédéric Devernay + * Joe +@@ -128,7 +128,9 @@ private: + protected: + subtitle_renderer _subtitle_renderer; + ++#ifdef GLEW_MX + virtual GLEWContext* glewGetContext() const = 0; ++#endif + + // Get the total viewport size. + int full_display_width() const; +diff --git a/src/video_output_qt.cpp b/src/video_output_qt.cpp +index 0758892..ab82388 100644 +--- src/video_output_qt.cpp ++++ src/video_output_qt.cpp +@@ -1,7 +1,7 @@ + /* + * This file is part of bino, a 3D video player. + * +- * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015 ++ * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015, 2016 + * Martin Lambers + * Frédéric Devernay + * Joe +@@ -80,11 +80,13 @@ gl_thread::gl_thread(video_output_qt* vo_qt, video_output_qt_widget* vo_qt_widge + { + } + +-#if HAVE_X11 ++#ifdef GLEW_MX ++# if HAVE_X11 + GLXEWContext* gl_thread::glxewGetContext() const + { + return _vo_qt->glxewGetContext(); + } ++# endif + #endif + + void gl_thread::set_render(bool r) +@@ -781,17 +783,18 @@ void video_output_qt::create_widget() + process_events(); + } + +-#if HAVE_X11 ++#ifdef GLEW_MX ++# if HAVE_X11 + GLXEWContext* video_output_qt::glxewGetContext() const + { + return const_cast(&_glxew_context); + } +-#endif +- ++# endif + GLEWContext* video_output_qt::glewGetContext() const + { + return const_cast(&_glew_context); + } ++#endif + + bool video_output_qt::context_is_stereo() const + { +diff --git a/src/video_output_qt.h b/src/video_output_qt.h +index 1cc3174..089bac9 100644 +--- src/video_output_qt.h ++++ src/video_output_qt.h +@@ -1,7 +1,7 @@ + /* + * This file is part of bino, a 3D video player. + * +- * Copyright (C) 2010, 2011, 2012, 2013, 2015 ++ * Copyright (C) 2010, 2011, 2012, 2013, 2015, 2016 + * Martin Lambers + * + * This program is free software; you can redistribute it and/or modify +@@ -69,8 +69,10 @@ private: + public: + gl_thread(video_output_qt* vo_qt, video_output_qt_widget* vo_qt_widget); + +-#if HAVE_X11 ++#ifdef GLEW_MX ++# if HAVE_X11 + GLXEWContext* glxewGetContext() const; ++# endif + #endif + + void set_render(bool r); +@@ -166,10 +168,12 @@ protected: + class video_output_qt : public video_output + { + private: +-#if HAVE_X11 ++#ifdef GLEW_MX ++# if HAVE_X11 + GLXEWContext _glxew_context; +-#endif ++# endif + GLEWContext _glew_context; ++#endif + int _screen_width, _screen_height; + float _screen_pixel_aspect_ratio; + video_container_widget *_container_widget; +@@ -192,10 +196,12 @@ private: + void resume_screensaver(); + + protected: +-#if HAVE_X11 +- GLXEWContext* glxewGetContext() const; +-#endif ++#ifdef GLEW_MX ++# if HAVE_X11 ++ virtual GLXEWContext* glxewGetContext() const; ++# endif + virtual GLEWContext* glewGetContext() const; ++#endif + virtual bool context_is_stereo() const; + virtual void recreate_context(bool stereo); + virtual void trigger_resize(int w, int h); +-- +cgit v1.0-41-gc330 + Added: head/multimedia/bino/files/patch-src_base_str.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/bino/files/patch-src_base_str.h Sat Nov 18 19:38:30 2017 (r454455) @@ -0,0 +1,10 @@ +--- src/base/str.h.orig 2017-11-04 13:56:43 UTC ++++ src/base/str.h +@@ -31,6 +31,7 @@ + #include + #include + #include ++#include + + #ifdef __GNUC__ + # define STR_AFP(a, b) __attribute__ ((format (printf, a, b))) Modified: head/multimedia/bino/pkg-plist ============================================================================== --- head/multimedia/bino/pkg-plist Sat Nov 18 19:32:38 2017 (r454454) +++ head/multimedia/bino/pkg-plist Sat Nov 18 19:38:30 2017 (r454455) @@ -36,10 +36,12 @@ %%DOCSDIR%%/input-layout-alternating-left-right.png %%DOCSDIR%%/input-layout-alternating-right-left.png %%DOCSDIR%%/output-type-alternating.png +%%NLS%%share/locale/bg/LC_MESSAGES/bino.mo +%%NLS%%share/locale/cs/LC_MESSAGES/bino.mo %%NLS%%share/locale/de/LC_MESSAGES/bino.mo %%NLS%%share/locale/fr/LC_MESSAGES/bino.mo %%NLS%%share/locale/ru/LC_MESSAGES/bino.mo -%%NLS%%share/locale/bg/LC_MESSAGES/bino.mo +%%NLS%%share/locale/zh_cn/LC_MESSAGES/bino.mo bin/bino share/applications/bino.desktop share/icons/hicolor/16x16/apps/bino.png