pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/acidrip



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Aug  3 11:11:20 UTC 2020

Modified Files:
        pkgsrc/multimedia/acidrip: distinfo
        pkgsrc/multimedia/acidrip/patches: patch-Makefile.PL

Log Message:
(multimedia/acidrip) make mlayer test pass by || echo


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/multimedia/acidrip/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/multimedia/acidrip/patches/patch-Makefile.PL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/multimedia/acidrip/distinfo
diff -u pkgsrc/multimedia/acidrip/distinfo:1.5 pkgsrc/multimedia/acidrip/distinfo:1.6
--- pkgsrc/multimedia/acidrip/distinfo:1.5      Sun Mar 29 01:05:18 2020
+++ pkgsrc/multimedia/acidrip/distinfo  Mon Aug  3 11:11:19 2020
@@ -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

Index: pkgsrc/multimedia/acidrip/patches/patch-Makefile.PL
diff -u pkgsrc/multimedia/acidrip/patches/patch-Makefile.PL:1.1 pkgsrc/multimedia/acidrip/patches/patch-Makefile.PL:1.2
--- pkgsrc/multimedia/acidrip/patches/patch-Makefile.PL:1.1     Sun Mar 29 01:05:18 2020
+++ pkgsrc/multimedia/acidrip/patches/patch-Makefile.PL Mon Aug  3 11:11:20 2020
@@ -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 me
    "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