Projects
Multimedia
mpfc
mpfc-fix_libdir.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mpfc-fix_libdir.patch of Package mpfc (Revision 2)
Currently displaying revision
2
,
Show latest
--- plugins/output/disk_writer/Makefile.in.orig 2011-03-12 23:50:38.000000000 +0100 +++ plugins/output/disk_writer/Makefile.in 2011-03-12 23:50:44.000000000 +0100 @@ -248,7 +248,7 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ -libdir = $(prefix)/lib/mpfc/output +libdir = @libdir@/mpfc/output libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ --- plugins/output/disk_writer/Makefile.am.orig 2011-03-12 23:50:30.000000000 +0100 +++ plugins/output/disk_writer/Makefile.am 2011-03-12 23:50:36.000000000 +0100 @@ -1,6 +1,6 @@ lib_LTLIBRARIES = libdisk_writer.la -libdir = $(prefix)/lib/mpfc/output +libdir = $(libdir)/mpfc/output libdisk_writer_la_SOURCES = writer.c libdisk_writer_la_LIBADD = @COMMON_LIBS@ --- plugins/output/alsa/Makefile.in.orig 2011-03-12 23:50:19.000000000 +0100 +++ plugins/output/alsa/Makefile.in 2011-03-12 23:50:25.000000000 +0100 @@ -248,7 +248,7 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ -libdir = $(prefix)/lib/mpfc/output +libdir = @libdir@/mpfc/output libexecdir = @libexecdir@ localedir = $(datadir)/locale localstatedir = @localstatedir@ --- plugins/output/alsa/Makefile.am.orig 2011-03-12 23:50:10.000000000 +0100 +++ plugins/output/alsa/Makefile.am 2011-03-12 23:50:16.000000000 +0100 @@ -1,6 +1,6 @@ lib_LTLIBRARIES = libalsa.la -libdir = $(prefix)/lib/mpfc/output +libdir = $(libdir)/mpfc/output libalsa_la_SOURCES = alsa.c INCLUDES = -I$(top_builddir)/src -I$(top_builddir)/libmpfcwnd --- plugins/output/oss/Makefile.in.orig 2011-03-12 23:50:56.000000000 +0100 +++ plugins/output/oss/Makefile.in 2011-03-12 23:51:05.000000000 +0100 @@ -248,7 +248,7 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ -libdir = $(prefix)/lib/mpfc/output +libdir = @libdir@/mpfc/output libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ --- plugins/output/oss/Makefile.am.orig 2011-03-12 23:50:48.000000000 +0100 +++ plugins/output/oss/Makefile.am 2011-03-12 23:50:54.000000000 +0100 @@ -1,6 +1,6 @@ lib_LTLIBRARIES = liboss.la -libdir = $(prefix)/lib/mpfc/output +libdir = $(libdir)/mpfc/output liboss_la_SOURCES = oss.c liboss_la_LIBADD = @COMMON_LIBS@ --- plugins/input/flac/Makefile.in.orig 2011-03-12 23:48:53.000000000 +0100 +++ plugins/input/flac/Makefile.in 2011-03-12 23:49:01.000000000 +0100 @@ -251,7 +251,7 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ -libdir = $(prefix)/lib/mpfc/input +libdir = @libdir@/mpfc/input libexecdir = @libexecdir@ localedir = $(datadir)/locale localstatedir = @localstatedir@ --- plugins/input/flac/Makefile.am.orig 2011-03-12 23:48:44.000000000 +0100 +++ plugins/input/flac/Makefile.am 2011-03-12 23:48:51.000000000 +0100 @@ -1,6 +1,6 @@ lib_LTLIBRARIES = libflac.la -libdir = $(prefix)/lib/mpfc/input +libdir = $(libdir)/mpfc/input libflac_la_SOURCES = flac.c INCLUDES = -I$(top_builddir)/src -I$(top_builddir)/libmpfcwnd --- plugins/input/cue/Makefile.in.orig 2011-03-12 23:47:07.000000000 +0100 +++ plugins/input/cue/Makefile.in 2011-03-12 23:47:17.000000000 +0100 @@ -251,7 +251,7 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ -libdir = $(prefix)/lib/mpfc/input +libdir = @libdir@/mpfc/input libexecdir = @libexecdir@ localedir = $(datadir)/locale localstatedir = @localstatedir@ --- plugins/input/cue/Makefile.am.orig 2011-03-12 23:47:37.000000000 +0100 +++ plugins/input/cue/Makefile.am 2011-03-12 23:48:03.000000000 +0100 @@ -1,6 +1,6 @@ lib_LTLIBRARIES = libcue.la -libdir = $(prefix)/lib/mpfc/input +libdir = $(libdir)/mpfc/input libcue_la_SOURCES = cue.c cue_sheet.c cue_sheet.h INCLUDES = -I$(top_builddir)/src -I$(top_builddir)/libmpfcwnd --- plugins/input/ogg/Makefile.in.orig 2011-03-12 23:49:38.000000000 +0100 +++ plugins/input/ogg/Makefile.in 2011-03-12 23:49:44.000000000 +0100 @@ -251,7 +251,7 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ -libdir = $(prefix)/lib/mpfc/input +libdir = @libdir@/mpfc/input libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ --- plugins/input/ogg/Makefile.am.orig 2011-03-12 23:49:29.000000000 +0100 +++ plugins/input/ogg/Makefile.am 2011-03-12 23:49:36.000000000 +0100 @@ -1,6 +1,6 @@ lib_LTLIBRARIES = libogg_vorbis.la -libdir = $(prefix)/lib/mpfc/input +libdir = $(libdir)/mpfc/input libogg_vorbis_la_SOURCES = ogg.c vcedit.c vcedit.h INCLUDES = -I$(top_builddir)/src -I$(top_builddir)/libmpfcwnd --- plugins/input/audiocd/Makefile.in.orig 2011-03-12 23:48:26.000000000 +0100 +++ plugins/input/audiocd/Makefile.in 2011-03-12 23:48:39.000000000 +0100 @@ -248,7 +248,7 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ -libdir = $(prefix)/lib/mpfc/input +libdir = @libdir@/mpfc/input libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ --- plugins/input/audiocd/Makefile.am.orig 2011-03-12 23:48:17.000000000 +0100 +++ plugins/input/audiocd/Makefile.am 2011-03-12 23:48:24.000000000 +0100 @@ -1,6 +1,6 @@ lib_LTLIBRARIES = libaudiocd.la -libdir = $(prefix)/lib/mpfc/input +libdir = $(libdir)/mpfc/input libaudiocd_la_SOURCES = audiocd.c audiocd.h cddb.c cddb.h libaudiocd_la_LIBADD = @COMMON_LIBS@ @RESOLV_LIBS@ --- plugins/input/wav/Makefile.in.orig 2011-03-12 23:49:57.000000000 +0100 +++ plugins/input/wav/Makefile.in 2011-03-12 23:50:03.000000000 +0100 @@ -248,7 +248,7 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ -libdir = $(prefix)/lib/mpfc/input +libdir = @libdir@/mpfc/input libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ --- plugins/input/wav/Makefile.am.orig 2011-03-12 23:49:49.000000000 +0100 +++ plugins/input/wav/Makefile.am 2011-03-12 23:49:55.000000000 +0100 @@ -1,6 +1,6 @@ lib_LTLIBRARIES = libwav.la -libdir = $(prefix)/lib/mpfc/input +libdir = $(libdir)/mpfc/input libwav_la_SOURCES = wav.c wav.h libwav_la_LIBADD = @COMMON_LIBS@ --- plugins/input/mp3/Makefile.in.orig 2011-03-12 23:49:16.000000000 +0100 +++ plugins/input/mp3/Makefile.in 2011-03-12 23:49:24.000000000 +0100 @@ -251,7 +251,7 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ -libdir = $(prefix)/lib/mpfc/input +libdir = @libdir@/mpfc/input libexecdir = @libexecdir@ localedir = $(datadir)/locale localstatedir = @localstatedir@ --- plugins/input/mp3/Makefile.am.orig 2011-03-12 23:49:06.000000000 +0100 +++ plugins/input/mp3/Makefile.am 2011-03-12 23:49:15.000000000 +0100 @@ -1,6 +1,6 @@ lib_LTLIBRARIES = libmp3.la -libdir = $(prefix)/lib/mpfc/input +libdir = $(libdir)/mpfc/input libmp3_la_SOURCES = mp3.c mp3.h INCLUDES = -I$(top_builddir)/src -I$(top_builddir)/libmpfcwnd --- libmpfcwnd/Makefile.in.orig 2011-03-12 23:19:22.000000000 +0100 +++ libmpfcwnd/Makefile.in 2011-03-12 23:19:48.000000000 +0100 @@ -260,7 +260,7 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ -libdir = $(prefix)/lib/ +libdir = @libdir@ libexecdir = @libexecdir@ localedir = $(datadir)/locale localstatedir = @localstatedir@ @@ -280,7 +280,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ lib_LTLIBRARIES = libmpfcwnd.la -libmpfcwndhdrdir = $(prefix)/include/mpfc/libmpfcwnd +libmpfcwndhdrdir = $(includedir)/mpfc/libmpfcwnd libmpfcwndhdr_HEADERS = wnd.h wnd_print.h wnd_msg.h wnd_kbd.h \ wnd_def_handlers.h wnd_root.h wnd_mouse.h wnd_types.h \ wnd_basic.h wnd_class.h wnd_dialog.h wnd_dlgitem.h \ --- libmpfcwnd/Makefile.am.orig 2011-03-12 23:18:35.000000000 +0100 +++ libmpfcwnd/Makefile.am 2011-03-12 23:19:17.000000000 +0100 @@ -1,6 +1,5 @@ lib_LTLIBRARIES = libmpfcwnd.la -libdir = $(prefix)/lib/ -libmpfcwndhdrdir = $(prefix)/include/mpfc/libmpfcwnd +libmpfcwndhdrdir = $(includedir)/mpfc/libmpfcwnd libmpfcwndhdr_HEADERS = wnd.h wnd_print.h wnd_msg.h wnd_kbd.h \ wnd_def_handlers.h wnd_root.h wnd_mouse.h wnd_types.h \ wnd_basic.h wnd_class.h wnd_dialog.h wnd_dlgitem.h \ --- libmpfc/Makefile.in.orig 2011-03-12 23:18:09.000000000 +0100 +++ libmpfc/Makefile.in 2011-03-12 23:20:16.000000000 +0100 @@ -257,7 +257,7 @@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ -libdir = $(prefix)/lib/ +libdir = @libdir@ libexecdir = @libexecdir@ localedir = $(datadir)/locale localstatedir = @localstatedir@ @@ -277,7 +277,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ lib_LTLIBRARIES = libmpfc.la -libmpfchdrdir = $(prefix)/include/mpfc +libmpfchdrdir = $(includedir)/mpfc libmpfchdr_HEADERS = ../mpfc-config.h ../src/types.h ../src/cfg.h \ ../src/charset.h \ ../src/file.h file_http.h file_reg.h \ --- libmpfc/Makefile.am.orig 2011-03-12 23:17:41.000000000 +0100 +++ libmpfc/Makefile.am 2011-03-12 23:19:59.000000000 +0100 @@ -1,8 +1,6 @@ lib_LTLIBRARIES = libmpfc.la -libdir = $(prefix)/lib/ - -libmpfchdrdir = $(prefix)/include/mpfc +libmpfchdrdir = $(includedir)/mpfc libmpfchdr_HEADERS = ../mpfc-config.h ../src/types.h ../src/cfg.h \ ../src/charset.h \ ../src/file.h file_http.h file_reg.h \ --- mpfc.pc.in.orig 2011-03-12 23:20:27.000000000 +0100 +++ mpfc.pc.in 2011-03-12 23:21:49.000000000 +0100 @@ -1,7 +1,7 @@ prefix=@prefix@ exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include +libdir=@libdir@ +includedir=@includedir@ plugindir=${libdir}/mpfc Name: mpfc
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.