svn commit: r314774 - in head/multimedia: . libsmacker
Pawel Pekala
pawel at FreeBSD.org
Wed Mar 20 22:52:05 UTC 2013
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
More information about the svn-ports-all
mailing list