public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Stefan Briesenick (sbriesen)" <sbriesen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/tsmuxer: tsmuxer-1.10.6-r1.ebuild ChangeLog
Date: Tue, 25 Oct 2011 15:44:22 +0000 (UTC)	[thread overview]
Message-ID: <20111025154422.5DFC32004B@flycatcher.gentoo.org> (raw)

sbriesen    11/10/25 15:44:22

  Modified:             tsmuxer-1.10.6-r1.ebuild ChangeLog
  Log:
  fixing $HOMEPAGE, some ebuild cleanups, solving bug #388393.
  
  (Portage version: 2.2.0_alpha70/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild?r1=1.4&r2=1.5

Index: tsmuxer-1.10.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tsmuxer-1.10.6-r1.ebuild	10 Jul 2011 02:24:10 -0000	1.4
+++ tsmuxer-1.10.6-r1.ebuild	25 Oct 2011 15:44:22 -0000	1.5
@@ -1,15 +1,15 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild,v 1.4 2011/07/10 02:24:10 sbriesen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/tsmuxer/tsmuxer-1.10.6-r1.ebuild,v 1.5 2011/10/25 15:44:22 sbriesen Exp $
 
-EAPI="2"
+EAPI="4"
 
 inherit base qt4-r2
 
 DESCRIPTION="Utility to create and demux TS and M2TS files"
-HOMEPAGE="http://www.smlabs.net/tsmuxer_en.html"
+HOMEPAGE="http://www.smlabs.net/en/products/tsmuxer/"
 SRC_URI="http://www.smlabs.net/tsMuxer/tsMuxeR_shared_${PV}.tar.gz
-	http://sbriesen.de/gentoo/distfiles/tsmuxer-icon.png"
+	http://gentoo.sbriesen.de/distfiles/tsmuxer-icon.png"
 LICENSE="SmartLabs"
 SLOT="0"
 
@@ -24,16 +24,16 @@
 )"
 RDEPEND="
 	x86? (
+		sys-libs/glibc
 		media-libs/freetype:2
 		qt4? (
 			x11-libs/qt-gui:4
 			media-libs/libpng:1.2
 		)
-		sys-libs/glibc
 	)
 	amd64? (
-		app-emulation/emul-linux-x86-baselibs
 		app-emulation/emul-linux-x86-xlibs
+		app-emulation/emul-linux-x86-baselibs
 		qt4? ( >=app-emulation/emul-linux-x86-qtlibs-20081109 )
 	)"
 
@@ -51,11 +51,11 @@
 	exeinto /opt/${PN}/bin
 
 	doexe tsMuxeR
-	dosym ../${PN}/bin/tsMuxeR /opt/bin
+	dosym ../${PN}/bin/tsMuxeR /opt/bin/tsMuxeR
 
 	if use qt4; then
 		doexe tsMuxerGUI
-		dosym ../${PN}/bin/tsMuxerGUI /opt/bin
+		dosym ../${PN}/bin/tsMuxerGUI /opt/bin/tsMuxerGUI
 		newicon "${DISTDIR}/${PN}-icon.png" "${PN}.png"
 		make_desktop_entry tsMuxerGUI "tsMuxeR GUI" "${PN}" "Qt;AudioVideo;Video"
 	fi



1.6                  media-video/tsmuxer/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/tsmuxer/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/tsmuxer/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/tsmuxer/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/tsmuxer/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	10 Jul 2011 02:24:10 -0000	1.5
+++ ChangeLog	25 Oct 2011 15:44:22 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/tsmuxer
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/tsmuxer/ChangeLog,v 1.5 2011/07/10 02:24:10 sbriesen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/tsmuxer/ChangeLog,v 1.6 2011/10/25 15:44:22 sbriesen Exp $
+
+  25 Oct 2011; Stefan Briesenick <sbriesen@gentoo.org>
+  tsmuxer-1.10.6-r1.ebuild:
+  fixing $HOMEPAGE, some ebuild cleanups, solving bug #388393.
 
   10 Jul 2011; Stefan Briesenick <sbriesen@gentoo.org>
   tsmuxer-1.10.6-r1.ebuild, -files/icon.png:






             reply	other threads:[~2011-10-25 15:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-25 15:44 Stefan Briesenick (sbriesen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-14 17:37 [gentoo-commits] gentoo-x86 commit in media-video/tsmuxer: tsmuxer-1.10.6-r1.ebuild ChangeLog Ulrich Mueller (ulm)
2014-06-25  6:32 Michal Gorny (mgorny)
2014-06-18 20:30 Michal Gorny (mgorny)
2014-06-16 21:14 Michal Gorny (mgorny)
2014-03-10 14:31 Michael Palimaka (kensington)
2013-12-30  8:10 Alexis Ballier (aballier)
2013-03-02 22:43 Markos Chandras (hwoarang)
2012-09-24  0:45 Mike Frysinger (vapier)
2012-05-21 20:01 Samuli Suominen (ssuominen)
2011-07-10  2:24 Stefan Briesenick (sbriesen)
2011-01-06  3:35 Mike Frysinger (vapier)
2010-10-16 21:32 Stefan Briesenick (sbriesen)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111025154422.5DFC32004B@flycatcher.gentoo.org \
    --to=sbriesen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox