head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.06.19.18.42.12;	author nox;	state Exp;
branches;
next	1.1;

1.1
date	2011.03.26.19.22.41;	author nox;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update multimedia/vdr and multimedia/vdr-plugins to 1.7.28 .
- Update xineliboutput XKeySym.Pause key in example remote.conf.
  ("space" instead of "Space")
- Add multimedia/vdr-plugin-extrecmenu 1.2.2 to vdr-plugins metaport.
- Update multimedia/vdr-plugin-skinenigmang to 0.1.2s20120606 git snapshot.
- Update www/vdr-plugin-live to 0.2.0s20120325 git snapshot.
- Bump PORTREVISION for all other plugins and add api fixes where necessary.
- Add HISTORY to PORTDOCS for most plugins. (those that have it)
- Remove shlib major versions from LIB_DEPENDS to pet portlint.
@
text
@--- a/Makefile
+++ b/Makefile
@@@@ -155,12 +155,16 @@@@ $(SUBDIRS):
 PAGES:
 	@@$(MAKE) -C pages PLUGINFEATURES="$(PLUGINFEATURES)" .dependencies
 
-$(VERSIONSUFFIX): FORCE
-	./buildutil/version-util $(VERSIONSUFFIX) || ./buildutil/version-util -F $(VERSIONSUFFIX)
+#$(VERSIONSUFFIX): FORCE
+#	./buildutil/version-util $(VERSIONSUFFIX) || ./buildutil/version-util -F $(VERSIONSUFFIX)
 
 libvdr-$(PLUGIN).so: $(VERSIONSUFFIX) $(SUBDIRS) $(PLUGINOBJS)
 	$(CXX) $(LDFLAGS) -shared -o $@@	 $(PLUGINOBJS) -Wl,--whole-archive $(WEBLIBS) -Wl,--no-whole-archive $(LIBS)
+ifdef FREEBSD
+	@@cp -f $@@ $(LIBDIR)/$@@.$(APIVERSION)
+else
 	@@cp --remove-destination $@@ $(LIBDIR)/$@@.$(APIVERSION)
+endif
 
 ifneq ($(TNTVERS7),yes)
 	@@echo ""
@@@@ -198,6 +202,9 @@@@ clean: $(SUBDIRS)
 	@@-rm -f $(PLUGINOBJS) $(DEPFILE) *.so *.tgz core* *~
 	@@-rm -f $(VERSIONSUFFIX)
 
+install:
+	${INSTALL_PROGRAM} $(LIBDIR)/libvdr-$(PLUGIN).so.$(APIVERSION) $(PREFIX)/lib/vdr/libvdr-$(PLUGIN).so.$(APIVERSION)
+
 .PRECIOUS: $(I18Npo)
 
 FORCE:
@


1.1
log
@http://www.vdr-wiki.de/wiki/index.php/Live-plugin

Live, the "Live Interactive VDR Environment", is a plugin providing the
possibility to interactively control the VDR and some of it's plugins by
a web interface.

Unlike external utility programs that communicate with VDR and it's plugins
by SVDRP, Live has direct access to VDR's data structures and is thus very
fast.

WWW: http://live.vdr-developer.org/
@
text
@d3 8
a10 1
@@@@ -151,7 +151,11 @@@@ $(VERSIONSUFFIX): FORCE
d22 1
a22 1
@@@@ -189,6 +193,9 @@@@ clean: $(SUBDIRS)
@

