diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-05-26 14:42:44 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-05-26 14:42:44 +0000 |
commit | 097c01dd0ace18abed4d23be1149c3197bf26482 (patch) | |
tree | b4fd1c0da900b47d7f7bd9ff430fdf2a56aa044d /graphics/gstreamer1-plugins-openjpeg | |
parent | 87071670038c8619010478caa9a161eb3f9da989 (diff) |
Update openjpeg to 2.1.0.
Version 2.x is incompatible with openjpeg 1.5. Preserve it as openjpeg15
and update users.
Approved by: portmgr (implicit) for NO_STAGE ports
Notes
Notes:
svn path=/head/; revision=355352
Diffstat (limited to 'graphics/gstreamer1-plugins-openjpeg')
-rw-r--r-- | graphics/gstreamer1-plugins-openjpeg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gstreamer1-plugins-openjpeg/Makefile b/graphics/gstreamer1-plugins-openjpeg/Makefile index fca954293d0a..952c66542e33 100644 --- a/graphics/gstreamer1-plugins-openjpeg/Makefile +++ b/graphics/gstreamer1-plugins-openjpeg/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics COMMENT= Gstreamer jpeg2000 decoder plugin |