public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/gsm: ChangeLog gsm-1.0.13-r1.ebuild
@ 2013-05-08 10:53 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2013-05-08 10:53 UTC (permalink / raw
  To: gentoo-commits

aballier    13/05/08 10:53:43

  Modified:             ChangeLog
  Added:                gsm-1.0.13-r1.ebuild
  Log:
  Add multilib support
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.45                 media-sound/gsm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/gsm/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	3 Mar 2013 09:00:01 -0000	1.44
+++ ChangeLog	8 May 2013 10:53:42 -0000	1.45
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/gsm
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gsm/ChangeLog,v 1.44 2013/03/03 09:00:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gsm/ChangeLog,v 1.45 2013/05/08 10:53:42 aballier Exp $
+
+*gsm-1.0.13-r1 (08 May 2013)
+
+  08 May 2013; Alexis Ballier <aballier@gentoo.org> +gsm-1.0.13-r1.ebuild:
+  Add multilib support
 
   03 Mar 2013; Mike Frysinger <vapier@gentoo.org> gsm-1.0.13.ebuild:
   Add s390 love.



1.1                  media-sound/gsm/gsm-1.0.13-r1.ebuild

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

Index: gsm-1.0.13-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/gsm/gsm-1.0.13-r1.ebuild,v 1.1 2013/05/08 10:53:42 aballier Exp $

EAPI=5
inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs versionator

DESCRIPTION="Lossy speech compression library and tool."
HOMEPAGE="http://packages.qa.debian.org/libg/libgsm.html"
SRC_URI="mirror://gentoo/${P}.tar.gz"

LICENSE="gsm"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224 )"
DEPEND="${RDEPEND}"

S=${WORKDIR}/${PN}-"$(replace_version_separator 2 '-pl' )"

DOCS=( ChangeLog MACHINES MANIFEST README )

src_prepare() {
	epatch "${FILESDIR}"/${P}-shared.patch \
		"${FILESDIR}"/${PN}-1.0.12-memcpy.patch \
		"${FILESDIR}"/${PN}-1.0.12-64bit.patch
	multilib_copy_sources
}

multilib_src_compile() {
	# From upstream Makefile. Define this if your host multiplies
	# floats faster than integers, e.g. on a SPARCstation.
	use sparc && append-flags -DUSE_FLOAT_MUL -DFAST

	emake -j1 CCFLAGS="${CFLAGS} -c -DNeedFunctionPrototypes=1" \
		LD="$(tc-getCC)" AR="$(tc-getAR)" CC="$(tc-getCC)"
}

multilib_src_install() {
	dodir /usr/bin /usr/$(get_libdir) /usr/include/gsm /usr/share/man/man{1,3}

	emake -j1 INSTALL_ROOT="${D}"/usr \
		LD="$(tc-getCC)" AR="$(tc-getAR)" CC="$(tc-getCC)" \
		GSM_INSTALL_LIB="${D}"/usr/$(get_libdir) \
		GSM_INSTALL_INC="${D}"/usr/include/gsm \
		GSM_INSTALL_MAN="${D}"/usr/share/man/man3 \
		TOAST_INSTALL_MAN="${D}"/usr/share/man/man1 \
		install

	dolib lib/libgsm.so*

	dosym ../gsm/gsm.h /usr/include/libgsm/gsm.h
}





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

* [gentoo-commits] gentoo-x86 commit in media-sound/gsm: ChangeLog gsm-1.0.13-r1.ebuild
@ 2013-06-26 17:58 Alexis Ballier (aballier)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexis Ballier (aballier) @ 2013-06-26 17:58 UTC (permalink / raw
  To: gentoo-commits

aballier    13/06/26 17:58:57

  Modified:             ChangeLog gsm-1.0.13-r1.ebuild
  Log:
  update emul-linux-x86-soundlibs blocker
  
  (Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)

Revision  Changes    Path
1.46                 media-sound/gsm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/gsm/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	8 May 2013 10:53:42 -0000	1.45
+++ ChangeLog	26 Jun 2013 17:58:57 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/gsm
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gsm/ChangeLog,v 1.45 2013/05/08 10:53:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gsm/ChangeLog,v 1.46 2013/06/26 17:58:57 aballier Exp $
+
+  26 Jun 2013; Alexis Ballier <aballier@gentoo.org> gsm-1.0.13-r1.ebuild:
+  update emul-linux-x86-soundlibs blocker
 
 *gsm-1.0.13-r1 (08 May 2013)
 



1.2                  media-sound/gsm/gsm-1.0.13-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/gsm-1.0.13-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/gsm-1.0.13-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/gsm-1.0.13-r1.ebuild?r1=1.1&r2=1.2

Index: gsm-1.0.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/gsm/gsm-1.0.13-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gsm-1.0.13-r1.ebuild	8 May 2013 10:53:42 -0000	1.1
+++ gsm-1.0.13-r1.ebuild	26 Jun 2013 17:58:57 -0000	1.2
@@ -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-sound/gsm/gsm-1.0.13-r1.ebuild,v 1.1 2013/05/08 10:53:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gsm/gsm-1.0.13-r1.ebuild,v 1.2 2013/06/26 17:58:57 aballier Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs versionator
@@ -13,7 +13,7 @@
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
-RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224 )"
+RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )"
 DEPEND="${RDEPEND}"
 
 S=${WORKDIR}/${PN}-"$(replace_version_separator 2 '-pl' )"





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

* [gentoo-commits] gentoo-x86 commit in media-sound/gsm: ChangeLog gsm-1.0.13-r1.ebuild
@ 2014-08-06 20:21 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2014-08-06 20:21 UTC (permalink / raw
  To: gentoo-commits

maekke      14/08/06 20:21:10

  Modified:             ChangeLog gsm-1.0.13-r1.ebuild
  Log:
  arm stable, bug #512012
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.51                 media-sound/gsm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/gsm/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	31 Jul 2014 14:34:16 -0000	1.50
+++ ChangeLog	6 Aug 2014 20:21:10 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/gsm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gsm/ChangeLog,v 1.50 2014/07/31 14:34:16 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gsm/ChangeLog,v 1.51 2014/08/06 20:21:10 maekke Exp $
+
+  06 Aug 2014; Markus Meier <maekke@gentoo.org> gsm-1.0.13-r1.ebuild:
+  arm stable, bug #512012
 
   31 Jul 2014; Tobias Klausmann <klausman@gentoo.org> gsm-1.0.13-r1.ebuild:
   Stable on alpha, bug #515234



1.7                  media-sound/gsm/gsm-1.0.13-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/gsm-1.0.13-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/gsm-1.0.13-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/gsm-1.0.13-r1.ebuild?r1=1.6&r2=1.7

Index: gsm-1.0.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/gsm/gsm-1.0.13-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gsm-1.0.13-r1.ebuild	31 Jul 2014 14:34:16 -0000	1.6
+++ gsm-1.0.13-r1.ebuild	6 Aug 2014 20:21:10 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gsm/gsm-1.0.13-r1.ebuild,v 1.6 2014/07/31 14:34:16 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gsm/gsm-1.0.13-r1.ebuild,v 1.7 2014/08/06 20:21:10 maekke Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs versionator
@@ -11,7 +11,7 @@
 
 LICENSE="gsm"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )"
 DEPEND="${RDEPEND}"





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

* [gentoo-commits] gentoo-x86 commit in media-sound/gsm: ChangeLog gsm-1.0.13-r1.ebuild
@ 2015-03-03  9:11 Yixun Lan (dlan)
  0 siblings, 0 replies; 4+ messages in thread
From: Yixun Lan (dlan) @ 2015-03-03  9:11 UTC (permalink / raw
  To: gentoo-commits

dlan        15/03/03 09:11:28

  Modified:             ChangeLog gsm-1.0.13-r1.ebuild
  Log:
  add arm64 support, tested on A53 board
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)

Revision  Changes    Path
1.57                 media-sound/gsm/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/gsm/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	10 Aug 2014 21:06:41 -0000	1.56
+++ ChangeLog	3 Mar 2015 09:11:27 -0000	1.57
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/gsm
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gsm/ChangeLog,v 1.56 2014/08/10 21:06:41 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gsm/ChangeLog,v 1.57 2015/03/03 09:11:27 dlan Exp $
+
+  03 Mar 2015; Yixun Lan <dlan@gentoo.org> gsm-1.0.13-r1.ebuild:
+  add arm64 support, tested on A53 board
 
   10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> gsm-1.0.13-r1.ebuild,
   gsm-1.0.13.ebuild:



1.13                 media-sound/gsm/gsm-1.0.13-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/gsm-1.0.13-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/gsm-1.0.13-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/gsm/gsm-1.0.13-r1.ebuild?r1=1.12&r2=1.13

Index: gsm-1.0.13-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/gsm/gsm-1.0.13-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gsm-1.0.13-r1.ebuild	10 Aug 2014 21:06:41 -0000	1.12
+++ gsm-1.0.13-r1.ebuild	3 Mar 2015 09:11:27 -0000	1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gsm/gsm-1.0.13-r1.ebuild,v 1.12 2014/08/10 21:06:41 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gsm/gsm-1.0.13-r1.ebuild,v 1.13 2015/03/03 09:11:27 dlan Exp $
 
 EAPI=5
 inherit eutils flag-o-matic multilib multilib-minimal toolchain-funcs versionator
@@ -11,7 +11,7 @@
 
 LICENSE="gsm"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-fbsd ~x86-fbsd"
 IUSE=""
 RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )"
 DEPEND="${RDEPEND}"





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

end of thread, other threads:[~2015-03-03  9:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-03  9:11 [gentoo-commits] gentoo-x86 commit in media-sound/gsm: ChangeLog gsm-1.0.13-r1.ebuild Yixun Lan (dlan)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-06 20:21 Markus Meier (maekke)
2013-06-26 17:58 Alexis Ballier (aballier)
2013-05-08 10:53 Alexis Ballier (aballier)

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