From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9278E139086 for ; Sun, 15 Jan 2017 10:25:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A114CE0D8C; Sun, 15 Jan 2017 10:25:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C8F4E0D8C for ; Sun, 15 Jan 2017 10:25:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3C9734102B for ; Sun, 15 Jan 2017 10:25:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31ACF27CC for ; Sun, 15 Jan 2017 10:25:27 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1484475839.279fd7301b5d2f890ffbf86a9a88dda4ac7eeb57.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-burn/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-burn/files/vdr-burn-0.2.2_gentoo-path.diff X-VCS-Directories: media-plugins/vdr-burn/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 279fd7301b5d2f890ffbf86a9a88dda4ac7eeb57 X-VCS-Branch: master Date: Sun, 15 Jan 2017 10:25:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 186a00f5-62ea-44c7-93b0-9fa9fc014b84 X-Archives-Hash: 3999893dad141995abb7683dbbce929d commit: 279fd7301b5d2f890ffbf86a9a88dda4ac7eeb57 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Thu Jan 5 18:33:15 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 15 10:23:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=279fd730 media-plugins/vdr-burn: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/3338 .../vdr-burn/files/vdr-burn-0.2.2_gentoo-path.diff | 47 ---------------------- 1 file changed, 47 deletions(-) diff --git a/media-plugins/vdr-burn/files/vdr-burn-0.2.2_gentoo-path.diff b/media-plugins/vdr-burn/files/vdr-burn-0.2.2_gentoo-path.diff deleted file mode 100644 index e087b8b..00000000 --- a/media-plugins/vdr-burn/files/vdr-burn-0.2.2_gentoo-path.diff +++ /dev/null @@ -1,47 +0,0 @@ -some path adaption to gentoo vdr - -Signed-of-by: Joerg Bornkessel (15 Feb 2011) -diff -Naur burn-0.2.0.orig/burn.c burn-0.2.0/burn.c ---- burn-0.2.0.orig/burn.c 2012-02-12 19:46:51.000000000 +0100 -+++ burn-0.2.0/burn.c 2012-02-12 19:49:21.000000000 +0100 -@@ -96,11 +96,11 @@ - - bool plugin::Start() - { -- m_configPath = ConfigDirectory(PLUGIN_NAME); -+ m_configPath = "/usr/share/vdr/burn"; - - manager::start(); - logger_vdr::start(); -- gdwrapper::setup::set_font_path( m_configPath + "/fonts" ); -+ gdwrapper::setup::set_font_path( "/usr/share/fonts/ttf-bitstream-vera" ); - if ( !skin_list::get().load( get_config_path() ) ) - return false; - -diff -Naur burn-0.2.0.orig/vdrburn-dvd.sh burn-0.2.0/vdrburn-dvd.sh ---- burn-0.2.0.orig/vdrburn-dvd.sh 2012-02-12 19:46:51.000000000 +0100 -+++ burn-0.2.0/vdrburn-dvd.sh 2012-02-12 19:52:22.000000000 +0100 -@@ -92,9 +92,8 @@ - CUT="-cut $MPEG_DATA_PATH/px.cut" - fi - -- $IO_NICE $JAVA_EXE -Djava.awt.headless=true \ -- -jar $PROJECTX_JAR \ -- -ini $CONFIG_PATH/ProjectX.ini \ -+ /usr/bin/projectx_cli \ -+ -ini /usr/share/vdr/burn/projectx-vdr.ini \ - $TTXT_OPTS \ - $CUT -id $USED_TRACKS \ - -demux -out "$MPEG_DATA_PATH" -name vdrsync \ -diff -Naur burn-0.2.0.orig/vdrburn-dvd.sh burn-0.2.0/vdrburn-dvd.sh ---- burn-0.2.0.orig/vdrburn-dvd.sh 2012-02-15 21:58:34.000000000 +0100 -+++ burn-0.2.0/vdrburn-dvd.sh 2012-02-15 22:00:47.000000000 +0100 -@@ -78,7 +78,7 @@ - ;; - - demux) -- [ -r $CONFIG_PATH/vdrburn-dvd.conf ] && . $CONFIG_PATH/vdrburn-dvd.conf -+ PROJECTX_JAR="/usr/share/projectx/lib/projectx.jar" - [ -z "$JAVA_EXE" ] && JAVA_EXE=$(which java) - - [ ! -x "$JAVA_EXE" ] && echo "ERROR: java executable \"$JAVA_EXE\" not found" && exit 1