pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/gst-plugins0.10-fluendo-mp3 Use liboil for simd ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0c58721c896
branches:  trunk
changeset: 530955:d0c58721c896
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Jul 16 09:44:38 2007 +0000

description:
Use liboil for simd support.
This saves only 1..2% of cpu time for me (i386/Core2Duo), but since
liboil is used throughout the gstreamer framework it doesn't hurt
either. Bump PKGREVISION.

diffstat:

 audio/gst-plugins0.10-fluendo-mp3/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r fd9f2d9af806 -r d0c58721c896 audio/gst-plugins0.10-fluendo-mp3/Makefile
--- a/audio/gst-plugins0.10-fluendo-mp3/Makefile        Mon Jul 16 09:39:20 2007 +0000
+++ b/audio/gst-plugins0.10-fluendo-mp3/Makefile        Mon Jul 16 09:44:38 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2007/06/08 13:03:22 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2007/07/16 09:44:38 drochner Exp $
 #
 
 DISTNAME=              gst-fluendo-mp3-0.10.6
+PKGREVISION=           1
 CATEGORIES=            audio
 MASTER_SITES=          http://core.fluendo.com/gstreamer/src/gst-fluendo-mp3/
 EXTRACT_SUFX=          .tar.bz2
@@ -13,6 +14,8 @@
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
+CONFIGURE_ARGS+=       --with-liboil
 
 .include "../../multimedia/gstreamer0.10/buildlink3.mk"
+.include "../../devel/liboil/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index