pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc *: revbump for ffmpeg5
details: https://anonhg.NetBSD.org/pkgsrc/rev/a9f7d45ae24d
branches: trunk
changeset: 382301:a9f7d45ae24d
user: tnn <tnn%pkgsrc.org@localhost>
date: Mon Jul 25 01:01:52 2022 +0000
description:
*: revbump for ffmpeg5
diffstat:
audio/musicpd/Makefile | 4 ++--
audio/xine-alsa/Makefile | 4 ++--
audio/xine-pulse/Makefile | 4 ++--
emulators/PC6001VX/Makefile | 3 ++-
games/oshu/Makefile | 3 ++-
multimedia/ffplay5/Makefile | 3 ++-
multimedia/gst-plugins1-libav/Makefile | 3 ++-
multimedia/gxine/Makefile | 4 ++--
multimedia/mpv/Makefile | 4 ++--
multimedia/xine-lib/Makefile | 4 ++--
multimedia/xine-ui/Makefile | 4 ++--
multimedia/xine-v4l/Makefile | 4 ++--
multimedia/xine-v4l2/Makefile | 4 ++--
www/firefox/Makefile | 4 ++--
www/firefox102/Makefile | 3 ++-
x11/kde-runtime4/Makefile | 4 ++--
16 files changed, 32 insertions(+), 27 deletions(-)
diffs (213 lines):
diff -r 8c03975f619c -r a9f7d45ae24d audio/musicpd/Makefile
--- a/audio/musicpd/Makefile Mon Jul 25 00:50:12 2022 +0000
+++ b/audio/musicpd/Makefile Mon Jul 25 01:01:52 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.271 2022/07/12 21:20:40 triaxx Exp $
+# $NetBSD: Makefile,v 1.272 2022/07/25 01:01:52 tnn Exp $
DISTNAME= mpd-0.23.8
PKGNAME= ${DISTNAME:S/mpd/musicpd/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= https://www.musicpd.org/download/mpd/${PKGVERSION_NOREV:R}/
EXTRACT_SUFX= .tar.xz
diff -r 8c03975f619c -r a9f7d45ae24d audio/xine-alsa/Makefile
--- a/audio/xine-alsa/Makefile Mon Jul 25 00:50:12 2022 +0000
+++ b/audio/xine-alsa/Makefile Mon Jul 25 01:01:52 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2021/10/09 15:35:03 nia Exp $
+# $NetBSD: Makefile,v 1.30 2022/07/25 01:01:52 tnn Exp $
-PKGREVISION= 1
+PKGREVISION= 2
.include "../../multimedia/xine-lib/Makefile.common"
PKGNAME= ${XINE_PKGNAME:S/lib/alsa/}
diff -r 8c03975f619c -r a9f7d45ae24d audio/xine-pulse/Makefile
--- a/audio/xine-pulse/Makefile Mon Jul 25 00:50:12 2022 +0000
+++ b/audio/xine-pulse/Makefile Mon Jul 25 01:01:52 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2022/07/02 16:53:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.58 2022/07/25 01:01:52 tnn Exp $
-PKGREVISION= 7
+PKGREVISION= 8
.include "../../multimedia/xine-lib/Makefile.common"
PKGNAME= ${XINE_PKGNAME:S/lib/pulse/}
diff -r 8c03975f619c -r a9f7d45ae24d emulators/PC6001VX/Makefile
--- a/emulators/PC6001VX/Makefile Mon Jul 25 00:50:12 2022 +0000
+++ b/emulators/PC6001VX/Makefile Mon Jul 25 01:01:52 2022 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.70 2022/07/02 19:46:21 tsutsui Exp $
+# $NetBSD: Makefile,v 1.71 2022/07/25 01:01:53 tnn Exp $
VERSION= 3.9.0
DISTNAME= PC6001VX_${VERSION}_src
PKGNAME= ${DISTNAME:S/_src//:S/_/-/}
+PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://eighttails.up.seesaa.net/bin/
diff -r 8c03975f619c -r a9f7d45ae24d games/oshu/Makefile
--- a/games/oshu/Makefile Mon Jul 25 00:50:12 2022 +0000
+++ b/games/oshu/Makefile Mon Jul 25 01:01:52 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2022/05/15 17:12:25 nia Exp $
+# $NetBSD: Makefile,v 1.14 2022/07/25 01:01:53 tnn Exp $
DISTNAME= oshu-2.0.2
+PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=fmang/}
diff -r 8c03975f619c -r a9f7d45ae24d multimedia/ffplay5/Makefile
--- a/multimedia/ffplay5/Makefile Mon Jul 25 00:50:12 2022 +0000
+++ b/multimedia/ffplay5/Makefile Mon Jul 25 01:01:52 2022 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/07/24 07:46:02 adam Exp $
+# $NetBSD: Makefile,v 1.6 2022/07/25 01:01:53 tnn Exp $
PKGNAME= ${DISTNAME:S/ffmpeg/ffplay5/}
+PKGREVISION= 1
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://ffmpeg.org/
COMMENT= Simple SDL frontend for FFmpeg
diff -r 8c03975f619c -r a9f7d45ae24d multimedia/gst-plugins1-libav/Makefile
--- a/multimedia/gst-plugins1-libav/Makefile Mon Jul 25 00:50:12 2022 +0000
+++ b/multimedia/gst-plugins1-libav/Makefile Mon Jul 25 01:01:52 2022 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.61 2022/07/18 15:50:19 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2022/07/25 01:01:53 tnn Exp $
DISTNAME= gst-libav-1.20.3
PKGNAME= ${DISTNAME:S/gst/gst-plugins1/}
+PKGREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-libav/
EXTRACT_SUFX= .tar.xz
diff -r 8c03975f619c -r a9f7d45ae24d multimedia/gxine/Makefile
--- a/multimedia/gxine/Makefile Mon Jul 25 00:50:12 2022 +0000
+++ b/multimedia/gxine/Makefile Mon Jul 25 01:01:52 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.119 2022/06/28 11:34:55 wiz Exp $
+# $NetBSD: Makefile,v 1.120 2022/07/25 01:01:53 tnn Exp $
DISTNAME= gxine-0.5.910
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/}
EXTRACT_SUFX= .tar.xz
diff -r 8c03975f619c -r a9f7d45ae24d multimedia/mpv/Makefile
--- a/multimedia/mpv/Makefile Mon Jul 25 00:50:12 2022 +0000
+++ b/multimedia/mpv/Makefile Mon Jul 25 01:01:52 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.139 2022/07/02 16:53:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.140 2022/07/25 01:01:53 tnn Exp $
DISTNAME= mpv-0.34.1
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GITHUB:=mpv-player/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff -r 8c03975f619c -r a9f7d45ae24d multimedia/xine-lib/Makefile
--- a/multimedia/xine-lib/Makefile Mon Jul 25 00:50:12 2022 +0000
+++ b/multimedia/xine-lib/Makefile Mon Jul 25 01:01:52 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.180 2022/07/14 23:46:25 dholland Exp $
+# $NetBSD: Makefile,v 1.181 2022/07/25 01:01:53 tnn Exp $
-PKGREVISION= 3
+PKGREVISION= 4
.include "Makefile.common"
COMMENT= Multimedia player library
diff -r 8c03975f619c -r a9f7d45ae24d multimedia/xine-ui/Makefile
--- a/multimedia/xine-ui/Makefile Mon Jul 25 00:50:12 2022 +0000
+++ b/multimedia/xine-ui/Makefile Mon Jul 25 01:01:52 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.110 2022/06/28 11:34:57 wiz Exp $
+# $NetBSD: Makefile,v 1.111 2022/07/25 01:01:53 tnn Exp $
DISTNAME= xine-ui-0.99.13
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xine/}
EXTRACT_SUFX= .tar.xz
diff -r 8c03975f619c -r a9f7d45ae24d multimedia/xine-v4l/Makefile
--- a/multimedia/xine-v4l/Makefile Mon Jul 25 00:50:12 2022 +0000
+++ b/multimedia/xine-v4l/Makefile Mon Jul 25 01:01:52 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2021/10/09 15:35:10 nia Exp $
+# $NetBSD: Makefile,v 1.32 2022/07/25 01:01:53 tnn Exp $
-PKGREVISION= 1
+PKGREVISION= 2
.include "../../multimedia/xine-lib/Makefile.common"
PKGNAME= ${XINE_PKGNAME:S/lib/v4l/}
diff -r 8c03975f619c -r a9f7d45ae24d multimedia/xine-v4l2/Makefile
--- a/multimedia/xine-v4l2/Makefile Mon Jul 25 00:50:12 2022 +0000
+++ b/multimedia/xine-v4l2/Makefile Mon Jul 25 01:01:52 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2021/10/09 15:35:10 nia Exp $
+# $NetBSD: Makefile,v 1.30 2022/07/25 01:01:54 tnn Exp $
-PKGREVISION= 1
+PKGREVISION= 2
.include "../../multimedia/xine-lib/Makefile.common"
PKGNAME= ${XINE_PKGNAME:S/lib/v4l2/}
diff -r 8c03975f619c -r a9f7d45ae24d www/firefox/Makefile
--- a/www/firefox/Makefile Mon Jul 25 00:50:12 2022 +0000
+++ b/www/firefox/Makefile Mon Jul 25 01:01:52 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.529 2022/07/20 21:22:35 nia Exp $
+# $NetBSD: Makefile,v 1.530 2022/07/25 01:01:54 tnn Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 102.0
@@ -6,7 +6,7 @@
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= www
MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
EXTRACT_SUFX= .tar.xz
diff -r 8c03975f619c -r a9f7d45ae24d www/firefox102/Makefile
--- a/www/firefox102/Makefile Mon Jul 25 00:50:12 2022 +0000
+++ b/www/firefox102/Makefile Mon Jul 25 01:01:52 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/07/21 23:56:38 nia Exp $
+# $NetBSD: Makefile,v 1.2 2022/07/25 01:01:54 tnn Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
MOZ_BRANCH= 102
@@ -6,6 +6,7 @@
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//:S/firefox-/firefox102-/g}
+PKGREVISION= 1
CATEGORIES= www
MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
EXTRACT_SUFX= .tar.xz
diff -r 8c03975f619c -r a9f7d45ae24d x11/kde-runtime4/Makefile
--- a/x11/kde-runtime4/Makefile Mon Jul 25 00:50:12 2022 +0000
+++ b/x11/kde-runtime4/Makefile Mon Jul 25 01:01:52 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.135 2022/07/02 16:53:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.136 2022/07/25 01:01:54 tnn Exp $
DISTNAME= kde-runtime-15.12.0
PKGNAME= ${DISTNAME:S/-1/4-1/}
-PKGREVISION= 67
+PKGREVISION= 68
CATEGORIES= x11
COMMENT= Runtime requirements for the KDE integrated X11 desktop
MASTER_SITES= ${MASTER_SITE_KDE:=applications/15.12.0/src/}
Home |
Main Index |
Thread Index |
Old Index