- update schroedinger to 1.0.10
from brad
This commit is contained in:
parent
6056aec73e
commit
b3a96aeaf3
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2010/11/19 07:23:15 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2010/11/19 08:58:39 jasper Exp $
|
||||
|
||||
COMMENT= high-speed Dirac codec
|
||||
|
||||
DISTNAME= schroedinger-1.0.9
|
||||
DISTNAME= schroedinger-1.0.10
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${HOMEPAGE}download/schroedinger/
|
||||
MASTER_SITES= ${HOMEPAGE}/download/schroedinger/
|
||||
|
||||
SHARED_LIBS= schroedinger-1.0 1.0
|
||||
SHARED_LIBS= schroedinger-1.0 2.0
|
||||
|
||||
HOMEPAGE= http://diracvideo.org/
|
||||
|
||||
@ -19,10 +19,10 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= m orc-0.4>=2.0 stdc++
|
||||
|
||||
LIB_DEPENDS= devel/orc
|
||||
LIB_DEPENDS= orc->=0.4.11:devel/orc
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE= autoconf
|
||||
AUTOCONF_VERSION= 2.64
|
||||
AUTOCONF_VERSION= 2.65
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (schroedinger-1.0.9.tar.gz) = 1n7Ei3xQbbjItJFWv0CeYA==
|
||||
RMD160 (schroedinger-1.0.9.tar.gz) = vzq/g5CabZ8HTACkXKZfzRJMB8g=
|
||||
SHA1 (schroedinger-1.0.9.tar.gz) = tBIeEMxHTJdnbgOuScWpHBGVa6A=
|
||||
SHA256 (schroedinger-1.0.9.tar.gz) = NFq8qnL/Dy6cEHXiL3FBR17k5u6iOn9Wi2n/wTzBxyM=
|
||||
SIZE (schroedinger-1.0.9.tar.gz) = 937748
|
||||
MD5 (schroedinger-1.0.10.tar.gz) = neCIzMMUu552bLOqZRCg7w==
|
||||
RMD160 (schroedinger-1.0.10.tar.gz) = Bzc+QOYgZ/0qOKQcVe9s3OQMdfs=
|
||||
SHA1 (schroedinger-1.0.10.tar.gz) = yK9MsrxUt3g6wg1/SjnbTjHBysA=
|
||||
SHA256 (schroedinger-1.0.10.tar.gz) = mkXE+NYZemQamwarm1nsAq2ZhnI/2FVSigDsNHenGWQ=
|
||||
SIZE (schroedinger-1.0.10.tar.gz) = 996489
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure_ac,v 1.2 2010/08/25 23:25:36 sthen Exp $
|
||||
--- configure.ac.orig Thu Mar 4 04:02:18 2010
|
||||
+++ configure.ac Wed Jul 21 17:40:36 2010
|
||||
@@ -79,7 +79,11 @@ THREAD_IMPL=${with_thread}
|
||||
$OpenBSD: patch-configure_ac,v 1.3 2010/11/19 08:58:39 jasper Exp $
|
||||
--- configure.ac.orig Thu Oct 7 21:28:17 2010
|
||||
+++ configure.ac Sun Oct 17 23:55:01 2010
|
||||
@@ -80,7 +80,11 @@ THREAD_IMPL=${with_thread}
|
||||
AC_SUBST(THREAD_IMPL)
|
||||
|
||||
if test "x${with_thread}" = "xpthread" ; then
|
||||
@ -14,7 +14,7 @@ $OpenBSD: patch-configure_ac,v 1.2 2010/08/25 23:25:36 sthen Exp $
|
||||
*)
|
||||
PTHREAD_CFLAGS=
|
||||
PTHREAD_LIBS=-lpthread
|
||||
@@ -128,8 +132,6 @@ if test "x$SCHRO_CVS" = "xyes"
|
||||
@@ -129,8 +133,6 @@ if test "x$SCHRO_CVS" = "xyes"
|
||||
then
|
||||
AS_COMPILER_FLAG(-Werror, SCHRO_CFLAGS="$SCHRO_CFLAGS -Werror")
|
||||
fi
|
||||
|
@ -1,11 +1,12 @@
|
||||
$OpenBSD: patch-schroedinger_pc_in,v 1.2 2010/08/25 23:25:36 sthen Exp $
|
||||
--- schroedinger.pc.in.orig Sun Mar 22 17:22:33 2009
|
||||
+++ schroedinger.pc.in Wed Jul 21 17:52:36 2010
|
||||
@@ -9,7 +9,7 @@ Name: schroedinger-@SCHRO_MAJORMINOR@
|
||||
$OpenBSD: patch-schroedinger_pc_in,v 1.3 2010/11/19 08:58:39 jasper Exp $
|
||||
--- schroedinger.pc.in.orig Wed Sep 22 16:32:47 2010
|
||||
+++ schroedinger.pc.in Sun Oct 17 23:56:09 2010
|
||||
@@ -9,8 +9,7 @@ Name: schroedinger-@SCHRO_MAJORMINOR@
|
||||
Description: Dirac codec library
|
||||
Requires: @SCHRO_PKG_DEPS@
|
||||
Requires.private: @SCHRO_PKG_DEPS@
|
||||
Version: @VERSION@
|
||||
-Libs: -L${libdir} -lschroedinger-@SCHRO_MAJORMINOR@ @PTHREAD_LIBS@ @LIBM@
|
||||
-Libs: -L${libdir} -lschroedinger-@SCHRO_MAJORMINOR@
|
||||
-Libs.private: @PTHREAD_LIBS@ @LIBM@
|
||||
+Libs: -L${libdir} -lschroedinger-@SCHRO_MAJORMINOR@ @ORC_LIBS@ @PTHREAD_LIBS@ @LIBM@
|
||||
Cflags: -I${includedir}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user