mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
- Add LICENSE
- Add missing LIB_DEPENDS and solve a stage-qa error libogg is a required dependency. PORTREVISION was not bumped because libogg is already a package dependency via audio/libvorbis. from README: Requirements summary: For libtheora: libogg 1.1 or newer. ====> Running Q/A tests (stage-qa) Error: /usr/local/lib/libtheora.so.0.3.10 is linked to /usr/local/lib/libogg.so.0 from audio/libogg but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libogg.so:audio/libogg Approved by: portmgr (blanket)
This commit is contained in:
parent
f03509a040
commit
2aeec952a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=428198
@ -11,7 +11,11 @@ MASTER_SITES= http://downloads.xiph.org/releases/theora/ \
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT= Theora video codec for the Ogg multimedia streaming system
|
||||
|
||||
LIB_DEPENDS= libvorbis.so:audio/libvorbis
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libogg.so:audio/libogg \
|
||||
libvorbis.so:audio/libvorbis
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-sdltest \
|
||||
|
Loading…
Reference in New Issue
Block a user