summaryrefslogtreecommitdiffstats
path: root/nomacs
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-06-05 01:11:21 +0200
committerpiernov <piernov@piernov.org>2012-06-17 18:17:48 +0200
commitbf3aa52d5158e04c3fb34617d93108ea4912907f (patch)
tree9f9f4fcee32b99ed217eee70cc556308ca54b470 /nomacs
parent50a5e54824c298a91f1d145e99f553a32bfa940d (diff)
downloadnutyx-extra-bf3aa52d5158e04c3fb34617d93108ea4912907f.tar.gz
nutyx-extra-bf3aa52d5158e04c3fb34617d93108ea4912907f.tar.bz2
nutyx-extra-bf3aa52d5158e04c3fb34617d93108ea4912907f.tar.xz
nutyx-extra-bf3aa52d5158e04c3fb34617d93108ea4912907f.zip
nomacs, nouveau port
(cherry picked from commit d594e2b2b8c002d49414bcd6a289d5c55f1808b6)
Diffstat (limited to 'nomacs')
-rw-r--r--nomacs/.footprint.i68615
-rw-r--r--nomacs/.footprint.x86_6415
-rw-r--r--nomacs/.md5sum.i6861
-rw-r--r--nomacs/.md5sum.x86_641
-rw-r--r--nomacs/Pkgfile26
5 files changed, 58 insertions, 0 deletions
diff --git a/nomacs/.footprint.i686 b/nomacs/.footprint.i686
new file mode 100644
index 000000000..d1ebf6506
--- /dev/null
+++ b/nomacs/.footprint.i686
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/nomacs
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/nomacs.desktop
+drwxr-xr-x root/root usr/share/nomacs/
+drwxr-xr-x root/root usr/share/nomacs/translations/
+-rw-r--r-- root/root usr/share/nomacs/translations/nomacs_als.qm
+-rw-r--r-- root/root usr/share/nomacs/translations/nomacs_de.qm
+-rw-r--r-- root/root usr/share/nomacs/translations/nomacs_en.qm
+-rw-r--r-- root/root usr/share/nomacs/translations/nomacs_ru.qm
+-rw-r--r-- root/root usr/share/nomacs/translations/nomacs_zh.qm
+drwxr-xr-x root/root usr/share/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/nomacs.png
diff --git a/nomacs/.footprint.x86_64 b/nomacs/.footprint.x86_64
new file mode 100644
index 000000000..d1ebf6506
--- /dev/null
+++ b/nomacs/.footprint.x86_64
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/nomacs
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/nomacs.desktop
+drwxr-xr-x root/root usr/share/nomacs/
+drwxr-xr-x root/root usr/share/nomacs/translations/
+-rw-r--r-- root/root usr/share/nomacs/translations/nomacs_als.qm
+-rw-r--r-- root/root usr/share/nomacs/translations/nomacs_de.qm
+-rw-r--r-- root/root usr/share/nomacs/translations/nomacs_en.qm
+-rw-r--r-- root/root usr/share/nomacs/translations/nomacs_ru.qm
+-rw-r--r-- root/root usr/share/nomacs/translations/nomacs_zh.qm
+drwxr-xr-x root/root usr/share/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/nomacs.png
diff --git a/nomacs/.md5sum.i686 b/nomacs/.md5sum.i686
new file mode 100644
index 000000000..2b7a7ceb3
--- /dev/null
+++ b/nomacs/.md5sum.i686
@@ -0,0 +1 @@
+ed2bd2ae2241711463e3b31b677a1fa8 nomacs-0.3.2-source.zip
diff --git a/nomacs/.md5sum.x86_64 b/nomacs/.md5sum.x86_64
new file mode 100644
index 000000000..2b7a7ceb3
--- /dev/null
+++ b/nomacs/.md5sum.x86_64
@@ -0,0 +1 @@
+ed2bd2ae2241711463e3b31b677a1fa8 nomacs-0.3.2-source.zip
diff --git a/nomacs/Pkgfile b/nomacs/Pkgfile
new file mode 100644
index 000000000..04d328bee
--- /dev/null
+++ b/nomacs/Pkgfile
@@ -0,0 +1,26 @@
+# Description: Visionneuse d'image légère basée sur QT
+# URL: http://www.nomacs.org/
+# Packager: emmanuel at grognet dot fr
+# Maintainer: http://sourceforge.net/projects/nomacs/
+# Depends on: qt,exiv2,libraw,opencv
+# Run on: qt,exiv2,libraw,opencv
+
+name=nomacs
+version=0.3.2
+release=1
+source=(http://downloads.sourceforge.net/project/nomacs/nomacs-$version/nomacs-$version-source.zip)
+build ()
+{
+mkdir bld
+cd bld
+
+cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+
+sed -i "s|$| $(pkg-config --libs opencv)|" \
+ `find . -name link.txt`
+
+make
+
+make DESTDIR="$PKG/" install
+}
+