public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Christoph Mende" <angelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/angelos:master commit in: media-sound/oss/
Date: Thu, 14 Jul 2011 18:35:13 +0000 (UTC)	[thread overview]
Message-ID: <be97f43ccb87d08baf1b19abf95bf63497845984.angelos@gentoo> (raw)

commit:     be97f43ccb87d08baf1b19abf95bf63497845984
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 18:35:07 2011 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 18:35:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/angelos.git;a=commit;h=be97f43c

oss: Fix first-time builds and install ossdetect/ossvermagic

(Portage version: 2.2.0_alpha45/git/Linux x86_64, signed Manifest commit with key 84F20B43)

---
 media-sound/oss/Manifest            |    8 ++++----
 media-sound/oss/oss-4.2.2004.ebuild |    9 +++++++--
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/media-sound/oss/Manifest b/media-sound/oss/Manifest
index 885adcc..dbcad81 100644
--- a/media-sound/oss/Manifest
+++ b/media-sound/oss/Manifest
@@ -2,12 +2,12 @@
 Hash: SHA256
 
 DIST oss-v4.2-build2004-src-gpl.tar.bz2 1790085 RMD160 7b62cb96bf363d1c0a4018e21b0737ec5ee3c5b5 SHA1 75c3ff1cf3e3bd5b351b1f778100387f998c7f3a SHA256 6a4ac364c6ed022467b23a9db137857afa9f8e9706a4bdbcb85b98efcde3f4a0
-EBUILD oss-4.2.2004.ebuild 2126 RMD160 2aaf2ad293f7b9935e1aee6483b68feabf01c07d SHA1 023d250b6e1a565ec95e2db90d9f8c153b20cbff SHA256 99634babdadf4dd5e80d6afabe7def2bc3b64e7f202c169ad1daaae7247409d2
+EBUILD oss-4.2.2004.ebuild 2215 RMD160 bd77b37d2bf05c2d15f4832dd97769fe0f3ae9f9 SHA1 86044cb0ac5532858dd06699b809b127b629a66b SHA256 9bc6a03a5b4a5c50817e7bd57d4b5bc88adc8fdea596a85c45ed9e5f57433390
 MISC metadata.xml 227 RMD160 1f3fcf9c4a4cba1f09f4fa4d0869d03049a1da52 SHA1 4022447d941f3158cfd612046c05a97494a8e1e4 SHA256 8f4b64f252a02a2209f8573a0c8cfa3d15ecb413eb8b3bd49fbd06890699dc63
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iF4EAREIAAYFAk4fLf4ACgkQmWq1bYTyC0OUyAEAqDP3y/BfJ/0KMdG7fm/4oCqs
-VPPwBhwztV33aA3EnFwA/jX/HBAFwH2BazH57hzZ//s+r2cVRasZFl6oiByDrVC5
-=DYX1
+iF4EAREIAAYFAk4fNtkACgkQmWq1bYTyC0NlpwEAx7jx8WBfmDzFl68r75v+xCyb
++dOSqOzYvY7lLwNXbRsBAJmGqMr9Qxan7Z90vXD8m/Zf37nJw+yFvovyOixC9Yp2
+=fNCU
 -----END PGP SIGNATURE-----

diff --git a/media-sound/oss/oss-4.2.2004.ebuild b/media-sound/oss/oss-4.2.2004.ebuild
index eb46c50..3d64630 100644
--- a/media-sound/oss/oss-4.2.2004.ebuild
+++ b/media-sound/oss/oss-4.2.2004.ebuild
@@ -51,6 +51,11 @@ src_configure() {
 src_compile() {
 	cd "${BUILD_DIR}"
 
+	pushd lib
+	einfo "Building libraries"
+	emake CC=$(tc-getCC)
+	popd
+
 	pushd cmd
 	if ! use gtk; then
 		# remove ossxmix from SUBDIRS
@@ -66,8 +71,8 @@ src_compile() {
 	emake CC=$(tc-getCC)
 	popd
 
-	pushd lib
-	einfo "Building libraries"
+	pushd os_cmd/Linux
+	einfo "Building ossdetect/ossvermagic"
 	emake CC=$(tc-getCC)
 	popd
 }



             reply	other threads:[~2011-07-14 18:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-14 18:35 Christoph Mende [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-12-18 14:01 [gentoo-commits] dev/angelos:master commit in: media-sound/oss/ Christoph Mende
2011-07-21 11:33 Christoph Mende
2011-07-14 22:18 Christoph Mende
2011-07-14 22:18 Christoph Mende
2011-07-14 17:57 Christoph Mende
2011-06-26 19:46 Christoph Mende
2011-06-26 19:29 Christoph Mende
2011-06-26 18:24 Christoph Mende

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=be97f43ccb87d08baf1b19abf95bf63497845984.angelos@gentoo \
    --to=angelos@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