@ -0,0 +1,49 @@ |
|||
|
|||
[TIMESTAMP] 1188748055 Sun Sep 2 17:47:35 2007 |
|||
[BUILDTIME] 5 (5) |
|||
[SIZE] 0.05 MB, 7 files |
|||
|
|||
[DEP] 00-dirtree |
|||
[DEP] atk |
|||
[DEP] bash |
|||
[DEP] binutils |
|||
[DEP] bzip2 |
|||
[DEP] cairo |
|||
[DEP] coreutils |
|||
[DEP] diffutils |
|||
[DEP] expat |
|||
[DEP] findutils |
|||
[DEP] fontconfig |
|||
[DEP] freetype |
|||
[DEP] gawk |
|||
[DEP] gcc |
|||
[DEP] gimp |
|||
[DEP] glib |
|||
[DEP] glibc |
|||
[DEP] glitz |
|||
[DEP] grep |
|||
[DEP] gtk+ |
|||
[DEP] kbproto |
|||
[DEP] libpng |
|||
[DEP] libpthread-stubs |
|||
[DEP] libx11 |
|||
[DEP] libxau |
|||
[DEP] libxcb |
|||
[DEP] libxcursor |
|||
[DEP] libxdmcp |
|||
[DEP] libxext |
|||
[DEP] libxfixes |
|||
[DEP] libxi |
|||
[DEP] libxinerama |
|||
[DEP] libxrandr |
|||
[DEP] libxrender |
|||
[DEP] linux-header |
|||
[DEP] make |
|||
[DEP] pango |
|||
[DEP] patch |
|||
[DEP] pkgconfig |
|||
[DEP] renderproto |
|||
[DEP] sed |
|||
[DEP] sysfiles |
|||
[DEP] tar |
|||
[DEP] xproto |
@ -0,0 +1,35 @@ |
|||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
[COPY] |
|||
[COPY] Filename: package/.../cineon/cineon.desc |
|||
[COPY] Copyright (C) 2007 The OpenSDE Project |
|||
[COPY] |
|||
[COPY] More information can be found in the files COPYING and README. |
|||
[COPY] |
|||
[COPY] This program is free software; you can redistribute it and/or modify |
|||
[COPY] it under the terms of the GNU General Public License as published by |
|||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
|||
[COPY] GNU General Public License can be found in the file COPYING. |
|||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
|||
|
|||
[I] Cineon is a GIMP plugin |
|||
|
|||
[T] Cineon is a GIMP plugin that provides file load and save, for Cineon and DPX |
|||
[T] image files, including conversion from 10bit log to 8bit, with black and |
|||
[T] white point settings, and gamma correction. It currently should read and |
|||
[T] write mono and rgb 10bit files. |
|||
|
|||
[U] http://members.ozemail.com.au/~hodsond/cineon.html |
|||
|
|||
[A] Davic Hodson <hodsond@ozemail.com.au> |
|||
[M] Minto van der Sluis <misl@opensde.org> |
|||
|
|||
[C] extra/graphic |
|||
|
|||
[L] GPL |
|||
[S] Stable |
|||
[V] 0.6 |
|||
[P] X -----5---9 861.000 |
|||
|
|||
[D] 1843757236 cineonSrc15Jan2005.tgz http://members.ozemail.com.au/~hodsond/ |
|||
|
@ -0,0 +1,29 @@ |
|||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|||
# |
|||
# Filename: package/.../cineon/install.patch |
|||
# Copyright (C) 2007 The OpenSDE Project |
|||
# |
|||
# More information can be found in the files COPYING and README. |
|||
# |
|||
# This patch file is dual-licensed. It is available under the license the |
|||
# patched project is licensed under, as long as it is an OpenSource license |
|||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|||
# of the GNU General Public License as published by the Free Software |
|||
# Foundation; either version 2 of the License, or (at your option) any later |
|||
# version. |
|||
# --- SDE-COPYRIGHT-NOTE-END --- |
|||
|
|||
--- cineon/Makefile_orig 2006-08-26 18:14:01.000000000 +0100
|
|||
+++ cineon/Makefile 2006-08-26 18:17:57.000000000 +0100
|
|||
@@ -11,7 +11,9 @@
|
|||
|
|||
cineon: cineon.c $(SOURCE) $(INCLUDE) |
|||
cc -O2 -Wall -o cineon cineon.c $(SOURCE) $(GIMPARGS) |
|||
- gimptool --install-bin cineon
|
|||
+
|
|||
+install: cineon
|
|||
+ gimptool-2.0 --install-admin-bin cineon
|
|||
|
|||
cineonTest: cineonTest.c $(SOURCE) $(INCLUDE) |
|||
cc -O2 -g -o cineonTest cineonTest.c $(SOURCE) -lm |