diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-01-13 19:00:03 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-01-13 19:00:03 +0000 |
commit | 294465d77e0208308cd8254537e37728e15cb727 (patch) | |
tree | f89d7fa36d5e74611845219957f3b3b371b49841 /graphics | |
parent | Fix PLIST again. Spell `password' correctly and keep the pointy (diff) |
Finish repocopy from graphics to multimedia.
Update to alpha4, based on [1]
PR: 75961 [1]
Submitted by: Stefan Walter sw AT gegenunendlich dot de
Repocopyed by: marcus
Notes
Notes:
svn path=/head/; revision=126327
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/libtheora/Makefile | 50 | ||||
-rw-r--r-- | graphics/libtheora/distinfo | 2 | ||||
-rw-r--r-- | graphics/libtheora/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | graphics/libtheora/pkg-descr | 7 | ||||
-rw-r--r-- | graphics/libtheora/pkg-plist | 5 |
6 files changed, 0 insertions, 76 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 027ae935bec3..83e921b462ce 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -268,7 +268,6 @@ SUBDIR += librsvg2 SUBDIR += libsvg SUBDIR += libsvg-cairo - SUBDIR += libtheora SUBDIR += libungif SUBDIR += libv3d SUBDIR += libvisual diff --git a/graphics/libtheora/Makefile b/graphics/libtheora/Makefile deleted file mode 100644 index 4cbd3bb98a7c..000000000000 --- a/graphics/libtheora/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: theora -# Date created: 09 februari 2003 -# Whom: Koop Mast <kwm@rainbow-runner.nl> -# -# $FreeBSD$ -# - -PORTNAME= libtheora -PORTVERSION= 1.0.a3 -CATEGORIES= graphics -MASTER_SITES= http://www.theora.org/files/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a3/alpha3/} - -MAINTAINER= kwm@FreeBSD.org -COMMENT= Theora video codec for the Ogg multimedia streaming system - -LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis - -WRKSRC= ${WRKDIR}/${DISTNAME} - -USE_REINPLACE= yes -USE_LIBTOOL_VER=13 -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \ - LDFLAGS="-L${LOCALBASE}/lib" \ - LIBS="${PTHEAD_LIBS}" -CONFIGURE_ARGS= --disable-sdltest \ - --enable-shared - -post-patch: - @${REINPLACE_CMD} -e 's|sdl-config|sdl11-config|g; \ - s|-O2||g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|SDL/SDL.h|SDL11/SDL.h|g; \ - s|machine/soundcard.h|sys/soundcard.h|g' \ - ${WRKSRC}/examples/player_example.c - @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \ - ${WRKSRC}/examples/Makefile.in - -do-install: - for i in ${WRKSRC}/lib/.libs/libtheora.so.0 \ - ${WRKSRC}/lib/.libs/libtheora.so \ - ${WRKSRC}/lib/.libs/libtheora.a ; do \ - ${INSTALL_DATA} $$i ${PREFIX}/lib ; \ - done - @${MKDIR} ${PREFIX}/include/theora - @${INSTALL_DATA} ${WRKSRC}/include/theora/theora.h \ - ${PREFIX}/include/theora/ - -.include <bsd.port.mk> diff --git a/graphics/libtheora/distinfo b/graphics/libtheora/distinfo deleted file mode 100644 index 3f966da0822a..000000000000 --- a/graphics/libtheora/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (libtheora-1.0alpha3.tar.gz) = eab566a0c7fdc21da1ce503edfa43bb4 -SIZE (libtheora-1.0alpha3.tar.gz) = 1015002 diff --git a/graphics/libtheora/files/patch-Makefile.in b/graphics/libtheora/files/patch-Makefile.in deleted file mode 100644 index ad71736b4e26..000000000000 --- a/graphics/libtheora/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 doc examples debian -+SUBDIRS = lib include doc debian - - EXTRA_DIST = COPYING autogen.sh win32 - subdir = . diff --git a/graphics/libtheora/pkg-descr b/graphics/libtheora/pkg-descr deleted file mode 100644 index 6370a23db61d..000000000000 --- a/graphics/libtheora/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Theora is Xiph.Org's video codec, intended for use within the Ogg -project's Ogg multimedia streaming system. Theora is derived -directly from On2's VP3 codec. - -This is alpha testing software; the API will probably change. - -WWW: http://www.theora.org diff --git a/graphics/libtheora/pkg-plist b/graphics/libtheora/pkg-plist deleted file mode 100644 index aeaca0944fe0..000000000000 --- a/graphics/libtheora/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -include/theora/theora.h -lib/libtheora.a -lib/libtheora.so -lib/libtheora.so.0 -@dirrm include/theora |