Index: Makefile =================================================================== --- Makefile (revision 0) +++ Makefile (working copy) @@ -0,0 +1,18 @@ +# Created by: Corey Smith +# $FreeBSD$ + +PORTNAME= libyuv +DISTVERSION= 0.0.1280 +CATEGORIES= graphics +MASTER_SITES= http://files.freeswitch.org/downloads/libs/ + +MAINTAINER= corsmith@gmail.com +COMMENT= Library for freeswitch yuv graphics manipulation + +LICENSE= BSD + +MAKE_JOBS_UNSAFE= yes +CXXFLAGS+= -fPIC +USE_LDCONFIG= yes + +.include Property changes on: Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: distinfo =================================================================== --- distinfo (revision 0) +++ distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (libyuv-0.0.1280.tar.gz) = 97a30b87cbea5a35222cc1071ecb78562245b7c457baa26f41beba8af85861ef +SIZE (libyuv-0.0.1280.tar.gz) = 297636 Property changes on: distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: files/patch-Makefile =================================================================== --- files/patch-Makefile (revision 0) +++ files/patch-Makefile (working copy) @@ -0,0 +1,26 @@ +--- Makefile.orig 2015-06-19 22:04:28 UTC ++++ Makefile +@@ -1,9 +1,9 @@ + # This is a generic makefile for libyuv for gcc. + # make -f linux.mk CXX=clang++ + +-PREFIX:=/usr + EXEC_PREFIX:=$(PREFIX) + LIBDIR:=$(PREFIX)/lib/ ++LIBDATA:=$(PREFIX)/libdata/ + INCDIR:=$(PREFIX)/include/ + + CXX?=g++ +@@ -63,10 +63,10 @@ install: libyuv.a libyuv.so libyuv.pc + install -d -m 755 $(DESTDIR)/$(LIBDIR) + install -d -m 755 $(DESTDIR)/$(INCDIR) + install -d -m 755 $(DESTDIR)/$(INCDIR)/libyuv +- install -d -m 755 $(DESTDIR)/$(LIBDIR)/pkgconfig ++ install -d -m 755 $(DESTDIR)/$(LIBDATA)/pkgconfig + install -m 644 libyuv.a $(DESTDIR)/$(LIBDIR) + install -m 644 libyuv.so $(DESTDIR)/$(LIBDIR) +- install -m 644 libyuv.pc $(DESTDIR)/$(LIBDIR)/pkgconfig ++ install -m 644 libyuv.pc $(DESTDIR)/$(LIBDATA)/pkgconfig + install -m 644 include/libyuv.h $(DESTDIR)/$(INCDIR) + install -m 644 include/libyuv/* $(DESTDIR)/$(INCDIR)/libyuv + Property changes on: files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: pkg-descr =================================================================== --- pkg-descr (revision 0) +++ pkg-descr (working copy) @@ -0,0 +1 @@ +libyuv is a graphics library for performing operations on yuv formatted images Property changes on: pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: pkg-plist =================================================================== --- pkg-plist (revision 0) +++ pkg-plist (working copy) @@ -0,0 +1,21 @@ +include/libyuv.h +include/libyuv/basic_types.h +include/libyuv/compare.h +include/libyuv/convert.h +include/libyuv/convert_argb.h +include/libyuv/convert_from.h +include/libyuv/convert_from_argb.h +include/libyuv/cpu_id.h +include/libyuv/mjpeg_decoder.h +include/libyuv/planar_functions.h +include/libyuv/rotate.h +include/libyuv/rotate_argb.h +include/libyuv/row.h +include/libyuv/scale.h +include/libyuv/scale_argb.h +include/libyuv/scale_row.h +include/libyuv/version.h +include/libyuv/video_common.h +lib/libyuv.a +lib/libyuv.so +libdata/pkgconfig/libyuv.pc Property changes on: pkg-plist ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property