Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/acidrip (multimedia/acidrip) make mlayer te...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5dd186f0e4df
branches: trunk
changeset: 436448:5dd186f0e4df
user: mef <mef%pkgsrc.org@localhost>
date: Mon Aug 03 11:11:19 2020 +0000
description:
(multimedia/acidrip) make mlayer test pass by || echo
diffstat:
multimedia/acidrip/distinfo | 4 ++--
multimedia/acidrip/patches/patch-Makefile.PL | 6 ++++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 7c70e7ff715f -r 5dd186f0e4df multimedia/acidrip/distinfo
--- a/multimedia/acidrip/distinfo Mon Aug 03 11:01:16 2020 +0000
+++ b/multimedia/acidrip/distinfo Mon Aug 03 11:11:19 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2020/03/29 01:05:18 joerg Exp $
+$NetBSD: distinfo,v 1.6 2020/08/03 11:11:19 mef Exp $
SHA1 (acidrip-0.14.tar.gz) = 5873c835c0d52edc2c1a799e9751980b6c7cc4f1
RMD160 (acidrip-0.14.tar.gz) = 14d0f5969fdc5f0c6777e4bfdd38628d0c747608
SHA512 (acidrip-0.14.tar.gz) = 3ee0e329bd7e5eb4067d618fc79a49707084526d53e8c10cd9ec560828cf621e8d7263259cc8bc7944e6f9d7b7fd1fc5b8a42a8f37f18666f1974f240edb99a0
Size (acidrip-0.14.tar.gz) = 92086 bytes
-SHA1 (patch-Makefile.PL) = 914aa3d1a8a7aa3ee2ad6b4b989e8afe17dd920c
+SHA1 (patch-Makefile.PL) = a240cd8713229511b4629e897d519383603a3ee2
diff -r 7c70e7ff715f -r 5dd186f0e4df multimedia/acidrip/patches/patch-Makefile.PL
--- a/multimedia/acidrip/patches/patch-Makefile.PL Mon Aug 03 11:01:16 2020 +0000
+++ b/multimedia/acidrip/patches/patch-Makefile.PL Mon Aug 03 11:11:19 2020 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2020/03/29 01:05:18 joerg Exp $
+$NetBSD: patch-Makefile.PL,v 1.2 2020/08/03 11:11:20 mef Exp $
+
+mplayer > dev/null 2>&1 returns 768, drain it to echo
Don't care if mp3lame is supported in mencoder. LAVC can be used just as well.
@@ -9,7 +11,7 @@
"your current path. Install it from http://mplayerhq/hu see INSTALL.html or\n" .
"INSTALL for installation instructions.\n" .
- "***************\n\n" if ( system "mplayer 2&>1 > /dev/null" ); print "found\n";
-+ "***************\n\n" if ( system "mplayer > /dev/null 2>&1" ); print "found\n";
++ "***************\n\n" if ( system "mplayer > /dev/null 2>&1 || echo" ); print "found\n";
print "test for MEncoder: "; die "Not Found!\n\n***************\n" .
"AcidRip uses MEncoder, which is part of MPlayer video player package. This\n" .
Home |
Main Index |
Thread Index |
Old Index