Skip to content

Commit

Permalink
Merge branch 'RB-2.3' of https://github.com/NatronGitHub/Natron into …
Browse files Browse the repository at this point in the history
…RB-2.3
  • Loading branch information
devernay committed May 7, 2018
2 parents 81c7e11 + cfeeed8 commit fe372c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/MacPorts/graphics/libraw/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ post-destroot {

variant gpl2 description {Enable GPL demosaic pack, license will be GPL-2+} {
distfiles-append \
LibRaw-demosaic-pack-GPL2-${version}${extract.suffix} \
LibRaw-demosaic-pack-GPL2-${demosaicversion}${extract.suffix} \

license GPL-2+
}

variant gpl3 requires gpl2 description {Enable GPL demosaic pack, license will be GPL-3+} {
distfiles-append \
LibRaw-demosaic-pack-GPL3-${version}${extract.suffix}
LibRaw-demosaic-pack-GPL3-${demosaicversion}${extract.suffix}

license GPL-3+
}
Expand Down
4 changes: 2 additions & 2 deletions tools/MacPorts/graphics/libraw/Portfile.patch
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@

+variant gpl2 description {Enable GPL demosaic pack, license will be GPL-2+} {
+ distfiles-append \
+ LibRaw-demosaic-pack-GPL2-${version}${extract.suffix} \
+ LibRaw-demosaic-pack-GPL2-${demosaicversion}${extract.suffix} \
+
+ license GPL-2+
+}
+
+variant gpl3 requires gpl2 description {Enable GPL demosaic pack, license will be GPL-3+} {
+ distfiles-append \
+ LibRaw-demosaic-pack-GPL3-${version}${extract.suffix}
+ LibRaw-demosaic-pack-GPL3-${demosaicversion}${extract.suffix}
+
+ license GPL-3+
+}
Expand Down

0 comments on commit fe372c9

Please sign in to comment.