Hello community, here is the log from the commit of package vdr-plugins checked in at Tue Jan 16 17:36:08 CET 2007. -------- --- vdr-plugins/vdr-plugins.changes 2007-01-15 14:17:25.000000000 +0100 +++ /mounts/work_src_done/STABLE/vdr-plugins/vdr-plugins.changes 2007-01-16 16:14:05.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Jan 16 16:13:47 CET 2007 - lnussel@suse.de + +- honor CFLAGS for all files + +------------------------------------------------------------------- New: ---- streamdev-Makefile.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vdr-plugins.spec ++++++ --- /var/tmp/diff_new_pack.Y24104/_old 2007-01-16 17:36:00.000000000 +0100 +++ /var/tmp/diff_new_pack.Y24104/_new 2007-01-16 17:36:00.000000000 +0100 @@ -28,7 +28,7 @@ Group: Productivity/Multimedia/Other Autoreqprov: on Version: 0.5 -Release: 148 +Release: 149 Summary: plugins for the video disc recorder VDR # Source0: vdr-cutalot-0.0.2a.tgz @@ -52,6 +52,7 @@ Patch2: vdr-xine-CAN-2005-0071.diff Patch3: epgsearch-0.9.19-include-fix.diff Patch4: streamdev-20061124.diff +Patch5: streamdev-Makefile.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: vdr = %{rpmvdrver} @@ -90,6 +91,7 @@ %patch2 %patch3 %patch4 +%patch5 -p1 pushd epgsearch-0.9.19 tar xzf %{SOURCE42} popd @@ -188,6 +190,8 @@ /var/adm/fillup-templates/sysconfig.vdr-plugins %changelog -n vdr-plugins +* Tue Jan 16 2007 - lnussel@suse.de +- honor CFLAGS for all files * Mon Jan 15 2007 - lnussel@suse.de - don't build xine plugin on older distributions * Thu Jan 04 2007 - seife@suse.de ++++++ streamdev-Makefile.diff ++++++ Index: vdr-plugins/streamdev-20061124/Makefile =================================================================== --- vdr-plugins.orig/streamdev-20061124/Makefile +++ vdr-plugins/streamdev-20061124/Makefile @@ -86,7 +86,7 @@ ifeq ($(shell test -f $(VDRDIR)/sections endif libdvbmpeg/libdvbmpegtools.a: libdvbmpeg/*.c libdvbmpeg/*.cc libdvbmpeg/*.h libdvbmpeg/*.hh - make -C ./libdvbmpeg libdvbmpegtools.a + $(MAKE) -C ./libdvbmpeg libdvbmpegtools.a ### Implicit rules: Index: vdr-plugins/streamdev-20061124/libdvbmpeg/Makefile =================================================================== --- vdr-plugins.orig/streamdev-20061124/libdvbmpeg/Makefile +++ vdr-plugins/streamdev-20061124/libdvbmpeg/Makefile @@ -1,11 +1,15 @@ INCS = -I. -CFLAGS = -g -Wall -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fPIC +CFLAGS = -g -Wall -O2 -fPIC MFLAG = -M OBJS = ctools.o ringbuffy.o remux.o transform.o cpptools.o SRC = $(wildcard *.c) CPPSRC = $(wildcard *.cpp) CSRC = $(wildcard *.cc) +-include $(VDRDIR)/Make.config + +CFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE + DESTDIR = /usr/local .PHONY: depend clean install uninstall @@ -26,7 +30,7 @@ libdvbmpegtools.a: $(OBJS) $(CC) -c $(CFLAGS) $(INCS) $(DEFINES) $< .depend: - $(CXX) $(DEFINES) $(MFLAG) $(SRC) $(CSRC) $(CPPSRC) $(INCS)> .depend + $(CXX) $(CFLAGS) $(DEFINES) $(MFLAG) $(SRC) $(CSRC) $(CPPSRC) $(INCS)> .depend ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de