summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-20 09:57:09 +0000
committerjlam <jlam@pkgsrc.org>2002-09-20 09:57:09 +0000
commite591d8bd441e9988011e72d24b86ac452a61344e (patch)
tree947624638b6a644acd196dc0ab564b43d650b359
parent51774b7829c1f0293f81f1c94d191fce710cb431 (diff)
downloadpkgsrc-e591d8bd441e9988011e72d24b86ac452a61344e.tar.gz
Fix up the LIBADD lines of the Makefiles to properly refer to uninstalled
libtool archives by their full pathnames, as noted in the libtool.info file. This makes kdemultimedia2 work properly with buildlink2 during installation when relinking occurs.
-rw-r--r--audio/kdemultimedia2/distinfo4
-rw-r--r--audio/kdemultimedia2/patches/patch-as13
-rw-r--r--audio/kdemultimedia2/patches/patch-at13
3 files changed, 29 insertions, 1 deletions
diff --git a/audio/kdemultimedia2/distinfo b/audio/kdemultimedia2/distinfo
index 7213fb9f700..273f491a357 100644
--- a/audio/kdemultimedia2/distinfo
+++ b/audio/kdemultimedia2/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2001/12/03 15:37:14 skrll Exp $
+$NetBSD: distinfo,v 1.8 2002/09/20 09:57:09 jlam Exp $
SHA1 (kdemultimedia-2.2.2.tar.bz2) = 8f0b81842a7ed6743dc0bcfa5d2d978595aeddb7
Size (kdemultimedia-2.2.2.tar.bz2) = 4700495 bytes
@@ -17,3 +17,5 @@ SHA1 (patch-ao) = 7c909e0d4029087534ab3085c5522ac6929a3502
SHA1 (patch-ap) = e7733176a118c06208337a738a6388711a8d6ec4
SHA1 (patch-aq) = bf7baa9e068d792613951064a8ddd66b4140215d
SHA1 (patch-ar) = 808f111a44af7323fd0d105e29cfe7af828f7021
+SHA1 (patch-as) = 729ded4f82466ff8945426b5722ce30eb80951ae
+SHA1 (patch-at) = 6b6da7d21d7c2870f2abd4b847d9812ec8f75d44
diff --git a/audio/kdemultimedia2/patches/patch-as b/audio/kdemultimedia2/patches/patch-as
new file mode 100644
index 00000000000..b35da3bd095
--- /dev/null
+++ b/audio/kdemultimedia2/patches/patch-as
@@ -0,0 +1,13 @@
+$NetBSD: patch-as,v 1.1 2002/09/20 09:57:09 jlam Exp $
+
+--- noatun/noatun/library/Makefile.in.orig Fri Sep 20 01:31:17 2002
++++ noatun/noatun/library/Makefile.in
+@@ -292,7 +292,7 @@ include_HEADERS = playlistsaver.h cmodul
+ libnoatun_la_LDFLAGS = -L$(top_builddir)/noatun/noatun/library/noatunarts $(KDE_RPATH) $(all_libraries) -L$(top_builddir)/arts/gui/common -L$(top_builddir)/arts/gui/kde
+
+
+-libnoatun_la_LIBADD = $(top_builddir)/arts/gui/common/libartsgui.la $(top_builddir)/arts/gui/kde/libartsgui_kde.la -lkio -lqtmcop -lkmedia2_idl -lnoatunarts -lartsflow -lsoundserver_idl -lartskde $(LIBDL)
++libnoatun_la_LIBADD = $(top_builddir)/arts/gui/common/libartsgui.la $(top_builddir)/arts/gui/kde/libartsgui_kde.la -lkio -lqtmcop -lkmedia2_idl $(top_builddir)/noatun/noatun/library/noatunarts/libnoatunarts.la -lartsflow -lsoundserver_idl -lartskde $(LIBDL)
+
+
+ libnoatuncontrols_la_SOURCES = controls.cpp
diff --git a/audio/kdemultimedia2/patches/patch-at b/audio/kdemultimedia2/patches/patch-at
new file mode 100644
index 00000000000..aa44c2c0f85
--- /dev/null
+++ b/audio/kdemultimedia2/patches/patch-at
@@ -0,0 +1,13 @@
+$NetBSD: patch-at,v 1.1 2002/09/20 09:57:10 jlam Exp $
+
+--- noatun/noatun/modules/artseffects/Makefile.in.orig Fri Sep 20 01:31:17 2002
++++ noatun/noatun/modules/artseffects/Makefile.in
+@@ -278,7 +278,7 @@ lib_LTLIBRARIES = libartseffects.la
+ libartseffects_la_SOURCES = artseffects.cc extrastereo_impl.cc
+ libartseffects_la_LDFLAGS = -L$(top_builddir)/arts/gui/common $(all_libraries) -module -avoid-version -no-undefined
+
+-libartseffects_la_LIBADD = -lartsgui_idl -lkmedia2_idl -lsoundserver_idl -lartsflow
++libartseffects_la_LIBADD = $(top_builddir)/arts/gui/common/libartsgui_idl.la -lkmedia2_idl -lsoundserver_idl -lartsflow
+
+ #libartseffectsui_la_SOURCES = artseffects.cc
+ #libartseffectsui_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined