pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/opal-devel Use RPATH on h264_video_pwplugin_help...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e20e03e28af7
branches:  trunk
changeset: 547227:e20e03e28af7
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Sun Sep 14 14:19:14 2008 +0000

description:
Use RPATH on h264_video_pwplugin_helper so it can find libx264

diffstat:

 devel/opal-devel/distinfo                                          |   3 +-
 devel/opal-devel/patches/patch-plugins_video_H_264_gpl_Makefile_in |  13 ++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 4d14b0c5333b -r e20e03e28af7 devel/opal-devel/distinfo
--- a/devel/opal-devel/distinfo Sun Sep 14 14:17:58 2008 +0000
+++ b/devel/opal-devel/distinfo Sun Sep 14 14:19:14 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2008/09/14 13:41:38 jmcneill Exp $
+$NetBSD: distinfo,v 1.6 2008/09/14 14:19:14 jmcneill Exp $
 
 SHA1 (opal-snapshot-20080912.tar.gz) = d0c8359a1406ab2da3e354c944a7cefde7858a3a
 RMD160 (opal-snapshot-20080912.tar.gz) = 15e32b8479547e4b9fc7674fd172f5f4dfd4c9a8
@@ -8,5 +8,6 @@
 SHA1 (patch-plugins_configure) = a41ea74bbec80c12a2361b646810a8e6a5b24588
 SHA1 (patch-plugins_video_H_263-1998_Makefile_in) = 384002e69862d690f02609843f0103c878626ed9
 SHA1 (patch-plugins_video_H_264_Makefile_in) = f31d2554bc84c640936cded8e03e69d6529a2ed0
+SHA1 (patch-plugins_video_H_264_gpl_Makefile_in) = ac9ec46e18a1ab3e925396befd3d16adc9edec9f
 SHA1 (patch-plugins_video_MPEG4-ffmpeg_Makefile_in) = 7bae6bfc8c4cce9b7d70cff244176462032ba236
 SHA1 (patch-plugins_video_common_dyna_cxx) = 5a82442434ba455197361e1da27c1b83db6716d8
diff -r 4d14b0c5333b -r e20e03e28af7 devel/opal-devel/patches/patch-plugins_video_H_264_gpl_Makefile_in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/opal-devel/patches/patch-plugins_video_H_264_gpl_Makefile_in        Sun Sep 14 14:19:14 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-plugins_video_H_264_gpl_Makefile_in,v 1.1 2008/09/14 14:19:14 jmcneill Exp $
+
+--- plugins/video/H.264/gpl/Makefile.in.orig   2008-09-14 10:01:58.000000000 -0400
++++ plugins/video/H.264/gpl/Makefile.in        2008-09-14 10:02:09.000000000 -0400
+@@ -136,7 +136,7 @@
+ OBJECTS = $(addprefix $(OBJDIR)/,$(patsubst %.c,%.o,$(patsubst %.cxx,%.o,$(notdir $(SRCS)))))
+ 
+ $(PLUGIN): $(OBJECTS)
+-      $(CXX) -o $@ $^ $(X264_LIBS)
++      $(CXX) $(LDFLAGS) -o $@ $^ $(X264_LIBS)
+ 
+ install:
+       mkdir -p $(DESTDIR)$(libdir)/$(VC_PLUGIN_DIR)



Home | Main Index | Thread Index | Old Index