From owner-svn-ports-head@freebsd.org Thu Dec 12 17:23:31 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C42401D6DD3; Thu, 12 Dec 2019 17:23:31 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47Ygcg4r8Qz3PTD; Thu, 12 Dec 2019 17:23:31 +0000 (UTC) (envelope-from fernape@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A156A271B3; Thu, 12 Dec 2019 17:23:31 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBCHNVQ6028553; Thu, 12 Dec 2019 17:23:31 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBCHNVsK028550; Thu, 12 Dec 2019 17:23:31 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <201912121723.xBCHNVsK028550@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Thu, 12 Dec 2019 17:23:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519942 - in head/multimedia/xine: . files X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: in head/multimedia/xine: . files X-SVN-Commit-Revision: 519942 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Dec 2019 17:23:31 -0000 Author: fernape Date: Thu Dec 12 17:23:30 2019 New Revision: 519942 URL: https://svnweb.freebsd.org/changeset/ports/519942 Log: multimedia/xine: update to 0.99.12 ChangeLog: * Make XLockDisplay use user switchable. * Faster seek. * Optimize text rendering. * Add utf pixmap support. * Add animated logo. * Update splash. * Fix build with libxine <= 1.2.9. While here: * Simplify patching. patch choked with: patch: **** misordered hunks! output would be garbled * Add license file * Switch to USES=localbase Reported by: portscout Deleted: head/multimedia/xine/files/ Modified: head/multimedia/xine/Makefile head/multimedia/xine/distinfo head/multimedia/xine/pkg-plist Modified: head/multimedia/xine/Makefile ============================================================================== --- head/multimedia/xine/Makefile Thu Dec 12 16:17:23 2019 (r519941) +++ head/multimedia/xine/Makefile Thu Dec 12 17:23:30 2019 (r519942) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= xine -PORTVERSION= 0.99.9 -PORTREVISION= 7 +PORTVERSION= 0.99.12 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION} DISTNAME= ${PORTNAME}-ui-${PORTVERSION} @@ -11,12 +10,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= X11 multimedia player LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png \ libxine.so:multimedia/libxine -USES= desktop-file-utils gmake gnome iconv jpeg pkgconfig readline \ - shared-mime-info tar:xz xorg +USES= desktop-file-utils gmake gnome iconv jpeg localbase pkgconfig \ + readline shared-mime-info tar:xz xorg USE_XORG= x11 xext xinerama xscrnsaver xt xtst xv xxf86vm GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-vdr-keys \ @@ -25,8 +25,6 @@ CONFIGURE_ARGS= --enable-vdr-keys \ MAKE_ENV= V=1 INSTALLS_ICONS= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib LLD_UNSAFE= yes # lld disallows preemption of protected visibility syms DOCSDIR= ${PREFIX}/share/doc/xine-ui @@ -58,6 +56,9 @@ XFT_CONFIGURE_ENABLE= xft XINE_PLUGINSDIR= lib/xine/plugins/2.7 post-patch: + @${REINPLACE_CMD} -e \ + 's/font = */font = *-*-bold-o-*-*-12-*-*-*-*-*-*-*/g' \ + ${WRKSRC}/src/xitk/skins/xinetic/skinconfig @${REINPLACE_CMD} -e \ 's|||' ${WRKSRC}/src/aaui/main.c @${REINPLACE_CMD} -e \ Modified: head/multimedia/xine/distinfo ============================================================================== --- head/multimedia/xine/distinfo Thu Dec 12 16:17:23 2019 (r519941) +++ head/multimedia/xine/distinfo Thu Dec 12 17:23:30 2019 (r519942) @@ -1,2 +1,3 @@ -SHA256 (xine-ui-0.99.9.tar.xz) = 8dd180219f546a7be0a5651370996b95b3a38ec97bf01b57d2bd1cb966e591a2 -SIZE (xine-ui-0.99.9.tar.xz) = 1759568 +TIMESTAMP = 1576091262 +SHA256 (xine-ui-0.99.12.tar.xz) = 54bfc49d8e68baba84e1625951bd36352c0a5883180895bd940f5538b4aef583 +SIZE (xine-ui-0.99.12.tar.xz) = 1980672 Modified: head/multimedia/xine/pkg-plist ============================================================================== --- head/multimedia/xine/pkg-plist Thu Dec 12 16:17:23 2019 (r519941) +++ head/multimedia/xine/pkg-plist Thu Dec 12 17:23:30 2019 (r519942) @@ -84,6 +84,7 @@ share/mime/packages/xine-ui.xml share/pixmaps/xine.xpm %%DATADIR%%/oxine/mainmenu %%DATADIR%%/oxine/mediamarks +%%DATADIR%%/skins/xine-ui_logo.mpg %%DATADIR%%/skins/xine-ui_logo.png %%DATADIR%%/skins/xine_splash.png %%DATADIR%%/skins/xinetic/BigArrowDown.png