summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2020-08-03 11:11:19 +0000
committermef <mef@pkgsrc.org>2020-08-03 11:11:19 +0000
commit29e414d19ba82765e8eab6c48018583be0546ad5 (patch)
tree3f5c12230a6ae6ff5a393b73a58f63409e2d33c1 /multimedia
parent7e9a7488deb24abb3989b820faa6a4afdec0bfeb (diff)
downloadpkgsrc-29e414d19ba82765e8eab6c48018583be0546ad5.tar.gz
(multimedia/acidrip) make mlayer test pass by || echo
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/acidrip/distinfo4
-rw-r--r--multimedia/acidrip/patches/patch-Makefile.PL6
2 files changed, 6 insertions, 4 deletions
diff --git a/multimedia/acidrip/distinfo b/multimedia/acidrip/distinfo
index 9e8b23f6f85..9c28a8a7949 100644
--- a/multimedia/acidrip/distinfo
+++ b/multimedia/acidrip/distinfo
@@ -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 --git a/multimedia/acidrip/patches/patch-Makefile.PL b/multimedia/acidrip/patches/patch-Makefile.PL
index f1a43780f76..399796a10ab 100644
--- a/multimedia/acidrip/patches/patch-Makefile.PL
+++ b/multimedia/acidrip/patches/patch-Makefile.PL
@@ -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 @@ Don't care if mp3lame is supported in mencoder. LAVC can be used just as well.
"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" .