remove dummy versioning from plugins; ok espie@
This commit is contained in:
parent
944184ef66
commit
6db4be3ca1
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-ltconfig,v 1.3 2001/07/25 15:48:26 naddy Exp $
|
||||
$OpenBSD: patch-ltconfig,v 1.4 2001/07/25 16:05:19 naddy Exp $
|
||||
--- ltconfig.orig Wed Feb 16 16:20:30 2000
|
||||
+++ ltconfig Wed Jul 25 16:47:43 2001
|
||||
+++ ltconfig Wed Jul 25 17:50:54 2001
|
||||
@@ -1105,6 +1105,9 @@ cygwin* | mingw*)
|
||||
with_gnu_ld=no
|
||||
fi
|
||||
@ -35,7 +35,7 @@ $OpenBSD: patch-ltconfig,v 1.3 2001/07/25 15:48:26 naddy Exp $
|
||||
;;
|
||||
|
||||
os2*)
|
||||
@@ -1997,13 +2011,10 @@ netbsd*)
|
||||
@@ -1997,13 +2011,11 @@ netbsd*)
|
||||
|
||||
openbsd*)
|
||||
version_type=sunos
|
||||
@ -43,6 +43,7 @@ $OpenBSD: patch-ltconfig,v 1.3 2001/07/25 15:48:26 naddy Exp $
|
||||
- need_lib_prefix=no
|
||||
- need_version=no
|
||||
- fi
|
||||
+ need_version=no
|
||||
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
|
||||
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-xmms_pluginenum_c,v 1.2 2001/07/25 15:48:26 naddy Exp $
|
||||
$OpenBSD: patch-xmms_pluginenum_c,v 1.3 2001/07/25 16:05:19 naddy Exp $
|
||||
--- xmms/pluginenum.c.orig Mon Oct 16 15:37:56 2000
|
||||
+++ xmms/pluginenum.c Wed Jul 25 16:47:43 2001
|
||||
@@ -33,6 +33,19 @@
|
||||
@ -81,27 +81,6 @@ $OpenBSD: patch-xmms_pluginenum_c,v 1.2 2001/07/25 15:48:26 naddy Exp $
|
||||
#endif
|
||||
{
|
||||
VisPlugin *p;
|
||||
@@ -355,7 +368,7 @@ void add_plugin(gchar * filename)
|
||||
|
||||
void scan_plugins(char *dirname)
|
||||
{
|
||||
- gchar *filename, *ext;
|
||||
+ gchar *filename;
|
||||
DIR *dir;
|
||||
struct dirent *ent;
|
||||
struct stat statbuf;
|
||||
@@ -368,9 +381,8 @@ void scan_plugins(char *dirname)
|
||||
{
|
||||
filename = g_strdup_printf("%s/%s", dirname, ent->d_name);
|
||||
if (!stat(filename, &statbuf) && S_ISREG(statbuf.st_mode) &&
|
||||
- (ext = strrchr(ent->d_name, '.')) != NULL)
|
||||
- if (!strcmp(ext, SHARED_LIB_EXT))
|
||||
- add_plugin(filename);
|
||||
+ strstr(ent->d_name, SHARED_LIB_EXT))
|
||||
+ add_plugin(filename);
|
||||
g_free(filename);
|
||||
}
|
||||
closedir(dir);
|
||||
@@ -422,6 +434,12 @@ void cleanup_plugins(void)
|
||||
while (node)
|
||||
{
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.esd,v 1.1.1.1 2001/07/20 14:26:16 espie Exp $
|
||||
@comment $OpenBSD: PFRAG.esd,v 1.2 2001/07/25 16:05:19 naddy Exp $
|
||||
lib/xmms/Output/libesdout.la
|
||||
lib/xmms/Output/libesdout.so.0.0
|
||||
lib/xmms/Output/libesdout.so
|
||||
|
@ -1,35 +1,35 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2001/07/25 12:52:24 espie Exp $
|
||||
@comment $Id: PFRAG.shared,v 1.2 2001/07/25 12:52:24 espie Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2001/07/25 16:05:19 naddy Exp $
|
||||
@comment $Id: PFRAG.shared,v 1.3 2001/07/25 16:05:19 naddy Exp $
|
||||
lib/libxmms.la
|
||||
lib/libxmms.so.2.0
|
||||
DYNLIBDIR(%B)
|
||||
lib/xmms/Output/libsun.la
|
||||
lib/xmms/Output/libsun.so.0.0
|
||||
lib/xmms/Output/libsun.so
|
||||
lib/xmms/Output/libdisk_writer.la
|
||||
lib/xmms/Output/libdisk_writer.so.0.0
|
||||
lib/xmms/Output/libdisk_writer.so
|
||||
lib/xmms/Input/libwav.la
|
||||
lib/xmms/Input/libwav.so.0.0
|
||||
lib/xmms/Input/libwav.so
|
||||
lib/xmms/Input/libtonegen.la
|
||||
lib/xmms/Input/libtonegen.so.0.0
|
||||
lib/xmms/Input/libtonegen.so
|
||||
lib/xmms/Input/libmpg123.la
|
||||
lib/xmms/Input/libmpg123.so.0.0
|
||||
lib/xmms/Input/libmpg123.so
|
||||
lib/xmms/Input/libcdaudio.la
|
||||
lib/xmms/Input/libcdaudio.so.0.0
|
||||
lib/xmms/Input/libcdaudio.so
|
||||
lib/xmms/Input/libidcin.la
|
||||
lib/xmms/Input/libidcin.so.0.0
|
||||
lib/xmms/Input/libidcin.so
|
||||
lib/xmms/Effect/libvoice.la
|
||||
lib/xmms/Effect/libvoice.so.0.0
|
||||
lib/xmms/Effect/libvoice.so
|
||||
lib/xmms/Effect/libecho.la
|
||||
lib/xmms/Effect/libecho.so.0.0
|
||||
lib/xmms/Effect/libecho.so
|
||||
lib/xmms/Effect/libstereo.la
|
||||
lib/xmms/Effect/libstereo.so.0.0
|
||||
lib/xmms/Effect/libstereo.so
|
||||
lib/xmms/General/libir.la
|
||||
lib/xmms/General/libir.so.0.0
|
||||
lib/xmms/General/libir.so
|
||||
lib/xmms/General/libsong_change.la
|
||||
lib/xmms/General/libsong_change.so.0.0
|
||||
lib/xmms/General/libsong_change.so
|
||||
lib/xmms/Visualization/libbscope.la
|
||||
lib/xmms/Visualization/libbscope.so.0.0
|
||||
lib/xmms/Visualization/libbscope.so
|
||||
lib/xmms/Visualization/libsanalyzer.la
|
||||
lib/xmms/Visualization/libsanalyzer.so.0.0
|
||||
lib/xmms/Visualization/libsanalyzer.so
|
||||
lib/xmms/Visualization/libogl_spectrum.la
|
||||
lib/xmms/Visualization/libogl_spectrum.so.0.0
|
||||
lib/xmms/Visualization/libogl_spectrum.so
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared-esd,v 1.1 2001/07/25 12:52:24 espie Exp $
|
||||
@comment $Id: PFRAG.shared-esd,v 1.1 2001/07/25 12:52:24 espie Exp $
|
||||
@comment $OpenBSD: PFRAG.shared-esd,v 1.2 2001/07/25 16:05:19 naddy Exp $
|
||||
lib/xmms/Output/libesdout.la
|
||||
lib/xmms/Output/libesdout.so.0.0
|
||||
lib/xmms/Output/libesdout.so
|
||||
|
@ -1,4 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared-vorbis,v 1.1 2001/07/25 12:52:24 espie Exp $
|
||||
@comment $Id: PFRAG.shared-vorbis,v 1.1 2001/07/25 12:52:24 espie Exp $
|
||||
@comment $OpenBSD: PFRAG.shared-vorbis,v 1.2 2001/07/25 16:05:19 naddy Exp $
|
||||
lib/xmms/Input/libvorbis.la
|
||||
lib/xmms/Input/libvorbis.so.0.0
|
||||
lib/xmms/Input/libvorbis.so
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.vorbis,v 1.1.1.1 2001/07/20 14:26:16 espie Exp $
|
||||
@comment $OpenBSD: PFRAG.vorbis,v 1.2 2001/07/25 16:05:19 naddy Exp $
|
||||
lib/xmms/Input/libvorbis.la
|
||||
lib/xmms/Input/libvorbis.so.0.0
|
||||
lib/xmms/Input/libvorbis.so
|
||||
|
Loading…
Reference in New Issue
Block a user