summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-04-01 15:25:39 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-04-01 15:25:39 +0000
commit824eda00fccb57b36978b562ecfc6572fa5de766 (patch)
treedddb20be9539275c41e943b4763c0b29ba61151d /multimedia
parent- Update to 2009.03.31 (diff)
Here are new Linux Fedora 8 infrastructure ports.
The recommended version of FreeBSD to use them is 8-CURRENT. FreeBSD-7.x is not fully compatible with compat.linux.osrelease 2.6.16. Some syscalls cannot be MFCed due to native FreeBSD ABI breakage. Usage (and package building): 1. define compat.linux.osrelease=2.6.16; 2. add following variables to /etc/make.conf: . OVERRIDE_LINUX_BASE_PORT=f8; . OVERRIDE_LINUX_NONBASE_PORTS=f8. Approved by: bsam (me) ;-)
Notes
Notes: svn path=/head/; revision=231438
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/linux-f10-libtheora/Makefile25
-rw-r--r--multimedia/linux-f10-libtheora/distinfo.i38612
-rw-r--r--multimedia/linux-f8-libtheora/Makefile25
-rw-r--r--multimedia/linux-f8-libtheora/distinfo.i38612
5 files changed, 41 insertions, 34 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 94b6ebff3106..18afc470a15d 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -142,6 +142,7 @@
SUBDIR += libxspf
SUBDIR += linux-divx4linux
SUBDIR += linux-divx4linux4
+ SUBDIR += linux-f8-libtheora
SUBDIR += linux-gspca-kmod
SUBDIR += linux-libtheora
SUBDIR += linux-ov511-kmod
diff --git a/multimedia/linux-f10-libtheora/Makefile b/multimedia/linux-f10-libtheora/Makefile
index 27f27e41e0d4..1605c90618f2 100644
--- a/multimedia/linux-f10-libtheora/Makefile
+++ b/multimedia/linux-f10-libtheora/Makefile
@@ -1,25 +1,28 @@
-# New ports collection makefile for: linux-libtheora
-# Date created: 17 September 2006
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+# New ports collection makefile for: multimedia/linux-f8-libtheora
+# Date created: 2008-10-15
+# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= libtheora
-DISTVERSION= 1.0alpha4-2
+PORTVERSION= 1.0beta2
CATEGORIES= multimedia linux
+PKGNAMEPREFIX= linux-f8-
+DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Video codec
+MAINTAINER= emulation@FreeBSD.org
+COMMENT= Theora Video Compression Codec (Linux Fedora 8)
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
-LINUX_DIST_VER= 4
+LINUX_DIST_VER= 8
+RPMVERSION= 3.fc8
USE_LDCONFIG= yes
-AUTOMATIC_PLIST=yes
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-post-extract:
- @${RM} -rf ${WRKDIR}/usr/share
+PLIST_FILES= usr/lib/libtheora.so.0 usr/lib/libtheora.so.0.3.2
+DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
+PORTDOCS= COPYING README
+DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>
diff --git a/multimedia/linux-f10-libtheora/distinfo.i386 b/multimedia/linux-f10-libtheora/distinfo.i386
index c2b0dd0a779d..e514de22ceb5 100644
--- a/multimedia/linux-f10-libtheora/distinfo.i386
+++ b/multimedia/linux-f10-libtheora/distinfo.i386
@@ -1,6 +1,6 @@
-MD5 (rpm/i386/fedora/4/libtheora-1.0alpha4-2.i386.rpm) = 9db2ede549fc4514133e7dc00de046b5
-SHA256 (rpm/i386/fedora/4/libtheora-1.0alpha4-2.i386.rpm) = 08595ce79d2e71a988742c7cfce520bd8afe38e18a240aee94c91ff94eac7b8d
-SIZE (rpm/i386/fedora/4/libtheora-1.0alpha4-2.i386.rpm) = 651427
-MD5 (rpm/i386/fedora/4/libtheora-1.0alpha4-2.src.rpm) = 2a0ed692b5972be59aa08f5903ebde12
-SHA256 (rpm/i386/fedora/4/libtheora-1.0alpha4-2.src.rpm) = 1221cadb3919cf668e36707c63eafec34b15d71c854adaf9431fdf1e4184dabe
-SIZE (rpm/i386/fedora/4/libtheora-1.0alpha4-2.src.rpm) = 1763344
+MD5 (rpm/i386/fedora/8/libtheora-1.0beta2-3.fc8.i386.rpm) = 96f3fbb21ff6e3050aa8f25ed7bcd719
+SHA256 (rpm/i386/fedora/8/libtheora-1.0beta2-3.fc8.i386.rpm) = f83a3aafb20cc14c06499c8e7a507647e0f7e1501079384f0776ba9198fafa68
+SIZE (rpm/i386/fedora/8/libtheora-1.0beta2-3.fc8.i386.rpm) = 141549
+MD5 (rpm/i386/fedora/8/libtheora-1.0beta2-3.fc8.src.rpm) = 8e43c410879d3e8ddc6cdede8ebf1f90
+SHA256 (rpm/i386/fedora/8/libtheora-1.0beta2-3.fc8.src.rpm) = 885f5b6c2517c44c5baa445b2787cc827e8f09a231129bb40ef0ce7dcefc13e7
+SIZE (rpm/i386/fedora/8/libtheora-1.0beta2-3.fc8.src.rpm) = 1968318
diff --git a/multimedia/linux-f8-libtheora/Makefile b/multimedia/linux-f8-libtheora/Makefile
index 27f27e41e0d4..1605c90618f2 100644
--- a/multimedia/linux-f8-libtheora/Makefile
+++ b/multimedia/linux-f8-libtheora/Makefile
@@ -1,25 +1,28 @@
-# New ports collection makefile for: linux-libtheora
-# Date created: 17 September 2006
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+# New ports collection makefile for: multimedia/linux-f8-libtheora
+# Date created: 2008-10-15
+# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= libtheora
-DISTVERSION= 1.0alpha4-2
+PORTVERSION= 1.0beta2
CATEGORIES= multimedia linux
+PKGNAMEPREFIX= linux-f8-
+DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Video codec
+MAINTAINER= emulation@FreeBSD.org
+COMMENT= Theora Video Compression Codec (Linux Fedora 8)
ONLY_FOR_ARCHS= i386 amd64
USE_LINUX_RPM= yes
-LINUX_DIST_VER= 4
+LINUX_DIST_VER= 8
+RPMVERSION= 3.fc8
USE_LDCONFIG= yes
-AUTOMATIC_PLIST=yes
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-post-extract:
- @${RM} -rf ${WRKDIR}/usr/share
+PLIST_FILES= usr/lib/libtheora.so.0 usr/lib/libtheora.so.0.3.2
+DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}-${PORTVERSION}
+PORTDOCS= COPYING README
+DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>
diff --git a/multimedia/linux-f8-libtheora/distinfo.i386 b/multimedia/linux-f8-libtheora/distinfo.i386
index c2b0dd0a779d..e514de22ceb5 100644
--- a/multimedia/linux-f8-libtheora/distinfo.i386
+++ b/multimedia/linux-f8-libtheora/distinfo.i386
@@ -1,6 +1,6 @@
-MD5 (rpm/i386/fedora/4/libtheora-1.0alpha4-2.i386.rpm) = 9db2ede549fc4514133e7dc00de046b5
-SHA256 (rpm/i386/fedora/4/libtheora-1.0alpha4-2.i386.rpm) = 08595ce79d2e71a988742c7cfce520bd8afe38e18a240aee94c91ff94eac7b8d
-SIZE (rpm/i386/fedora/4/libtheora-1.0alpha4-2.i386.rpm) = 651427
-MD5 (rpm/i386/fedora/4/libtheora-1.0alpha4-2.src.rpm) = 2a0ed692b5972be59aa08f5903ebde12
-SHA256 (rpm/i386/fedora/4/libtheora-1.0alpha4-2.src.rpm) = 1221cadb3919cf668e36707c63eafec34b15d71c854adaf9431fdf1e4184dabe
-SIZE (rpm/i386/fedora/4/libtheora-1.0alpha4-2.src.rpm) = 1763344
+MD5 (rpm/i386/fedora/8/libtheora-1.0beta2-3.fc8.i386.rpm) = 96f3fbb21ff6e3050aa8f25ed7bcd719
+SHA256 (rpm/i386/fedora/8/libtheora-1.0beta2-3.fc8.i386.rpm) = f83a3aafb20cc14c06499c8e7a507647e0f7e1501079384f0776ba9198fafa68
+SIZE (rpm/i386/fedora/8/libtheora-1.0beta2-3.fc8.i386.rpm) = 141549
+MD5 (rpm/i386/fedora/8/libtheora-1.0beta2-3.fc8.src.rpm) = 8e43c410879d3e8ddc6cdede8ebf1f90
+SHA256 (rpm/i386/fedora/8/libtheora-1.0beta2-3.fc8.src.rpm) = 885f5b6c2517c44c5baa445b2787cc827e8f09a231129bb40ef0ce7dcefc13e7
+SIZE (rpm/i386/fedora/8/libtheora-1.0beta2-3.fc8.src.rpm) = 1968318