aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-11-23 12:30:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-23 13:00:13 +0000
commit5776a8f79ee587882c867aba3f5bd34fc4dbfdc1 (patch)
tree1d679bc4ba05436e633641f5d96ff5f3b0999c43 /unmaintained
parent7f216e7b52efe6ca35e045b240d7f2adec6e9a99 (diff)
downloadaports-5776a8f79ee587882c867aba3f5bd34fc4dbfdc1.tar.bz2
aports-5776a8f79ee587882c867aba3f5bd34fc4dbfdc1.tar.xz
community/rawtherapee: fix build with sigc++ 2.5.2
Diffstat (limited to 'unmaintained')
-rw-r--r--unmaintained/rawtherapee/APKBUILD44
1 files changed, 0 insertions, 44 deletions
diff --git a/unmaintained/rawtherapee/APKBUILD b/unmaintained/rawtherapee/APKBUILD
deleted file mode 100644
index 1bcc428463..0000000000
--- a/unmaintained/rawtherapee/APKBUILD
+++ /dev/null
@@ -1,44 +0,0 @@
-# Contributor: ScrumpyJack <scrumpyjack@st.ilet.to>
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=rawtherapee
-pkgver=4.2
-pkgrel=1
-pkgdesc="RawTherapee is image processing software simular to Lightroom or Aperture"
-url="http://rawtherapee.com"
-arch="all"
-license="GPL3"
-depends=""
-depends_dev=""
-makedepends="bzip2-dev exiv2-dev expat-dev fftw-dev glib-dev gtk+2.0-dev \
- gtk-engines-dev gtkmm-dev lcms2-dev libcanberra-dev \
- libpng-dev libsigc++-dev tiff-dev zlib-dev cmake mercurial \
- libiptcdata-dev libjpeg-turbo-dev"
-install=""
-subpackages="$pkgname-doc"
-source="http://rawtherapee.com/shared/source/${pkgname}-${pkgver}.tar.xz"
-
-_builddir=${srcdir}/${pkgname}-${pkgver}
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
- cmake -DCMAKE_INSTALL_PREFIX=/usr || return 1
- make
-}
-
-package() {
- cd "$_builddir"
- make DESTDIR="$pkgdir" install
-}
-
-md5sums="e6510ed56fdc35aa712b4c0f54c52ac0 rawtherapee-4.2.tar.xz"
-sha256sums="fa4c13e8842df096b19d2dabaed5a61f5f9d4547f7b4f0dc6b77f80bdec16479 rawtherapee-4.2.tar.xz"
-sha512sums="feec61aeb84804cf01ff03fa9d7309f0eb3c04c43818c8397cc6f3ee762aca19484bce7594414d2141248b9740bdd4269fd86f76dcf391c61d4647fa169d48f6 rawtherapee-4.2.tar.xz"