pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia
Module Name: pkgsrc
Committed By: nia
Date: Tue Jun 22 12:35:45 UTC 2021
Modified Files:
pkgsrc/multimedia/gmplayer: Makefile
pkgsrc/multimedia/mencoder: Makefile
pkgsrc/multimedia/mplayer: Makefile
pkgsrc/multimedia/mplayer-share: Makefile options.mk
Log Message:
mplayer: remove pulse from default options now NetBSD 7 is unsupported
and it requires mozjs (and rust) which doesn't work on plaforms such as
arm
To generate a diff of this commit:
cvs rdiff -u -r1.153 -r1.154 pkgsrc/multimedia/gmplayer/Makefile
cvs rdiff -u -r1.73 -r1.74 pkgsrc/multimedia/mencoder/Makefile
cvs rdiff -u -r1.107 -r1.108 pkgsrc/multimedia/mplayer/Makefile
cvs rdiff -u -r1.75 -r1.76 pkgsrc/multimedia/mplayer-share/Makefile
cvs rdiff -u -r1.67 -r1.68 pkgsrc/multimedia/mplayer-share/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/gmplayer/Makefile
diff -u pkgsrc/multimedia/gmplayer/Makefile:1.153 pkgsrc/multimedia/gmplayer/Makefile:1.154
--- pkgsrc/multimedia/gmplayer/Makefile:1.153 Mon Aug 17 20:19:38 2020
+++ pkgsrc/multimedia/gmplayer/Makefile Tue Jun 22 12:35:44 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.153 2020/08/17 20:19:38 leot Exp $
+# $NetBSD: Makefile,v 1.154 2021/06/22 12:35:44 nia Exp $
#
# NOTE: if you are updating both mplayer and gmplayer, you must ensure
# that *both* distinfo files contain the correct, up-to-date files and
@@ -8,7 +8,7 @@
#
PKGNAME= gmplayer-${MPLAYER_VERSION}
-PKGREVISION= 6
+PKGREVISION= 7
SKIN_SITES= http://www1.mplayerhq.hu/MPlayer/skins/ \
http://www2.mplayerhq.hu/MPlayer/skins/ \
Index: pkgsrc/multimedia/mencoder/Makefile
diff -u pkgsrc/multimedia/mencoder/Makefile:1.73 pkgsrc/multimedia/mencoder/Makefile:1.74
--- pkgsrc/multimedia/mencoder/Makefile:1.73 Sat Jun 22 22:46:45 2019
+++ pkgsrc/multimedia/mencoder/Makefile Tue Jun 22 12:35:45 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.73 2019/06/22 22:46:45 tsutsui Exp $
+# $NetBSD: Makefile,v 1.74 2021/06/22 12:35:45 nia Exp $
PKGNAME= mencoder-${MPLAYER_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Simple movie encoder for MPlayer-playable movies
Index: pkgsrc/multimedia/mplayer/Makefile
diff -u pkgsrc/multimedia/mplayer/Makefile:1.107 pkgsrc/multimedia/mplayer/Makefile:1.108
--- pkgsrc/multimedia/mplayer/Makefile:1.107 Sat Apr 10 13:06:50 2021
+++ pkgsrc/multimedia/mplayer/Makefile Tue Jun 22 12:35:45 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.107 2021/04/10 13:06:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.108 2021/06/22 12:35:45 nia Exp $
PKGNAME= mplayer-${MPLAYER_VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
COMMENT= Fast, cross-platform movie player
Index: pkgsrc/multimedia/mplayer-share/Makefile
diff -u pkgsrc/multimedia/mplayer-share/Makefile:1.75 pkgsrc/multimedia/mplayer-share/Makefile:1.76
--- pkgsrc/multimedia/mplayer-share/Makefile:1.75 Sun Feb 7 06:30:34 2021
+++ pkgsrc/multimedia/mplayer-share/Makefile Tue Jun 22 12:35:45 2021
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.75 2021/02/07 06:30:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.76 2021/06/22 12:35:45 nia Exp $
.include "Makefile.common"
PKGNAME= mplayer-share-${MPLAYER_VERSION}
-PKGREVISION= 10
+PKGREVISION= 11
COMMENT= Documentation used by mplayer and gmplayer
DEPENDS+= mplayer-fonts-[0-9]*:../../fonts/mplayer-fonts
Index: pkgsrc/multimedia/mplayer-share/options.mk
diff -u pkgsrc/multimedia/mplayer-share/options.mk:1.67 pkgsrc/multimedia/mplayer-share/options.mk:1.68
--- pkgsrc/multimedia/mplayer-share/options.mk:1.67 Mon Jan 20 21:34:01 2020
+++ pkgsrc/multimedia/mplayer-share/options.mk Tue Jun 22 12:35:45 2021
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.67 2020/01/20 21:34:01 nia Exp $
+# $NetBSD: options.mk,v 1.68 2021/06/22 12:35:45 nia Exp $
.if defined(PKGNAME) && empty(PKGNAME:Mmplayer-share*)
@@ -83,7 +83,7 @@ PKG_SUPPORTED_OPTIONS+= xvid
. for o in dvdread dvdnav gif jpeg \
mplayer-menu \
mplayer-default-cflags mplayer-runtime-cpudetection \
- oss png pulseaudio sdl vdpau lirc
+ oss png sdl vdpau lirc
. if !empty(PKG_SUPPORTED_OPTIONS:M${o})
PKG_SUGGESTED_OPTIONS+= ${o}
. endif
Home |
Main Index |
Thread Index |
Old Index