ports/176822: commit references a PR
dfilter service
dfilter at FreeBSD.ORG
Wed Mar 20 23:00:01 UTC 2013
The following reply was made to PR ports/176822; it has been noted by GNATS.
From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:
Subject: Re: ports/176822: commit references a PR
Date: Wed, 20 Mar 2013 22:52:17 +0000 (UTC)
Author: pawel
Date: Wed Mar 20 22:52:04 2013
New Revision: 314774
URL: http://svnweb.freebsd.org/changeset/ports/314774
Log:
libsmacker is a cross-platform C library which can be used for decoding Smacker
Video files produced by RAD Game Tools. Smacker Video was the king of video
middleware in the 1990s, and its 256-color compressed video format was used in
over 2600 software titles.
WWW: http://libsmacker.sourceforge.net
PR: ports/176822
SUbmitted by: Greg Kennedy <kennedy.greg at gmail.com>
Added:
head/multimedia/libsmacker/
head/multimedia/libsmacker/Makefile (contents, props changed)
head/multimedia/libsmacker/distinfo (contents, props changed)
head/multimedia/libsmacker/pkg-descr (contents, props changed)
Modified:
head/multimedia/Makefile
Modified: head/multimedia/Makefile
==============================================================================
--- head/multimedia/Makefile Wed Mar 20 22:45:17 2013 (r314773)
+++ head/multimedia/Makefile Wed Mar 20 22:52:04 2013 (r314774)
@@ -167,6 +167,7 @@
SUBDIR += libquicktime-lame
SUBDIR += libquvi
SUBDIR += libquvi-scripts
+ SUBDIR += libsmacker
SUBDIR += libtheora
SUBDIR += libtuner
SUBDIR += libv4l
Added: head/multimedia/libsmacker/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/multimedia/libsmacker/Makefile Wed Mar 20 22:52:04 2013 (r314774)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= libsmacker
+PORTVERSION= 1.0
+CATEGORIES= multimedia
+MASTER_SITES= SF/${PORTNAME}/$(DISTNAME)/
+
+MAINTAINER= kennedy.greg at gmail.com
+COMMENT= C library for decoding .smk Smacker Video files
+
+CFLAGS+= -fPIC
+USE_LDCONFIG= yes
+
+PLIST_FILES= lib/libsmacker.so
+
+post-patch:
+ @${REINPLACE_CMD} '/CFLAGS/s|+=|?=|; s|gcc|${CC}|g' \
+ ${WRKSRC}/Makefile
+
+.include <bsd.port.mk>
Added: head/multimedia/libsmacker/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/multimedia/libsmacker/distinfo Wed Mar 20 22:52:04 2013 (r314774)
@@ -0,0 +1,2 @@
+SHA256 (libsmacker-1.0.tar.gz) = 1773670a4196640ef0d91017e2aab7638edd0ef149148ff323667a0d67874bcd
+SIZE (libsmacker-1.0.tar.gz) = 17884
Added: head/multimedia/libsmacker/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/multimedia/libsmacker/pkg-descr Wed Mar 20 22:52:04 2013 (r314774)
@@ -0,0 +1,6 @@
+libsmacker is a cross-platform C library which can be used for decoding Smacker
+Video files produced by RAD Game Tools. Smacker Video was the king of video
+middleware in the 1990s, and its 256-color compressed video format was used in
+over 2600 software titles.
+
+WWW: http://libsmacker.sourceforge.net
_______________________________________________
svn-ports-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
More information about the freebsd-ports-bugs
mailing list