public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/x264: ChangeLog x264-0.0.20080819.ebuild
@ 2008-08-22 11:27 Ben de Groot (yngwin)
  0 siblings, 0 replies; 5+ messages in thread
From: Ben de Groot (yngwin) @ 2008-08-22 11:27 UTC (permalink / raw
  To: gentoo-commits

yngwin      08/08/22 11:27:29

  Modified:             ChangeLog
  Added:                x264-0.0.20080819.ebuild
  Log:
  New x264 snapshot
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26-hh1 i686)

Revision  Changes    Path
1.5                  media-libs/x264/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	14 Apr 2008 22:24:52 -0000	1.4
+++ ChangeLog	22 Aug 2008 11:27:29 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/x264
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.4 2008/04/14 22:24:52 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.5 2008/08/22 11:27:29 yngwin Exp $
+
+*x264-0.0.20080819 (22 Aug 2008)
+
+  22 Aug 2008; Ben de Groot <yngwin@gentoo.org> +x264-0.0.20080819.ebuild:
+  Version bump
 
   14 Apr 2008; Ben de Groot <yngwin@gentoo.org> x264-0.0.20080406.ebuild:
   Fix typo



1.1                  media-libs/x264/x264-0.0.20080819.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild?rev=1.1&content-type=text/plain

Index: x264-0.0.20080819.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild,v 1.1 2008/08/22 11:27:29 yngwin Exp $

EAPI="1"
inherit multilib eutils toolchain-funcs versionator

MY_P="x264-snapshot-$(get_version_component_range 3)-2245"

DESCRIPTION="A free library for encoding X264/AVC streams"
HOMEPAGE="http://www.videolan.org/developers/x264.html"
SRC_URI="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug +threads"

RDEPEND=""
DEPEND="amd64? ( >=dev-lang/yasm-0.6.2 )
	x86? ( >=dev-lang/yasm-0.6.2 )
	x86-fbsd? ( >=dev-lang/yasm-0.6.2 )"

S="${WORKDIR}/${MY_P}"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/${PN}-nostrip.patch"
	epatch "${FILESDIR}/${PN}-onlylib-20080406.patch"
}

src_compile() {
	local myconf=""
	use debug && myconf="${myconf} --enable-debug"
	./configure --prefix=/usr \
		--libdir=/usr/$(get_libdir) \
		--enable-pic --enable-shared \
		"--extra-cflags=${CFLAGS}" \
		"--extra-ldflags=${LDFLAGS}" \
		"--extra-asflags=${ASFLAGS}" \
		$(use_enable threads pthread) \
		${myconf} \
		--disable-mp4-output \
		|| die "configure failed"
	emake CC="$(tc-getCC)" || die "make failed"
}

src_install() {
	make DESTDIR="${D}" install || die
	dodoc AUTHORS doc/*.txt
}

pkg_postinst() {
	elog "Please note that this package now only installs"
	elog "${PN} libraries. In order to have the encoder,"
	elog "please emerge media-video/x264-encoder."
}






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

* [gentoo-commits] gentoo-x86 commit in media-libs/x264: ChangeLog x264-0.0.20080819.ebuild
@ 2008-10-19 17:05 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2008-10-19 17:05 UTC (permalink / raw
  To: gentoo-commits

maekke      08/10/19 17:05:23

  Modified:             ChangeLog x264-0.0.20080819.ebuild
  Log:
  amd64/x86 stable, bug #239130
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27.1 i686)

Revision  Changes    Path
1.7                  media-libs/x264/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	7 Oct 2008 05:58:39 -0000	1.6
+++ ChangeLog	19 Oct 2008 17:05:23 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/x264
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.6 2008/10/07 05:58:39 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.7 2008/10/19 17:05:23 maekke Exp $
+
+  19 Oct 2008; Markus Meier <maekke@gentoo.org> x264-0.0.20080819.ebuild:
+  amd64/x86 stable, bug #239130
 
 *x264-0.0.20081006 (07 Oct 2008)
 



1.2                  media-libs/x264/x264-0.0.20080819.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild?r1=1.1&r2=1.2

Index: x264-0.0.20080819.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- x264-0.0.20080819.ebuild	22 Aug 2008 11:27:29 -0000	1.1
+++ x264-0.0.20080819.ebuild	19 Oct 2008 17:05:23 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild,v 1.1 2008/08/22 11:27:29 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild,v 1.2 2008/10/19 17:05:23 maekke Exp $
 
 EAPI="1"
 inherit multilib eutils toolchain-funcs versionator
@@ -12,7 +12,7 @@
 SRC_URI="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="debug +threads"
 
 RDEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in media-libs/x264: ChangeLog x264-0.0.20080819.ebuild
@ 2008-10-21 17:18 Markus Rothe (corsair)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Rothe (corsair) @ 2008-10-21 17:18 UTC (permalink / raw
  To: gentoo-commits

corsair     08/10/21 17:18:48

  Modified:             ChangeLog x264-0.0.20080819.ebuild
  Log:
  Stable on ppc64; bug #239130
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.8                  media-libs/x264/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	19 Oct 2008 17:05:23 -0000	1.7
+++ ChangeLog	21 Oct 2008 17:18:48 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/x264
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.7 2008/10/19 17:05:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.8 2008/10/21 17:18:48 corsair Exp $
+
+  21 Oct 2008; Markus Rothe <corsair@gentoo.org> x264-0.0.20080819.ebuild:
+  Stable on ppc64; bug #239130
 
   19 Oct 2008; Markus Meier <maekke@gentoo.org> x264-0.0.20080819.ebuild:
   amd64/x86 stable, bug #239130



1.3                  media-libs/x264/x264-0.0.20080819.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild?r1=1.2&r2=1.3

Index: x264-0.0.20080819.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- x264-0.0.20080819.ebuild	19 Oct 2008 17:05:23 -0000	1.2
+++ x264-0.0.20080819.ebuild	21 Oct 2008 17:18:48 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild,v 1.2 2008/10/19 17:05:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild,v 1.3 2008/10/21 17:18:48 corsair Exp $
 
 EAPI="1"
 inherit multilib eutils toolchain-funcs versionator
@@ -12,7 +12,7 @@
 SRC_URI="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="debug +threads"
 
 RDEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in media-libs/x264: ChangeLog x264-0.0.20080819.ebuild
@ 2008-10-30 20:05 Tobias Scherbaum (dertobi123)
  0 siblings, 0 replies; 5+ messages in thread
From: Tobias Scherbaum (dertobi123) @ 2008-10-30 20:05 UTC (permalink / raw
  To: gentoo-commits

dertobi123    08/10/30 20:05:37

  Modified:             ChangeLog x264-0.0.20080819.ebuild
  Log:
  ppc stable, bug #239130
  (Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7 x86_64)

Revision  Changes    Path
1.9                  media-libs/x264/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	21 Oct 2008 17:18:48 -0000	1.8
+++ ChangeLog	30 Oct 2008 20:05:37 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/x264
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.8 2008/10/21 17:18:48 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.9 2008/10/30 20:05:37 dertobi123 Exp $
+
+  30 Oct 2008; Tobias Scherbaum <dertobi123@gentoo.org>
+  x264-0.0.20080819.ebuild:
+  ppc stable, bug #239130
 
   21 Oct 2008; Markus Rothe <corsair@gentoo.org> x264-0.0.20080819.ebuild:
   Stable on ppc64; bug #239130



1.4                  media-libs/x264/x264-0.0.20080819.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild?r1=1.3&r2=1.4

Index: x264-0.0.20080819.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- x264-0.0.20080819.ebuild	21 Oct 2008 17:18:48 -0000	1.3
+++ x264-0.0.20080819.ebuild	30 Oct 2008 20:05:37 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild,v 1.3 2008/10/21 17:18:48 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild,v 1.4 2008/10/30 20:05:37 dertobi123 Exp $
 
 EAPI="1"
 inherit multilib eutils toolchain-funcs versionator
@@ -12,7 +12,7 @@
 SRC_URI="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="debug +threads"
 
 RDEPEND=""






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

* [gentoo-commits] gentoo-x86 commit in media-libs/x264: ChangeLog x264-0.0.20080819.ebuild
@ 2008-11-24 22:56 Friedrich Oslage (bluebird)
  0 siblings, 0 replies; 5+ messages in thread
From: Friedrich Oslage (bluebird) @ 2008-11-24 22:56 UTC (permalink / raw
  To: gentoo-commits

bluebird    08/11/24 22:56:54

  Modified:             ChangeLog x264-0.0.20080819.ebuild
  Log:
  Stable on sparc, security bug #239130 and bug #241110
  (Portage version: 2.1.4.5)

Revision  Changes    Path
1.12                 media-libs/x264/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	17 Nov 2008 09:39:38 -0000	1.11
+++ ChangeLog	24 Nov 2008 22:56:54 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/x264
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.11 2008/11/17 09:39:38 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/ChangeLog,v 1.12 2008/11/24 22:56:54 bluebird Exp $
+
+  24 Nov 2008; Friedrich Oslage <bluebird@gentoo.org>
+  x264-0.0.20080819.ebuild:
+  Stable on sparc, security bug #239130 and bug #241110
 
   17 Nov 2008; Alexis Ballier <aballier@gentoo.org>
   x264-0.0.20081006.ebuild:



1.5                  media-libs/x264/x264-0.0.20080819.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild?r1=1.4&r2=1.5

Index: x264-0.0.20080819.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- x264-0.0.20080819.ebuild	30 Oct 2008 20:05:37 -0000	1.4
+++ x264-0.0.20080819.ebuild	24 Nov 2008 22:56:54 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild,v 1.4 2008/10/30 20:05:37 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/x264/x264-0.0.20080819.ebuild,v 1.5 2008/11/24 22:56:54 bluebird Exp $
 
 EAPI="1"
 inherit multilib eutils toolchain-funcs versionator
@@ -12,7 +12,7 @@
 SRC_URI="ftp://ftp.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2"
 SLOT="0"
 LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="debug +threads"
 
 RDEPEND=""






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

end of thread, other threads:[~2008-11-24 22:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-21 17:18 [gentoo-commits] gentoo-x86 commit in media-libs/x264: ChangeLog x264-0.0.20080819.ebuild Markus Rothe (corsair)
  -- strict thread matches above, loose matches on Subject: below --
2008-11-24 22:56 Friedrich Oslage (bluebird)
2008-10-30 20:05 Tobias Scherbaum (dertobi123)
2008-10-19 17:05 Markus Meier (maekke)
2008-08-22 11:27 Ben de Groot (yngwin)

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