fastports

liblqr-1 0.4.2

graphics/liblqr-1

Easy to use C/C++ seam carving library

Category
graphics
Maintainer
amdmi3@FreeBSD.org
WWW
https://liblqr.wikidot.com/
License
LGPL3
USES
gettext gmake gnome libtool pkgconfig tar:bzip2

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

Dependencies

Commit History

may be incomplete — full history at freebsd-ports on GitHub

Commit Credits Log message
0.4.2
a83a3cc142 files touched
Dmitry Marakasov (amdmi3)
*/*: update some WWWs and MASTER_SITES in my ports
Reported by:	repology
0.4.2
fb16dfecae files touched
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
b7f05445c0 files touched
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
0.4.2
5823922c58 files touched
Dmitry Marakasov (amdmi3)
Remove useless Created by: headers mentioning me
0.4.2
305f148f48 files touched
Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
0.4.2
3cf0c52fa6 files touched
Tobias Kortkamp (tobik)
graphics: Add missing USES={gl,gnome,sdl}
0.4.2
79698c8457 files touched
Mathieu Arnold (mat)
Convert to UCL & cleanup pkg-message (categories e-g)
0.4.2
91f84428a4 files touched
Dmitry Marakasov (amdmi3)
- Update to 0.4.2 - Add LICENSE - Regenerate patches
0.4.1
4e1b79a0a6 files touched
Mathieu Arnold (mat)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
0.4.1
769e644cdd files touched
Dmitry Marakasov (amdmi3)
- Switch to options helpers
0.4.1
65fe1708b2 files touched
Dmitry Marakasov (amdmi3)
- Remove unncecessary full path to binary from *_DEPENDS
0.4.1
728929b709 files touched
Antoine Brodin (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
9dac1c5bdf files touched
Dmitry Marakasov (amdmi3)
- Cleanup plist
0.4.1
e6df9044ed files touched
Dmitry Marakasov (amdmi3)
- Drop .la files for graphics/liblqr-1, no dependees require them - Bump dependent ports as .so version has changed
0.4.1
5e38556079 files touched
Jimmy Olgeni (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
c4589a76b4 files touched
Dmitry Marakasov (amdmi3)
- Switch to USES=libtool, drop .la files - Strip libraries
0.4.1
dd660ea58d files touched
Dmitry Marakasov (amdmi3)
- Convert USE_BZIP2 to USES
0.4.1
c924394e7b files touched
Mathieu Arnold (mat)
Consolidate the docbook ports into -sgml and -xml variants.
Submitted by:	hrs (based on)
Sponsored by:	Absolight
0.4.1
7f67d157d9 files touched
Mathieu Arnold (mat)
Chase docbook cleanup dependencies.
Sponsored by:	Absolight
0.4.1
ea3629c01a files touched
Dmitry Marakasov (amdmi3)
- Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested by Porter's Handbook
0.4.1
542ad5015a files touched
Dmitry Marakasov (amdmi3)
- Support staging
0.4.1
eb08c5441c files touched
Baptiste Daroussin (bapt)
Add NO_STAGE all over the place in preparation for the staging support (cat: graphics)
0.4.1
894a8184ce files touched
Baptiste Daroussin (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
d4041784dc files touched
Alex Kozlov (ak)
- Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
0.4.1
a5f590e51d files touched
Koop Mast (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
daffe00d4a files touched
Dmitry Marakasov (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
e159824929 files touched
Alex Kozlov (ak)
- Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
0.4.1
ed5ad901e2 files touched
Dmitry Marakasov (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
d43121ae1a files touched
Dmitry Marakasov (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
b46ae42794 files touched
Dmitry Marakasov (amdmi3)
- Remove outdated OSVERSION conditionals
0.4.1
e1c6649edf files touched
Martin Wilke (miwi)
- Remove WITH_FBSD10_FIX, is no longer needed
0.4.1
3a61669522 files touched
Martin Wilke (miwi)
- Fix build FreeBSD 10
0.4.1
56d72fa486 files touched
Dmitry Marakasov (amdmi3)
- Fix build with clang
Submitted by:	Pawel Worach <pawel.worach@gmail.com>
0.4.1
30f9161773 files touched
Olli Hauer (ohauer)
-remove MD5
0.4.1
b324ddb869 files touched
Joerg Wunsch (joerg)
Fix a typo.
0.4.1
6fd4e78576 files touched
Dmitry Marakasov (amdmi3)
- Add USE_GETTEXT, bump PORTREVISION
0.4.1
01343e96c9 files touched
Dmitry Marakasov (amdmi3)
- Do not install documentation by default as it requires too many depends
PR:		146518
Submitted by:	mm
0.4.1
fad778e176 files touched
Dmitry Marakasov (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
4745bf8510 files touched
Dmitry Marakasov (amdmi3)
- Update URL of my distfile mirror in 87 ports
Approved by:	portmgr (erwin)
0.4.1
040ca77ad0 files touched
Dmitry Marakasov (amdmi3)
- Update to 0.4.1 - Mark MAKE_JOBS_SAFE
0.2.1
8862c8e2b4 files touched
Dmitry Marakasov (amdmi3)
- Fix the build on -CURRENT by removing inline from public function definitions
0.2.1
fd202c7a5e files touched
Dmitry Marakasov (amdmi3)
- Update address of my distfile mirror
0.2.1
c75e411497 files touched
Dmitry Marakasov (amdmi3)
- Update to 0.2.1
PR:		128544
Submitted by:	Sergei Golyashov <svvord at spline-studio dot ru>
0.1.0-1
e696084d23 files touched
Dmitry Marakasov (amdmi3)
Update my email address in 132 ports.
Approved by:	miwi (mentor)
0.1.0-1
090059a210 files touched
Edwin Groothuis (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
826dbb8ea7 files touched
Martin Wilke (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>