Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Nov 2011 13:30:10 GMT
From:      Alberto Villa <avilla@freebsd.org>
To:        freebsd-multimedia@FreeBSD.org
Subject:   Re: ports/162278: [patch] multimedia/gstreamer-plugins-resindvd: replace hardcoded /dev/dvd
Message-ID:  <201111041330.pA4DUAxq095027@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/162278; it has been noted by GNATS.

From: Alberto Villa <avilla@freebsd.org>
To: bug-followup@freebsd.org,
 avilla@freebsd.org
Cc:  
Subject: Re: ports/162278: [patch] multimedia/gstreamer-plugins-resindvd: replace hardcoded /dev/dvd
Date: Fri, 4 Nov 2011 13:51:02 +0100

 --nextPart2274589.sy97cNhmt1
 Content-Type: multipart/mixed;
   boundary="Boundary-01=_3+9sOKxd8ZoxatV"
 Content-Transfer-Encoding: 7bit
 
 
 --Boundary-01=_3+9sOKxd8ZoxatV
 Content-Type: Text/Plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 For some reason the patch was lost. Here it is.
 
 --Boundary-01=_3+9sOKxd8ZoxatV
 Content-Type: text/x-patch;
   charset="UTF-8";
   name="resindvd.diff"
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: attachment;
 	filename="resindvd.diff"
 
 Index: gstreamer-plugins/Makefile
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 RCS file: /home/pcvs/ports/multimedia/gstreamer-plugins/Makefile,v
 retrieving revision 1.179
 diff -u -r1.179 Makefile
 =2D-- gstreamer-plugins/Makefile	23 Sep 2011 22:24:15 -0000	1.179
 +++ gstreamer-plugins/Makefile	4 Nov 2011 12:50:44 -0000
 @@ -129,6 +129,9 @@
  .if ${DIST}=3D=3D"bad"
  	@${REINPLACE_CMD} -e 's|opencv <=3D 2.2.0|opencv <=3D 2.3.9|g' \
  	${WRKSRC}/configure
 +	@${REINPLACE_CMD} -e 's|/dev/dvd|${DEFAULT_DVD_DEVICE}|g' \
 +	${WRKSRC}/ext/resindvd/resindvdbin.c \
 +	${WRKSRC}/ext/resindvd/resindvdsrc.c
  .endif
  	@${FIND} ${WRKSRC}/ext -name Makefile.in | \
  	${XARGS} -n 10 ${REINPLACE_CMD} -e \
 Index: gstreamer-plugins-resindvd/Makefile
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 RCS file: /home/pcvs/ports/multimedia/gstreamer-plugins-resindvd/Makefile,v
 retrieving revision 1.1
 diff -u -r1.1 Makefile
 =2D-- gstreamer-plugins-resindvd/Makefile	13 Sep 2010 16:05:50 -0000	1.1
 +++ gstreamer-plugins-resindvd/Makefile	4 Nov 2011 12:50:44 -0000
 @@ -5,7 +5,7 @@
  # $FreeBSD: ports/multimedia/gstreamer-plugins-resindvd/Makefile,v 1.1 201=
 0/09/13 16:05:50 kwm Exp $
  #
 =20
 =2DPORTREVISION=3D	0
 +PORTREVISION=3D	1
  CATEGORIES=3D	multimedia
 =20
  COMMENT=3D	Gstreamer resindvd plugin
 
 --Boundary-01=_3+9sOKxd8ZoxatV--
 
 --nextPart2274589.sy97cNhmt1
 Content-Type: application/pgp-signature; name=signature.asc 
 Content-Description: This is a digitally signed message part.
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.18 (FreeBSD)
 
 iJwEAAECAAYFAk6z37oACgkQ3xiC6kQ1CouaXQP/esvnd4M2vKfbw5zMnGCOn/OV
 NL/cogjhYYNIq3V1c5DaOHajk1yXi7k1shH0uAknmkO8Md1QJ/ALHiQdS9Wl90kz
 1vZdApclzixqXlpJnbdU4vZlJuU228l0ynph3E/19maHrVMP1A8mJUUx3pazNyUN
 X7BRzn5k19IxcHD3g1Y=
 =D2aX
 -----END PGP SIGNATURE-----
 
 --nextPart2274589.sy97cNhmt1--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111041330.pA4DUAxq095027>