public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-streamdev: ChangeLog vdr-streamdev-0.6.1.ebuild
@ 2013-12-27 17:22 Joerg Bornkessel (hd_brummy)
  0 siblings, 0 replies; 4+ messages in thread
From: Joerg Bornkessel (hd_brummy) @ 2013-12-27 17:22 UTC (permalink / raw
  To: gentoo-commits

hd_brummy    13/12/27 17:22:23

  Modified:             ChangeLog
  Added:                vdr-streamdev-0.6.1.ebuild
  Log:
  bump
  
  (Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)

Revision  Changes    Path
1.22                 media-plugins/vdr-streamdev/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	2 Nov 2013 17:32:09 -0000	1.21
+++ ChangeLog	27 Dec 2013 17:22:23 -0000	1.22
@@ -1,6 +1,12 @@
 # ChangeLog for media-plugins/vdr-streamdev
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v 1.21 2013/11/02 17:32:09 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v 1.22 2013/12/27 17:22:23 hd_brummy Exp $
+
+*vdr-streamdev-0.6.1 (27 Dec 2013)
+
+  27 Dec 2013; Joerg Bornkessel <hd_brummy@gentoo.org>
+  +vdr-streamdev-0.6.1.ebuild:
+  bump
 
   02 Nov 2013; Joerg Bornkessel <hd_brummy@gentoo.org>
   vdr-streamdev-0.6.0.ebuild, +files/vdr-streamdev-0.6.0_vdr-2.1.2.diff:



1.1                  media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild?rev=1.1&content-type=text/plain

Index: vdr-streamdev-0.6.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild,v 1.1 2013/12/27 17:22:23 hd_brummy Exp $

EAPI="5"

inherit vdr-plugin-2

VERSION="1580" # every bump, new version !

DESCRIPTION="VDR Plugin: Client/Server and http streaming plugin"
HOMEPAGE="http://projects.vdr-developer.org/projects/plg-streamdev"
SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="client +server"

DEPEND=">=media-video/vdr-1.7.25"
RDEPEND="${DEPEND}"

REQUIRED_USE="|| ( client server )"

# vdr-plugin-2.eclass changes
PO_SUBDIR="client server"

src_prepare() {
	# rm unneeded entry
	sed -i Makefile -e "s:-I\$(VDRDIR)/include::"

	vdr-plugin-2_src_prepare

	for flag in client server; do
		if ! use ${flag}; then
			sed -i Makefile \
				-e '/^all:/s/'${flag}'//' \
				-e '/^install:/s/'install-${flag}'//'
		fi
	done

	fix_vdr_libsi_include server/livestreamer.c
}

src_install() {
	# vdr-plugin-2_src_install
	# do not use eclass, will fail in this case, ToDo

	einstall install DESTDIR="${D}"

	if use server; then
		insinto /usr/share/vdr/streamdev
		doins streamdev-server/externremux.sh

		insinto /usr/share/vdr/rcscript
		newins "${FILESDIR}"/rc-addon-0.6.0.sh plugin-streamdev-server.sh

		insinto /etc/conf.d
		newins "${FILESDIR}"/confd-0.6.0 vdr.streamdev-server

		insinto /etc/vdr/plugins/streamdev-server
		newins streamdev-server/streamdevhosts.conf streamdevhosts.conf
		fowners vdr:vdr /etc/vdr -R
	fi
}

pkg_preinst() {
	has_version "<${CATEGORY}/${PN}-0.6.0"
	previous_less_than_0_6_0=$?
}

pkg_postinst() {
	vdr-plugin-2_pkg_postinst

	if [[ -e "${ROOT}"/etc/vdr/plugins/streamdev/streamdevhosts.conf ]]; then
		einfo "move config file to new config DIR ${ROOT}/etc/vdr/plugins/streamdev-server/"
		mv "${ROOT}"/etc/vdr/plugins/streamdev/streamdevhosts.conf "${ROOT}"/etc/vdr/plugins/streamdev-server/streamdevhosts.conf
	fi

	if [[ $previous_less_than_0_6_0 = 0 ]]; then
		einfo "The server-side setting \"Suspend behaviour\" has been dropped in 0.6.0 in favour"
		einfo "of priority based precedence. A priority of 0 and above means that clients"
		einfo "have precedence. A negative priority gives precedence to local live TV on the"
		einfo "server. So if \"Suspend behaviour\" was previously set to \"Client may suspend\" or"
		einfo "\"Never suspended\", you will have to configure a negative priority. If the"
		einfo "\"Suspend behaviour\" was set to \"Always suspended\", the default values should do."
		einfo ""
		einfo "Configure the desired priorities for HTTP and IGMP Multicast streaming in the"
		einfo "settings of streamdev-server. If you haven't updated all your streamdev-clients"
		einfo "to at least 0.5.2, configure \"Legacy Client Priority\", too."
		einfo ""
		einfo "In streamdev-client, you should set \"Minimum Priority\" to -99. Adjust \"Live TV"
		einfo "Priority\" if necessary."
	fi
}





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-streamdev: ChangeLog vdr-streamdev-0.6.1.ebuild
@ 2014-01-27 17:19 Joerg Bornkessel (hd_brummy)
  0 siblings, 0 replies; 4+ messages in thread
From: Joerg Bornkessel (hd_brummy) @ 2014-01-27 17:19 UTC (permalink / raw
  To: gentoo-commits

hd_brummy    14/01/27 17:19:19

  Modified:             ChangeLog vdr-streamdev-0.6.1.ebuild
  Log:
  fixed install routine, plugin dosnt install the plugin lib(s)
  
  (Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)

Revision  Changes    Path
1.24                 media-plugins/vdr-streamdev/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	2 Jan 2014 13:12:22 -0000	1.23
+++ ChangeLog	27 Jan 2014 17:19:19 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/vdr-streamdev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v 1.23 2014/01/02 13:12:22 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v 1.24 2014/01/27 17:19:19 hd_brummy Exp $
+
+  27 Jan 2014; Joerg Bornkessel <hd_brummy@gentoo.org>
+  vdr-streamdev-0.6.1.ebuild:
+  fixed install routine, plugin dosnt install the plugin lib(s)
 
   02 Jan 2014; Joerg Bornkessel <hd_brummy@gentoo.org>
   -vdr-streamdev-0.5.1.ebuild, vdr-streamdev-0.6.0.ebuild:



1.2                  media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild?r1=1.1&r2=1.2

Index: vdr-streamdev-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vdr-streamdev-0.6.1.ebuild	27 Dec 2013 17:22:23 -0000	1.1
+++ vdr-streamdev-0.6.1.ebuild	27 Jan 2014 17:19:19 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild,v 1.1 2013/12/27 17:22:23 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild,v 1.2 2014/01/27 17:19:19 hd_brummy Exp $
 
-EAPI="5"
+EAPI=5
 
 inherit vdr-plugin-2
 
@@ -34,6 +34,8 @@
 	for flag in client server; do
 		if ! use ${flag}; then
 			sed -i Makefile \
+				-e '/^.PHONY:/s/'${flag}'//' \
+				-e '/^.PHONY:/s/'install-${flag}'//' \
 				-e '/^all:/s/'${flag}'//' \
 				-e '/^install:/s/'install-${flag}'//'
 		fi





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-streamdev: ChangeLog vdr-streamdev-0.6.1.ebuild
@ 2014-01-29 14:10 Joerg Bornkessel (hd_brummy)
  0 siblings, 0 replies; 4+ messages in thread
From: Joerg Bornkessel (hd_brummy) @ 2014-01-29 14:10 UTC (permalink / raw
  To: gentoo-commits

hd_brummy    14/01/29 14:10:17

  Modified:             ChangeLog vdr-streamdev-0.6.1.ebuild
  Log:
  fixed install, reported, tested by Negril@IRC #gentoo-vdr
  
  (Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)

Revision  Changes    Path
1.25                 media-plugins/vdr-streamdev/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	27 Jan 2014 17:19:19 -0000	1.24
+++ ChangeLog	29 Jan 2014 14:10:16 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/vdr-streamdev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v 1.24 2014/01/27 17:19:19 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v 1.25 2014/01/29 14:10:16 hd_brummy Exp $
+
+  29 Jan 2014; Joerg Bornkessel <hd_brummy@gentoo.org>
+  vdr-streamdev-0.6.1.ebuild:
+  fixed install, reported, tested by Negril@IRC #gentoo-vdr
 
   27 Jan 2014; Joerg Bornkessel <hd_brummy@gentoo.org>
   vdr-streamdev-0.6.1.ebuild:



1.3                  media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild?r1=1.2&r2=1.3

Index: vdr-streamdev-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vdr-streamdev-0.6.1.ebuild	27 Jan 2014 17:19:19 -0000	1.2
+++ vdr-streamdev-0.6.1.ebuild	29 Jan 2014 14:10:16 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild,v 1.2 2014/01/27 17:19:19 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild,v 1.3 2014/01/29 14:10:16 hd_brummy Exp $
 
 EAPI=5
 
@@ -26,6 +26,9 @@
 PO_SUBDIR="client server"
 
 src_prepare() {
+	# make detection in vdr-plugin-2.eclass for new Makefile handling happy
+	echo "# SOFILE" >> Makefile
+
 	# rm unneeded entry
 	sed -i Makefile -e "s:-I\$(VDRDIR)/include::"
 
@@ -45,10 +48,7 @@
 }
 
 src_install() {
-	# vdr-plugin-2_src_install
-	# do not use eclass, will fail in this case, ToDo
-
-	einstall install DESTDIR="${D}"
+	vdr-plugin-2_src_install
 
 	if use server; then
 		insinto /usr/share/vdr/streamdev





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-streamdev: ChangeLog vdr-streamdev-0.6.1.ebuild
@ 2014-03-02 19:42 Joerg Bornkessel (hd_brummy)
  0 siblings, 0 replies; 4+ messages in thread
From: Joerg Bornkessel (hd_brummy) @ 2014-03-02 19:42 UTC (permalink / raw
  To: gentoo-commits

hd_brummy    14/03/02 19:42:41

  Modified:             ChangeLog vdr-streamdev-0.6.1.ebuild
  Log:
  stable amd64 x86, wrt bug 502848
  
  (Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)

Revision  Changes    Path
1.26                 media-plugins/vdr-streamdev/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	29 Jan 2014 14:10:16 -0000	1.25
+++ ChangeLog	2 Mar 2014 19:42:41 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for media-plugins/vdr-streamdev
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v 1.25 2014/01/29 14:10:16 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v 1.26 2014/03/02 19:42:41 hd_brummy Exp $
+
+  02 Mar 2014; Joerg Bornkessel <hd_brummy@gentoo.org>
+  vdr-streamdev-0.6.1.ebuild:
+  stable amd64 x86, wrt bug 502848
 
   29 Jan 2014; Joerg Bornkessel <hd_brummy@gentoo.org>
   vdr-streamdev-0.6.1.ebuild:



1.4                  media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild?r1=1.3&r2=1.4

Index: vdr-streamdev-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vdr-streamdev-0.6.1.ebuild	29 Jan 2014 14:10:16 -0000	1.3
+++ vdr-streamdev-0.6.1.ebuild	2 Mar 2014 19:42:41 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild,v 1.3 2014/01/29 14:10:16 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.6.1.ebuild,v 1.4 2014/03/02 19:42:41 hd_brummy Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="client +server"
 
 DEPEND=">=media-video/vdr-1.7.25"





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-02 19:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-29 14:10 [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-streamdev: ChangeLog vdr-streamdev-0.6.1.ebuild Joerg Bornkessel (hd_brummy)
  -- strict thread matches above, loose matches on Subject: below --
2014-03-02 19:42 Joerg Bornkessel (hd_brummy)
2014-01-27 17:19 Joerg Bornkessel (hd_brummy)
2013-12-27 17:22 Joerg Bornkessel (hd_brummy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox