diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-09-15 21:16:52 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-09-15 21:16:52 +0000 |
commit | 4d1b5b0fbdc6af88a8764b3afb525f7aa4d56fc0 (patch) | |
tree | 773b26a42c1a35e21e7905f0fbfede687e337936 /media-libs/libvisual/files | |
parent | Update to 1.11.0 with new modular net-scripts thanks to Roy Marples. This upd... (diff) | |
download | historical-4d1b5b0fbdc6af88a8764b3afb525f7aa4d56fc0.tar.gz historical-4d1b5b0fbdc6af88a8764b3afb525f7aa4d56fc0.tar.bz2 historical-4d1b5b0fbdc6af88a8764b3afb525f7aa4d56fc0.zip |
Version bump.
Diffstat (limited to 'media-libs/libvisual/files')
4 files changed, 54 insertions, 51 deletions
diff --git a/media-libs/libvisual/files/digest-libvisual-0.1.3 b/media-libs/libvisual/files/digest-libvisual-0.1.3 deleted file mode 100644 index 4ab6c5dab9a8..000000000000 --- a/media-libs/libvisual/files/digest-libvisual-0.1.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 e70e91d2e90831c0eb78944b6a9605ef libvisual-0.1.3.tar.gz 328277 diff --git a/media-libs/libvisual/files/digest-libvisual-0.1.6 b/media-libs/libvisual/files/digest-libvisual-0.1.6 new file mode 100644 index 000000000000..e2ea9e3796c2 --- /dev/null +++ b/media-libs/libvisual/files/digest-libvisual-0.1.6 @@ -0,0 +1 @@ +MD5 2b71b1c82b8a8bb36a79fbaf166ec430 libvisual-0.1.6.tar.gz 379628 diff --git a/media-libs/libvisual/files/libvisual-0.1.3-libdir.patch b/media-libs/libvisual/files/libvisual-0.1.3-libdir.patch deleted file mode 100644 index d9a965e8f998..000000000000 --- a/media-libs/libvisual/files/libvisual-0.1.3-libdir.patch +++ /dev/null @@ -1,50 +0,0 @@ -diff -Naur libvisual-0.1.3.orig/libvisual/Makefile.am libvisual-0.1.3/libvisual/Makefile.am ---- libvisual-0.1.3.orig/libvisual/Makefile.am 2004-05-12 04:25:16.000000000 -0700 -+++ libvisual-0.1.3/libvisual/Makefile.am 2004-09-15 13:53:17.170456850 -0700 -@@ -1,6 +1,5 @@ - lib_LTLIBRARIES = libvisual.la - --libdir = $(prefix)/lib - library_includedir = $(includedir)/libvisual - library_include_HEADERS = libvisual.h lv_actor.h \ - lv_audio.h lv_bin.h lv_common.h lv_fft.h \ -@@ -9,9 +8,9 @@ - lv_video.h lv_libvisual.h lv_songinfo.h \ - lv_morph.h - --LIBS = -L. -L$(prefix)/lib -+LIBS = -L. -L$(libdir) - --PLUGPATH = $(prefix)/lib/libvisual -+PLUGPATH = $(libdir)/libvisual - - CFLAGS = -ggdb -DPLUGPATH="\"$(PLUGPATH)\"" - -diff -Naur libvisual-0.1.3.orig/libvisual/Makefile.in libvisual-0.1.3/libvisual/Makefile.in ---- libvisual-0.1.3.orig/libvisual/Makefile.in 2004-05-27 13:33:20.000000000 -0700 -+++ libvisual-0.1.3/libvisual/Makefile.in 2004-09-15 13:53:40.104654396 -0700 -@@ -26,6 +26,7 @@ - sysconfdir = @sysconfdir@ - sharedstatedir = @sharedstatedir@ - localstatedir = @localstatedir@ -+libdir = @libdir@ - infodir = @infodir@ - mandir = @mandir@ - includedir = @includedir@ -@@ -89,14 +90,13 @@ - - lib_LTLIBRARIES = libvisual.la - --libdir = $(prefix)/lib - library_includedir = $(includedir)/libvisual - library_include_HEADERS = libvisual.h lv_actor.h lv_audio.h lv_bin.h lv_common.h lv_fft.h lv_input.h lv_event.h lv_keysym.h lv_list.h lv_log.h lv_palette.h lv_plugin.h lv_video.h lv_libvisual.h lv_songinfo.h lv_morph.h - - --LIBS = -L. -L$(prefix)/lib -+LIBS = -L. -L$(libdir) - --PLUGPATH = $(prefix)/lib/libvisual -+PLUGPATH = $(libdir)/libvisual - - CFLAGS = -ggdb -DPLUGPATH="\"$(PLUGPATH)\"" - diff --git a/media-libs/libvisual/files/libvisual-0.1.6-libdir.patch b/media-libs/libvisual/files/libvisual-0.1.6-libdir.patch new file mode 100644 index 000000000000..bc7fc7ee9c8f --- /dev/null +++ b/media-libs/libvisual/files/libvisual-0.1.6-libdir.patch @@ -0,0 +1,53 @@ +diff -Naur libvisual-0.1.6.orig/libvisual/Makefile.am libvisual-0.1.6/libvisual/Makefile.am +--- libvisual-0.1.6.orig/libvisual/Makefile.am 2004-09-10 05:44:09.000000000 -0700 ++++ libvisual-0.1.6/libvisual/Makefile.am 2004-09-15 14:12:21.378432921 -0700 +@@ -1,7 +1,5 @@ + ## Process this file with automake to generate a Makefile.in + +-libdir = $(prefix)/lib +- + library_includedir = $(includedir)/libvisual + library_include_HEADERS = lvconfig.h libvisual.h lv_actor.h \ + lv_audio.h lv_bin.h lv_common.h lv_fft.h \ +@@ -16,9 +14,9 @@ + + DEFS = @DEFS@ + +-LIBS = -L. -L$(prefix)/lib ++LIBS = -L. -L$(libdir) + +-PLUGPATH = $(prefix)/lib/libvisual ++PLUGPATH = $(libdir)/libvisual + + AM_CFLAGS = -Wall -Wno-unused-variable -Wmissing-prototypes -Wstrict-prototypes\ + -DPLUGPATH="\"$(PLUGPATH)\"" @DEBUG_CFLAGS@ -O3 +diff -Naur libvisual-0.1.6.orig/libvisual/Makefile.in libvisual-0.1.6/libvisual/Makefile.in +--- libvisual-0.1.6.orig/libvisual/Makefile.in 2004-09-10 07:54:26.000000000 -0700 ++++ libvisual-0.1.6/libvisual/Makefile.in 2004-09-15 14:13:33.151514805 -0700 +@@ -128,7 +128,7 @@ + INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ + LDFLAGS = @LDFLAGS@ + LIBOBJS = @LIBOBJS@ +-LIBS = -L. -L$(prefix)/lib ++LIBS = -L. -L$(libdir) + LIBS_DYNAMIC_LOADER = @LIBS_DYNAMIC_LOADER@ + LIBTOOL = @LIBTOOL@ + LN_S = @LN_S@ +@@ -186,7 +186,7 @@ + includedir = @includedir@ + infodir = @infodir@ + install_sh = @install_sh@ +-libdir = $(prefix)/lib ++libdir = @libdir@ + libexecdir = @libexecdir@ + localstatedir = @localstatedir@ + mandir = @mandir@ +@@ -213,7 +213,7 @@ + lv_time.h + + lib_LTLIBRARIES = libvisual.la +-PLUGPATH = $(prefix)/lib/libvisual ++PLUGPATH = $(libdir)/libvisual + AM_CFLAGS = -Wall -Wno-unused-variable -Wmissing-prototypes -Wstrict-prototypes\ + -DPLUGPATH="\"$(PLUGPATH)\"" @DEBUG_CFLAGS@ -O3 + |