pax_global_header00006660000000000000000000000064122773001050014507gustar00rootroot0000000000000052 comment=8154198e82f5fb657ccd708f4ec67da021bd44f2 gnustep-coreimage-r36695/000075500000000000000000000000001227730010500153435ustar00rootroot00000000000000gnustep-coreimage-r36695/.gear/000075500000000000000000000000001227730010500163375ustar00rootroot00000000000000gnustep-coreimage-r36695/.gear/coreimage.spec000064400000000000000000000031611227730010500211470ustar00rootroot00000000000000%set_verify_elf_method unresolved=strict Name: gnustep-coreimage Version: r36695 Release: alt2.git20130603 Summary: GNUstep CoreImage License: LGPLv2+ Group: Graphical desktop/GNUstep Url: https://github.com/gnustep/gnustep-coreimage Packager: Eugeny A. Rostovtsev (REAL) # https://github.com/gnustep/gnustep-coreimage.git Source: %name-%version.tar BuildPreReq: clang-devel gnustep-make-devel libgnustep-objc2-devel /proc BuildPreReq: gnustep-gui-devel BuildPreReq: libgmp-devel libgnutls-devel libgcrypt-devel BuildPreReq: libxslt-devel libffi-devel libicu-devel zlib-devel %description GNUstep CoreImage. %package -n lib%name Summary: Shared libraries of GNUstep CoreImage Group: System/Libraries %description -n lib%name Shared libraries of GNUstep CoreImage. %package -n lib%name-devel Summary: Development files of GNUstep CoreImage Group: Development/Objective-C Provides: %name-devel = %EVR Requires: lib%name = %EVR %description -n lib%name-devel Development files of GNUstep CoreImage. %prep %setup %build . %_datadir/GNUstep/Makefiles/GNUstep.sh %make_build \ messages=yes \ debug=yes \ strip=no \ shared=yes \ CONFIG_SYSTEM_LIBS='-lgnustep-base -lobjc2' %install . %_datadir/GNUstep/Makefiles/GNUstep.sh %makeinstall_std GNUSTEP_INSTALLATION_DOMAIN=SYSTEM %files -n lib%name %_libdir/*.so.* %files -n lib%name-devel %_includedir/* %_libdir/*.so %changelog * Fri Feb 14 2014 Eugeny A. Rostovtsev (REAL) r36695-alt2.git20130603 - Built with clang * Sat Jan 25 2014 Eugeny A. Rostovtsev (REAL) r36695-alt1.git20130603 - Initial build for Sisyphus gnustep-coreimage-r36695/.gear/rules000064400000000000000000000001161227730010500174120ustar00rootroot00000000000000spec: .gear/coreimage.spec tar: . name=@name@-@version@ base=@name@-@version@ gnustep-coreimage-r36695/CIColor.h000064400000000000000000000020401227730010500170020ustar00rootroot00000000000000 /* CIColor.h Copyright (C) 2012 Free Software Foundation, Inc. Author: Amr Aboelela Date: January, 2012 This file is part of CoreImage. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; see the file COPYING.LIB. If not, see or write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #import @interface CIColor : NSObject @end gnustep-coreimage-r36695/CIColor.m000064400000000000000000000020141227730010500170100ustar00rootroot00000000000000 /* CIColor.m Copyright (C) 2012 Free Software Foundation, Inc. Author: Amr Aboelela Date: January, 2012 This file is part of CoreImage. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; see the file COPYING.LIB. If not, see or write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #import "CIColor.h" @implementation CIColor @end gnustep-coreimage-r36695/CIImage.h000064400000000000000000000034001227730010500167470ustar00rootroot00000000000000 /* CIImage.h Copyright (C) 2013 Free Software Foundation, Inc. Author: Gregory Casamento Date: June 3, 2013 This file is part of CoreImage. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; see the file COPYING.LIB. If not, see or write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + (CIImage *)emptyImage; + (CIImage *)imageWithBitmapData:(NSData *)data bytesPerRow:(size_t)bpr size:(CGSize)size format:(CIFormat)f colorSpace:(CGColorSpaceRef)cs; + (CIImage *)imageWithCGImage:(CGImageRef)image; + (CIImage *)imageWithCGImage:(CGImageRef)image options:(NSDictionary *)dict; + (CIImage *)imageWithCGLayer:(CGLayerRef)layer; + (CIImage *)imageWithCGLayer:(CGLayerRef)layer options:(NSDictionary *)d; + (CIImage *)imageWithColor:(CIColor *)color; + (CIImage *)imageWithContentsOfURL:(NSURL *)url options:(NSDictionary *)d; + (CIImage *)imageWithCVImageBuffer:(CVImageBufferRef)imageBuffer; + (CIImage *)imageWithCVImageBuffer:(CVImageBufferRef)imageBuffer options:(NSDictionary *)dict; gnustep-coreimage-r36695/CIImage.m000064400000000000000000000017301227730010500167600ustar00rootroot00000000000000 /* CIImage.h Copyright (C) 2012 Free Software Foundation, Inc. Author: Amr Aboelela Date: January, 2012 This file is part of CoreImage. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; see the file COPYING.LIB. If not, see or write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ gnustep-coreimage-r36695/CoreImage.h000064400000000000000000000020301227730010500173420ustar00rootroot00000000000000 /* CoreImage.h Copyright (C) 2012 Free Software Foundation, Inc. Author: Amr Aboelela Date: January, 2012 This file is part of QuartzCore. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; see the file COPYING.LIB. If not, see or write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #import #import gnustep-coreimage-r36695/GNUmakefile000064400000000000000000000027361227730010500174250ustar00rootroot00000000000000 # Makefile for CoreImage # # Copyright (C) 2012 Free Software Foundation, Inc. # # Written by: Amr Aboelela # Date: January 2012 # # This file is part of CoreImage. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this library; see the file COPYING.LIB. # If not, see or write to the # Free Software Foundation, 51 Franklin Street, Fifth Floor, # Boston, MA 02110-1301, USA. ifeq ($(GNUSTEP_MAKEFILES),) GNUSTEP_MAKEFILES := $(shell gnustep-config --variable=GNUSTEP_MAKEFILES 2>/dev/null) ifeq ($(GNUSTEP_MAKEFILES),) $(error You need to set GNUSTEP_MAKEFILES before compiling!) endif endif include $(GNUSTEP_MAKEFILES)/common.make LIBRARY_NAME = libCoreImage libCoreImage_HEADER_FILES = \ CoreImage.h \ CIColor.h \ CIImage.h \ libCoreImage_HEADER_FILES_INSTALL_DIR = CoreImage libCoreImage_OBJC_FILES = $(wildcard *.m) include $(GNUSTEP_MAKEFILES)/library.make