Update to 1.0alpha-3.
PR: 64702 Submitted by: maintainer
This commit is contained in:
parent
8d1c013d6f
commit
9f018eb23a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105242
6 changed files with 24 additions and 26 deletions
|
@ -6,11 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= libtheora
|
||||
PORTVERSION= 1.0.a2
|
||||
PORTVERSION= 1.0.a3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.theora.org/files/ \
|
||||
http://download.videolan.org/pub/videolan/vlc/0.7.0/contrib/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a2/alpha2/}
|
||||
MASTER_SITES= http://www.theora.org/files/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a3/alpha3/}
|
||||
|
||||
MAINTAINER= kwm@rainbow-runner.nl
|
||||
COMMENT= Theora video codec for the Ogg multimedia streaming system
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (libtheora-1.0alpha2.tar.gz) = 8fdeb6fabc7c67598b1031e0a3cb73dd
|
||||
SIZE (libtheora-1.0alpha2.tar.gz) = 281921
|
||||
MD5 (libtheora-1.0alpha3.tar.gz) = eab566a0c7fdc21da1ce503edfa43bb4
|
||||
SIZE (libtheora-1.0alpha3.tar.gz) = 1015002
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- Makefile.in.orig Tue Feb 10 21:32:49 2004
|
||||
+++ Makefile.in Tue Feb 10 21:33:01 2004
|
||||
@@ -86,7 +86,7 @@
|
||||
--- Makefile.in.orig Sat Mar 20 06:43:22 2004
|
||||
+++ Makefile.in Tue Mar 23 00:28:57 2004
|
||||
@@ -148,7 +148,7 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign dist-zip
|
||||
|
||||
-SUBDIRS = lib include examples debian
|
||||
+SUBDIRS = lib include debian
|
||||
-SUBDIRS = lib include doc examples debian
|
||||
+SUBDIRS = lib include doc debian
|
||||
|
||||
EXTRA_DIST = COPYING autogen.sh
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
EXTRA_DIST = COPYING autogen.sh win32
|
||||
subdir = .
|
||||
|
|
|
@ -6,11 +6,10 @@
|
|||
#
|
||||
|
||||
PORTNAME= libtheora
|
||||
PORTVERSION= 1.0.a2
|
||||
PORTVERSION= 1.0.a3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.theora.org/files/ \
|
||||
http://download.videolan.org/pub/videolan/vlc/0.7.0/contrib/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a2/alpha2/}
|
||||
MASTER_SITES= http://www.theora.org/files/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a3/alpha3/}
|
||||
|
||||
MAINTAINER= kwm@rainbow-runner.nl
|
||||
COMMENT= Theora video codec for the Ogg multimedia streaming system
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (libtheora-1.0alpha2.tar.gz) = 8fdeb6fabc7c67598b1031e0a3cb73dd
|
||||
SIZE (libtheora-1.0alpha2.tar.gz) = 281921
|
||||
MD5 (libtheora-1.0alpha3.tar.gz) = eab566a0c7fdc21da1ce503edfa43bb4
|
||||
SIZE (libtheora-1.0alpha3.tar.gz) = 1015002
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
--- Makefile.in.orig Tue Feb 10 21:32:49 2004
|
||||
+++ Makefile.in Tue Feb 10 21:33:01 2004
|
||||
@@ -86,7 +86,7 @@
|
||||
--- Makefile.in.orig Sat Mar 20 06:43:22 2004
|
||||
+++ Makefile.in Tue Mar 23 00:28:57 2004
|
||||
@@ -148,7 +148,7 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign dist-zip
|
||||
|
||||
-SUBDIRS = lib include examples debian
|
||||
+SUBDIRS = lib include debian
|
||||
-SUBDIRS = lib include doc examples debian
|
||||
+SUBDIRS = lib include doc debian
|
||||
|
||||
EXTRA_DIST = COPYING autogen.sh
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
EXTRA_DIST = COPYING autogen.sh win32
|
||||
subdir = .
|
||||
|
|
Loading…
Reference in a new issue