public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/libogg: libogg-1.3.0-r1.ebuild ChangeLog
@ 2013-05-01 20:11 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-05-01 20:11 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/05/01 20:11:32

  Modified:             ChangeLog
  Added:                libogg-1.3.0-r1.ebuild
  Log:
  Port to autotools-multilib eclass wrt #464486 by Michał Górny
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.88                 media-libs/libogg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libogg/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libogg/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libogg/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libogg/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	1 May 2013 19:54:56 -0000	1.87
+++ ChangeLog	1 May 2013 20:11:32 -0000	1.88
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/libogg
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/ChangeLog,v 1.87 2013/05/01 19:54:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/ChangeLog,v 1.88 2013/05/01 20:11:32 ssuominen Exp $
+
+*libogg-1.3.0-r1 (01 May 2013)
+
+  01 May 2013; Samuli Suominen <ssuominen@gentoo.org> +libogg-1.3.0-r1.ebuild:
+  Port to autotools-multilib eclass wrt #464486 by Michał Górny
 
   01 May 2013; Samuli Suominen <ssuominen@gentoo.org> libogg-1.3.0.ebuild:
   Define docdir=, but in src_install() instead of patching 'Makefile.am' to avoid



1.1                  media-libs/libogg/libogg-1.3.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libogg/libogg-1.3.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libogg/libogg-1.3.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: libogg-1.3.0-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/libogg-1.3.0-r1.ebuild,v 1.1 2013/05/01 20:11:32 ssuominen Exp $

EAPI=5
inherit autotools-multilib

DESCRIPTION="the Ogg media file format library"
HOMEPAGE="http://xiph.org/ogg/"
SRC_URI="http://downloads.xiph.org/releases/ogg/${P}.tar.xz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="static-libs"

RDEPEND="
	abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20121202 )"

AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
DOCS=( AUTHORS CHANGES )

MULTILIB_WRAPPED_HEADERS=(
	/usr/include/ogg/config_types.h
)

src_install() {
	# docdir, http://trac.xiph.org/ticket/1758
	autotools-multilib_src_install docdir=/usr/share/doc/${PF}/ogg install
}





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

* [gentoo-commits] gentoo-x86 commit in media-libs/libogg: libogg-1.3.0-r1.ebuild ChangeLog
@ 2013-05-01 21:08 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2013-05-01 21:08 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/05/01 21:08:26

  Modified:             libogg-1.3.0-r1.ebuild ChangeLog
  Log:
  Fix the docdir fix. Add automake-1.13 support.
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)

Revision  Changes    Path
1.3                  media-libs/libogg/libogg-1.3.0-r1.ebuild

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

Index: libogg-1.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libogg/libogg-1.3.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libogg-1.3.0-r1.ebuild	1 May 2013 20:20:31 -0000	1.2
+++ libogg-1.3.0-r1.ebuild	1 May 2013 21:08:26 -0000	1.3
@@ -1,8 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/libogg-1.3.0-r1.ebuild,v 1.2 2013/05/01 20:20:31 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/libogg-1.3.0-r1.ebuild,v 1.3 2013/05/01 21:08:26 mgorny Exp $
 
 EAPI=5
+
+AUTOTOOLS_AUTORECONF=1
 inherit autotools-multilib
 
 DESCRIPTION="the Ogg media file format library"
@@ -24,7 +26,15 @@
 	/usr/include/ogg/config_types.h
 )
 
-src_install() {
-	# docdir, http://trac.xiph.org/ticket/1758
-	autotools-multilib_src_install docdir=/usr/share/doc/${PF}/ogg
+src_prepare() {
+	# Fix automake-1.13 compat, copied from libvorbis.
+	sed -i \
+		-e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
+		configure.in || die
+
+	# Un-hack docdir redefinition.
+	find -name 'Makefile.am' \
+		-exec sed -i -e 's:$(datadir)/doc/$(PACKAGE)-$(VERSION):@docdir@/html:' {} +
+
+	autotools-multilib_src_prepare
 }



1.89                 media-libs/libogg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libogg/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libogg/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libogg/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libogg/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	1 May 2013 20:11:32 -0000	1.88
+++ ChangeLog	1 May 2013 21:08:26 -0000	1.89
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libogg
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/ChangeLog,v 1.88 2013/05/01 20:11:32 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/ChangeLog,v 1.89 2013/05/01 21:08:26 mgorny Exp $
+
+  01 May 2013; Michał Górny libogg-1.3.0-r1.ebuild:
+  Fix the docdir fix. Add automake-1.13 support.
 
 *libogg-1.3.0-r1 (01 May 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in media-libs/libogg: libogg-1.3.0-r1.ebuild ChangeLog
@ 2013-05-01 21:30 Michal Gorny (mgorny)
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Gorny (mgorny) @ 2013-05-01 21:30 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/05/01 21:30:07

  Modified:             libogg-1.3.0-r1.ebuild ChangeLog
  Log:
  Re-add the docdir bug URI.
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)

Revision  Changes    Path
1.4                  media-libs/libogg/libogg-1.3.0-r1.ebuild

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

Index: libogg-1.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libogg/libogg-1.3.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libogg-1.3.0-r1.ebuild	1 May 2013 21:08:26 -0000	1.3
+++ libogg-1.3.0-r1.ebuild	1 May 2013 21:30:07 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/libogg-1.3.0-r1.ebuild,v 1.3 2013/05/01 21:08:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/libogg-1.3.0-r1.ebuild,v 1.4 2013/05/01 21:30:07 mgorny Exp $
 
 EAPI=5
 
@@ -33,8 +33,11 @@
 		configure.in || die
 
 	# Un-hack docdir redefinition.
+	# https://trac.xiph.org/ticket/1758
 	find -name 'Makefile.am' \
-		-exec sed -i -e 's:$(datadir)/doc/$(PACKAGE)-$(VERSION):@docdir@/html:' {} +
+		-exec sed -i \
+			-e 's:$(datadir)/doc/$(PACKAGE)-$(VERSION):@docdir@/html:' \
+			{} + || die
 
 	autotools-multilib_src_prepare
 }



1.90                 media-libs/libogg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libogg/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libogg/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libogg/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libogg/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	1 May 2013 21:08:26 -0000	1.89
+++ ChangeLog	1 May 2013 21:30:07 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libogg
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/ChangeLog,v 1.89 2013/05/01 21:08:26 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libogg/ChangeLog,v 1.90 2013/05/01 21:30:07 mgorny Exp $
+
+  01 May 2013; Michał Górny <mgorny@gentoo.org> libogg-1.3.0-r1.ebuild:
+  Re-add the docdir bug URI.
 
   01 May 2013; Michał Górny libogg-1.3.0-r1.ebuild:
   Fix the docdir fix. Add automake-1.13 support.





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

end of thread, other threads:[~2013-05-01 21:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-01 20:11 [gentoo-commits] gentoo-x86 commit in media-libs/libogg: libogg-1.3.0-r1.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-01 21:08 Michal Gorny (mgorny)
2013-05-01 21:30 Michal Gorny (mgorny)

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