Port details |
- liblqr-1 Easy to use C/C++ seam carving library
- 0.4.2 graphics =40 0.4.2Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2008-02-17 10:00:12
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: expat, glib, freetype2, libxml2, tiff
- License: LGPL3
- WWW:
- https://liblqr.wikidot.com/
- Description:
- This site is about a seam-carving C/C++ library called Liquid
Rescale.
It is a free, open source implementation of the algorithm described
in the paper [1] by Shai Avidan and Ariel Shamir.
It aims at resizing pictures non uniformly while preserving their
features, i.e. avoiding distortion of the important parts.
The API is intended to be powerful, yet fast and easy to use. It
supports saving and loading of the carving information, real-time
scaling, manual feature selection, customizable progress report and
more.
Included are full documentation (in docbook format) and examples.
[1] http://www.faculty.idc.ac.il/arik/imret.pdf
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- liblqr-1>0:graphics/liblqr-1
- To install the port:
- cd /usr/ports/graphics/liblqr-1/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/liblqr-1
- pkg install liblqr-1
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: liblqr-1
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1476029434
SHA256 (liblqr-1-0.4.2.tar.bz2) = 173a822efd207d72cda7d7f4e951c5000f31b10209366ff7f0f5972f7f9ff137
SIZE (liblqr-1-0.4.2.tar.bz2) = 344739
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- msgfmt : devel/gettext-tools
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Libraries
-
- graphics/ImageMagick6
- graphics/ImageMagick7
- graphics/gimp-lqr-plugin
- graphics/openfx-arena
- graphics/photivo
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for liblqr-1-0.4.2:
EXAMPLES=on: Build and/or install examples
HTMLDOCS=off: Build and install HTML documentation
===> Use 'make config' to modify these settings
- Options name:
- graphics_liblqr-1
- USES:
- gettext gmake gnome libtool pkgconfig tar:bzip2
- pkg-message:
- For install:
- NOTE: In order to compile examples for liblqr, you will
also need pngwriter port (/usr/ports/graphics/pngwriter).
Examples are located in /usr/local/share/examples/liblqr-1
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.4.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.4.2 07 Apr 2021 23:19:01 |
Dmitry Marakasov (amdmi3) |
Remove useless Created by: headers mentioning me |
0.4.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.4.2 08 Nov 2019 14:36:06 |
tobik |
graphics: Add missing USES={gl,gnome,sdl} |
0.4.2 13 Aug 2019 16:03:12 |
mat |
Convert to UCL & cleanup pkg-message (categories e-g) |
0.4.2 10 Oct 2016 10:30:28 |
amdmi3 |
- Update to 0.4.2
- Add LICENSE
- Regenerate patches |
0.4.1_8 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.4.1_8 23 Sep 2015 23:42:08 |
amdmi3 |
- Switch to options helpers |
0.4.1_8 10 Jul 2015 14:10:39 |
amdmi3 |
- Remove unncecessary full path to binary from *_DEPENDS |
0.4.1_8 23 Jan 2015 22:50:50 |
antoine |
Switch ports depending on docbook* through a directory name to a package name,
as a directory name can't be attributed to a package |
0.4.1_8 22 Sep 2014 12:01:17 |
amdmi3 |
- Cleanup plist |
0.4.1_8 15 Sep 2014 18:35:30 |
amdmi3 |
- Drop .la files for graphics/liblqr-1, no dependees require them
- Bump dependent ports as .so version has changed |
0.4.1_7 13 Jun 2014 07:36:28 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt) |
0.4.1_7 04 Jun 2014 13:07:10 |
amdmi3 |
- Switch to USES=libtool, drop .la files
- Strip libraries |
0.4.1_6 07 May 2014 18:21:34 |
amdmi3 |
- Convert USE_BZIP2 to USES |
19 Feb 2014 14:45:19
|
mat |
Consolidate the docbook ports into -sgml and -xml variants.
Submitted by: hrs (based on)
Sponsored by: Absolight |
0.4.1_5 18 Feb 2014 14:50:35 |
mat |
Chase docbook cleanup dependencies.
Sponsored by: Absolight |
0.4.1_5 16 Dec 2013 17:40:14 |
amdmi3 |
- Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested
by Porter's Handbook |
0.4.1_5 30 Oct 2013 16:31:34 |
amdmi3 |
- Support staging |
0.4.1_5 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.4.1_5 01 Sep 2013 22:50:06 |
bapt |
Eradicate USE_GNOME=pkgconfig from graphics
While here:
- trim headers
- convert:
* USE_GNOME=gnomehack -> USES=pathfix
* USE_GMAKE=yes -> USES=gmake
* USE_PERL5 -> USES=perl5 |
0.4.1_5 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.4.1_5 31 Jul 2013 11:57:46 |
kwm |
The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.
This update updates Glib20 to 2.36 and Gtk+ 3.8
* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
It is replaced by a GIO kqueue implementation developed as part of a NetBSD
GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
prevent creation of / root/.cache dir. Defaults to build & run depend,
but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
pangox support which was removed from the pango port. Add it to ports still
using pangox API.
Exp-run by: bapt@
PR: ports/178958 [1]
Submitted by: emaste@ [1] |
0.4.1_4 12 Jul 2013 15:01:46 |
amdmi3 |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files |
0.4.1_4 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
0.4.1_4 28 Feb 2013 17:52:17 |
amdmi3 |
- OptionsNG
- Trim header
- Sort out HTMLDOCS installation
- Don't depend on unnecessary glib parts [1]
PR: 176391 [1]
Submitted by: Reko Turja <reko.turja@liukuma.net> |
0.4.1_3 17 Oct 2012 17:27:46 |
amdmi3 |
- Fix build in the case of path= environement variable is set
PR: 172747
Submitted by: João Rocha Braga Filho <goffredo@gmail.com>
Feature safe: yes |
0.4.1_2 10 Jul 2012 23:17:29 |
amdmi3 |
- Remove outdated OSVERSION conditionals |
0.4.1_2 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
0.4.1_2 28 Oct 2011 18:00:25 |
miwi |
- Fix build FreeBSD 10 |
0.4.1_2 26 Jul 2011 09:04:51 |
amdmi3 |
- Fix build with clang
Submitted by: Pawel Worach <pawel.worach@gmail.com> |
0.4.1_2 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
0.4.1_2 30 Jun 2011 06:21:59 |
joerg |
Fix a typo. |
0.4.1_2 02 Jun 2010 03:47:56 |
amdmi3 |
- Add USE_GETTEXT, bump PORTREVISION |
0.4.1_1 12 May 2010 18:46:51 |
amdmi3 |
- Do not install documentation by default as it requires too many depends
PR: 146518
Submitted by: mm |
0.4.1 11 Jan 2010 10:28:02 |
amdmi3 |
- Use pkg-message.in instead of composing pkg-message with ECHO_CMD
PR: 142543
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> |
0.4.1 28 Jul 2009 16:34:36 |
amdmi3 |
- Update URL of my distfile mirror in 87 ports
Approved by: portmgr (erwin) |
0.4.1 13 May 2009 23:22:00 |
amdmi3 |
- Update to 0.4.1
- Mark MAKE_JOBS_SAFE |
0.2.1 25 Mar 2009 22:34:29 |
amdmi3 |
- Fix the build on -CURRENT by removing inline from public function definitions |
0.2.1 05 Jan 2009 16:14:51 |
amdmi3 |
- Update address of my distfile mirror |
0.2.1 05 Nov 2008 22:48:44 |
amdmi3 |
- Update to 0.2.1
PR: 128544
Submitted by: Sergei Golyashov <svvord at spline-studio dot ru> |
0.1.0.1_1 19 Jun 2008 17:28:24 |
amdmi3 |
Update my email address in 132 ports.
Approved by: miwi (mentor) |
0.1.0.1_1 06 Jun 2008 13:35:04 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.1.0.1 17 Feb 2008 09:59:56 |
miwi |
This site is about a seam-carving C/C++ library called Liquid
Rescale.
The API is intended to be powerful, yet fast and easy to use. It
supports saving and loading of the carving information, real-time
scaling, manual feature selection, customizable progress report and
more.
WWW: http://liblqr.wikidot.com/
PR: ports/120237
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> |