pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/speex



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 12 14:53:14 UTC 2016

Modified Files:
        pkgsrc/audio/speex: Makefile distinfo
        pkgsrc/audio/speex/patches: patch-ab

Log Message:
Updated speex to 1.2.0.

I just pushed the Speex 1.2.0 stable release.
Thanks to Ralph Giles for helping with the release process.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/audio/speex/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/audio/speex/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/speex/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/speex/Makefile
diff -u pkgsrc/audio/speex/Makefile:1.33 pkgsrc/audio/speex/Makefile:1.34
--- pkgsrc/audio/speex/Makefile:1.33    Fri Jan 16 08:50:47 2015
+++ pkgsrc/audio/speex/Makefile Mon Dec 12 14:53:13 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2015/01/16 08:50:47 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2016/12/12 14:53:13 wiz Exp $
 
-DISTNAME=      speex-1.2rc2
+DISTNAME=      speex-1.2.0
 CATEGORIES=    audio
 MASTER_SITES=  http://downloads.us.xiph.org/releases/speex/
 

Index: pkgsrc/audio/speex/distinfo
diff -u pkgsrc/audio/speex/distinfo:1.16 pkgsrc/audio/speex/distinfo:1.17
--- pkgsrc/audio/speex/distinfo:1.16    Tue Nov  3 01:12:51 2015
+++ pkgsrc/audio/speex/distinfo Mon Dec 12 14:53:13 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.16 2015/11/03 01:12:51 agc Exp $
+$NetBSD: distinfo,v 1.17 2016/12/12 14:53:13 wiz Exp $
 
-SHA1 (speex-1.2rc2.tar.gz) = 03ce8418c4e05cb166374bfadef46e7646da62e1
-RMD160 (speex-1.2rc2.tar.gz) = 3ef717a426b12172ada5b5d6d9e9e73b8f1e7219
-SHA512 (speex-1.2rc2.tar.gz) = 557cf22ed7085dba94d92963cf4a4b5030a1f7f9936783ba427378d60dd7881a886687fb987b3c951120728009fb47054091e2d7d5e3dfcc6912b51ffdfbb97e
-Size (speex-1.2rc2.tar.gz) = 1016729 bytes
-SHA1 (patch-ab) = 5bbe38404f2832126d8c0aab714e1d551d0e3d99
+SHA1 (speex-1.2.0.tar.gz) = 18ebc3fa3236b4369509e9439acc32d0e864fa7f
+RMD160 (speex-1.2.0.tar.gz) = 898a8746130794b2b5778f339ca72f99fb903e72
+SHA512 (speex-1.2.0.tar.gz) = 7fe10838c7d1bafcbe42295b82b79262420dba793b8a4388e2f73a3007850b5572face1b5308d9f4e8d7dfc9cb1c016cbad88cd65b2892667986107ed946836b
+Size (speex-1.2.0.tar.gz) = 1047080 bytes
+SHA1 (patch-ab) = cffe95988c956177cb2e849083c44168bf737f9a

Index: pkgsrc/audio/speex/patches/patch-ab
diff -u pkgsrc/audio/speex/patches/patch-ab:1.7 pkgsrc/audio/speex/patches/patch-ab:1.8
--- pkgsrc/audio/speex/patches/patch-ab:1.7     Fri Jan 16 08:50:47 2015
+++ pkgsrc/audio/speex/patches/patch-ab Mon Dec 12 14:53:14 2016
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.7 2015/01/16 08:50:47 wiz Exp $
+$NetBSD: patch-ab,v 1.8 2016/12/12 14:53:14 wiz Exp $
 
 Add getopt/ossaudio libraries where needed.
 
---- src/Makefile.in.orig       2014-12-06 19:58:25.000000000 +0000
+--- src/Makefile.in.orig       2016-12-07 23:21:03.000000000 +0000
 +++ src/Makefile.in
-@@ -248,7 +248,7 @@ LD = @LD@
+@@ -260,7 +260,7 @@ LD = @LD@
  LDFLAGS = @LDFLAGS@
  LIBM = @LIBM@
  LIBOBJS = @LIBOBJS@
@@ -13,7 +13,7 @@ Add getopt/ossaudio libraries where need
  LIBTOOL = @LIBTOOL@
  LIPO = @LIPO@
  LN_S = @LN_S@
-@@ -351,11 +351,11 @@ include_HEADERS = 
+@@ -366,11 +366,11 @@ include_HEADERS = 
  noinst_HEADERS = wav_io.h
  speexenc_SOURCES = speexenc.c wav_io.c skeleton.c
  speexenc_LDADD = $(top_builddir)/libspeex/libspeex.la \
@@ -22,8 +22,8 @@ Add getopt/ossaudio libraries where need
  
  speexdec_SOURCES = speexdec.c wav_io.c
  speexdec_LDADD = $(top_builddir)/libspeex/libspeex.la \
--      $(OGG_LIBS)  @FFT_LIBS@
-+      $(OGG_LIBS)  @FFT_LIBS@ $(LIBOSSAUDIO)
+-      $(OGG_LIBS) @WINMM_LIBS@ @FFT_LIBS@
++      $(OGG_LIBS) @WINMM_LIBS@ @FFT_LIBS@ $(LIBOSSAUDIO)
  
  all: all-am
  



Home | Main Index | Thread Index | Old Index