From owner-svn-ports-all@freebsd.org Wed Oct 16 10:07:34 2019 Return-Path: Delivered-To: svn-ports-all@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 A6F6D161434; Wed, 16 Oct 2019 10:07:34 +0000 (UTC) (envelope-from martymac@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 46tSdy4S75z4Xhp; Wed, 16 Oct 2019 10:07:34 +0000 (UTC) (envelope-from martymac@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 620EF56DF; Wed, 16 Oct 2019 10:07:34 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9GA7YBN008555; Wed, 16 Oct 2019 10:07:34 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9GA7TLM008526; Wed, 16 Oct 2019 10:07:29 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201910161007.x9GA7TLM008526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Wed, 16 Oct 2019 10:07:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514578 - in head: multimedia/dvdauthor multimedia/gstreamer-plugins-dvd multimedia/gstreamer1-plugins-dvdread multimedia/gstreamer1-plugins-resindvd multimedia/kissdx multimedia/kodi-d... X-SVN-Group: ports-head X-SVN-Commit-Author: martymac X-SVN-Commit-Paths: in head: multimedia/dvdauthor multimedia/gstreamer-plugins-dvd multimedia/gstreamer1-plugins-dvdread multimedia/gstreamer1-plugins-resindvd multimedia/kissdx multimedia/kodi-devel multimedia/libdvdnav... X-SVN-Commit-Revision: 514578 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.29 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: Wed, 16 Oct 2019 10:07:34 -0000 Author: martymac Date: Wed Oct 16 10:07:28 2019 New Revision: 514578 URL: https://svnweb.freebsd.org/changeset/ports/514578 Log: Update multimedia/libdvdread and multimedia/libdvdnav - Update multimedia/libdvdread to 6.0.2 and bump dependent ports' revisions (shared library version changed) - Update multimedia/libdvdnav to version 6.0.1 (no ABI change) Modified: head/multimedia/dvdauthor/Makefile head/multimedia/gstreamer-plugins-dvd/Makefile head/multimedia/gstreamer1-plugins-dvdread/Makefile head/multimedia/gstreamer1-plugins-resindvd/Makefile head/multimedia/kissdx/Makefile head/multimedia/kodi-devel/Makefile head/multimedia/libdvdnav/Makefile head/multimedia/libdvdnav/distinfo head/multimedia/libdvdread/Makefile head/multimedia/libdvdread/distinfo head/multimedia/libdvdread/pkg-plist head/multimedia/libxine/Makefile head/multimedia/lsdvd/Makefile head/multimedia/lxdvdrip/Makefile head/multimedia/mmpython/Makefile head/multimedia/mpv/Makefile head/multimedia/ogmrip/Makefile head/multimedia/ogmtools/Makefile head/multimedia/py-kaa-metadata/Makefile head/multimedia/transcode/Makefile head/multimedia/vamps/Makefile head/multimedia/vlc/Makefile head/net/wizd/Makefile head/sysutils/dvdbackup/Makefile head/sysutils/k3b/Makefile head/sysutils/vobcopy/Makefile Modified: head/multimedia/dvdauthor/Makefile ============================================================================== --- head/multimedia/dvdauthor/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/dvdauthor/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -3,6 +3,7 @@ PORTNAME= dvdauthor PORTVERSION= 0.7.2 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME} Modified: head/multimedia/gstreamer-plugins-dvd/Makefile ============================================================================== --- head/multimedia/gstreamer-plugins-dvd/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/gstreamer-plugins-dvd/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -2,7 +2,7 @@ # $FreeBSD$ # $MCom: ports/multimedia/gstreamer-plugins-dvd/Makefile,v 1.7 2008/03/19 14:05:36 ahze Exp $ -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia COMMENT= Gstreamer dvd plugin set Modified: head/multimedia/gstreamer1-plugins-dvdread/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-dvdread/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/gstreamer1-plugins-dvdread/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= GStreamer DVD access plugin with libdvdread Modified: head/multimedia/gstreamer1-plugins-resindvd/Makefile ============================================================================== --- head/multimedia/gstreamer1-plugins-resindvd/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/gstreamer1-plugins-resindvd/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= GStreamer resindvd DVD playback plugin Modified: head/multimedia/kissdx/Makefile ============================================================================== --- head/multimedia/kissdx/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/kissdx/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -3,7 +3,7 @@ PORTNAME= kissdx PORTVERSION= 0.13.10a -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= multimedia net MASTER_SITES= http://paragi.dk/kiss/ Modified: head/multimedia/kodi-devel/Makefile ============================================================================== --- head/multimedia/kodi-devel/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/kodi-devel/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -2,6 +2,7 @@ PORTNAME= kodi DISTVERSION= 19.0.a20191014 +PORTREVISION= 1 CATEGORIES= multimedia PKGNAMESUFFIX= -devel Modified: head/multimedia/libdvdnav/Makefile ============================================================================== --- head/multimedia/libdvdnav/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/libdvdnav/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdvdnav -PORTVERSION= 6.0.0 +PORTVERSION= 6.0.1 CATEGORIES= multimedia MASTER_SITES= http://download.videolan.org/pub/videolan/libdvdnav/${PORTVERSION}/ \ http://dvdnav.mplayerhq.hu/releases/ \ Modified: head/multimedia/libdvdnav/distinfo ============================================================================== --- head/multimedia/libdvdnav/distinfo Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/libdvdnav/distinfo Wed Oct 16 10:07:28 2019 (r514578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1516310125 -SHA256 (libdvdnav-6.0.0.tar.bz2) = f0a2711b08a021759792f8eb14bb82ff8a3c929bf88c33b64ffcddaa27935618 -SIZE (libdvdnav-6.0.0.tar.bz2) = 369605 +TIMESTAMP = 1571086572 +SHA256 (libdvdnav-6.0.1.tar.bz2) = e566a396f1950017088bfd760395b0565db44234195ada5413366c9d23926733 +SIZE (libdvdnav-6.0.1.tar.bz2) = 378491 Modified: head/multimedia/libdvdread/Makefile ============================================================================== --- head/multimedia/libdvdread/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/libdvdread/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdvdread -PORTVERSION= 6.0.1 +PORTVERSION= 6.0.2 CATEGORIES= multimedia MASTER_SITES= http://download.videolan.org/pub/videolan/libdvdread/${PORTVERSION}/ \ http://dvdnav.mplayerhq.hu/releases/ \ Modified: head/multimedia/libdvdread/distinfo ============================================================================== --- head/multimedia/libdvdread/distinfo Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/libdvdread/distinfo Wed Oct 16 10:07:28 2019 (r514578) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549452090 -SHA256 (libdvdread-6.0.1.tar.bz2) = 28ce4f0063883ca4d37dfd40a2f6685503d679bca7d88d58e04ee8112382d5bd -SIZE (libdvdread-6.0.1.tar.bz2) = 404512 +TIMESTAMP = 1571085572 +SHA256 (libdvdread-6.0.2.tar.bz2) = f91401af213b219cdde24b46c50a57f29301feb7f965678f1d7ed4632cc6feb0 +SIZE (libdvdread-6.0.2.tar.bz2) = 405298 Modified: head/multimedia/libdvdread/pkg-plist ============================================================================== --- head/multimedia/libdvdread/pkg-plist Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/libdvdread/pkg-plist Wed Oct 16 10:07:28 2019 (r514578) @@ -10,6 +10,6 @@ include/dvdread/nav_types.h include/dvdread/version.h lib/libdvdread.a lib/libdvdread.so -lib/libdvdread.so.4 -lib/libdvdread.so.4.2.0 +lib/libdvdread.so.7 +lib/libdvdread.so.7.0.0 libdata/pkgconfig/dvdread.pc Modified: head/multimedia/libxine/Makefile ============================================================================== --- head/multimedia/libxine/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/libxine/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -3,7 +3,7 @@ PORTNAME= xine PORTVERSION= 1.2.9 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-lib/${PORTVERSION} PKGNAMEPREFIX= lib Modified: head/multimedia/lsdvd/Makefile ============================================================================== --- head/multimedia/lsdvd/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/lsdvd/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -3,7 +3,7 @@ PORTNAME= lsdvd PORTVERSION= 0.17 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME} Modified: head/multimedia/lxdvdrip/Makefile ============================================================================== --- head/multimedia/lxdvdrip/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/lxdvdrip/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -3,7 +3,7 @@ PORTNAME= lxdvdrip PORTVERSION= 1.62 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= multimedia MASTER_SITES= http://download.berlios.de/lxdvdrip/ EXTRACT_SUFX= .tgz Modified: head/multimedia/mmpython/Makefile ============================================================================== --- head/multimedia/mmpython/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/mmpython/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -3,7 +3,7 @@ PORTNAME= mmpython PORTVERSION= 0.4.10 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= multimedia python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/multimedia/mpv/Makefile ============================================================================== --- head/multimedia/mpv/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/mpv/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -4,7 +4,7 @@ PORTNAME= mpv PORTVERSION= 0.29.1 DISTVERSIONPREFIX= v -PORTREVISION= 11 +PORTREVISION= 12 PORTEPOCH= 1 CATEGORIES= multimedia audio MASTER_SITES= https://waf.io/:waf Modified: head/multimedia/ogmrip/Makefile ============================================================================== --- head/multimedia/ogmrip/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/ogmrip/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -3,7 +3,7 @@ PORTNAME= ogmrip PORTVERSION= 1.0.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION} Modified: head/multimedia/ogmtools/Makefile ============================================================================== --- head/multimedia/ogmtools/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/ogmtools/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -3,7 +3,7 @@ PORTNAME= ogmtools PORTVERSION= 1.5 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/ogmtools/ Modified: head/multimedia/py-kaa-metadata/Makefile ============================================================================== --- head/multimedia/py-kaa-metadata/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/py-kaa-metadata/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -3,7 +3,7 @@ PORTNAME= kaa-metadata PORTVERSION= 0.7.7 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= multimedia python MASTER_SITES= SF/freevo/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/multimedia/transcode/Makefile ============================================================================== --- head/multimedia/transcode/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/transcode/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -3,7 +3,7 @@ PORTNAME= transcode PORTVERSION= 1.1.7 -PORTREVISION= 39 +PORTREVISION= 40 CATEGORIES= multimedia MASTER_SITES= https://bitbucket.org/france/transcode-tcforge/downloads/ Modified: head/multimedia/vamps/Makefile ============================================================================== --- head/multimedia/vamps/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/vamps/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -3,7 +3,7 @@ PORTNAME= vamps PORTVERSION= 0.99.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/Vamps/${PORTVERSION} Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/multimedia/vlc/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -3,7 +3,7 @@ PORTNAME= vlc DISTVERSION= 3.0.8 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 4 CATEGORIES= multimedia audio net www MASTER_SITES= http://download.videolan.org/pub/videolan/${PORTNAME}/${DISTVERSION:S/a$//}/ \ Modified: head/net/wizd/Makefile ============================================================================== --- head/net/wizd/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/net/wizd/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -3,7 +3,7 @@ PORTNAME= wizd PORTVERSION= 24 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net multimedia MASTER_SITES= SF/${PORTNAME}/Sources/Sources%20v${PORTVERSION} DISTFILES= wizd_sources_v${PORTVERSION}.zip simplicity_v1-2.zip Modified: head/sysutils/dvdbackup/Makefile ============================================================================== --- head/sysutils/dvdbackup/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/sysutils/dvdbackup/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -3,7 +3,7 @@ PORTNAME= dvdbackup PORTVERSION= 0.4.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} Modified: head/sysutils/k3b/Makefile ============================================================================== --- head/sysutils/k3b/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/sysutils/k3b/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -2,6 +2,7 @@ PORTNAME= k3b DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils multimedia kde-applications MAINTAINER= kde@FreeBSD.org Modified: head/sysutils/vobcopy/Makefile ============================================================================== --- head/sysutils/vobcopy/Makefile Wed Oct 16 09:54:56 2019 (r514577) +++ head/sysutils/vobcopy/Makefile Wed Oct 16 10:07:28 2019 (r514578) @@ -3,7 +3,7 @@ PORTNAME= vobcopy PORTVERSION= 1.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://vobcopy.org/download/ \ LOCAL/ehaupt