public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Caleb Tennis (caleb)" <caleb@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-video/qt-faststart: qt-faststart-0.2.ebuild ChangeLog
Date: Sun, 28 Dec 2008 23:05:59 +0000	[thread overview]
Message-ID: <E1LH4hr-0003da-P6@stork.gentoo.org> (raw)

caleb       08/12/28 23:05:59

  Modified:             ChangeLog
  Added:                qt-faststart-0.2.ebuild
  Log:
  Version bump, with patch from 249953
  (Portage version: 2.2_rc18/cvs/Linux 2.6.18-xenU-ec2-v1.0 i686)

Revision  Changes    Path
1.3                  media-video/qt-faststart/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qt-faststart/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qt-faststart/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qt-faststart/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/qt-faststart/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	7 Jun 2008 12:59:48 -0000	1.2
+++ ChangeLog	28 Dec 2008 23:05:59 -0000	1.3
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/qt-faststart
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/qt-faststart/ChangeLog,v 1.2 2008/06/07 12:59:48 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/qt-faststart/ChangeLog,v 1.3 2008/12/28 23:05:59 caleb Exp $
+
+*qt-faststart-0.2 (28 Dec 2008)
+
+  28 Dec 2008; Caleb Tennis <caleb@gentoo.org> +files/qt-faststart-0.2.diff,
+  +qt-faststart-0.2.ebuild:
+  version bump, with patch from 249953
 
   07 Jun 2008; Caleb Tennis <caleb@gentoo.org> qt-faststart-0.1.ebuild:
   amd64 stable



1.1                  media-video/qt-faststart/qt-faststart-0.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qt-faststart/qt-faststart-0.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/qt-faststart/qt-faststart-0.2.ebuild?rev=1.1&content-type=text/plain

Index: qt-faststart-0.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/qt-faststart/qt-faststart-0.2.ebuild,v 1.1 2008/12/28 23:05:59 caleb Exp $

inherit eutils

DESCRIPTION="qt-faststart rearranges quicktime files to help with better network streaming"
HOMEPAGE="http://svn.mplayerhq.hu/ffmpeg/trunk/tools/qt-faststart.c"
SRC_URI="mirror://gentoo/ffmpeg-0.4.9-p20070616.tar.bz2"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND=""

S="${WORKDIR}/ffmpeg"


src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/${P}.diff"  || die "patch failed"
}

src_compile() {
	cd "${WORKDIR}/ffmpeg"
	./configure
	make qt-faststart
}

src_install() {
	install -D -m 755 -o root -g root "${WORKDIR}/ffmpeg/qt-faststart" "${D}/usr/bin/qt-faststart"
}






             reply	other threads:[~2008-12-28 23:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-28 23:05 Caleb Tennis (caleb) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-08-09 23:48 [gentoo-commits] gentoo-x86 commit in media-video/qt-faststart: qt-faststart-0.2.ebuild ChangeLog Markos Chandras (hwoarang)

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=E1LH4hr-0003da-P6@stork.gentoo.org \
    --to=caleb@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