Commit graph

24 commits

Author SHA1 Message Date
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Sunpoet Po-Chuan Hsieh
bc30cb60b8 - Add LICENSE_FILE
- Update BUILD_DEPENDS: remove redundant LOCALBASE/bin
2015-11-04 20:13:56 +00:00
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00
Sunpoet Po-Chuan Hsieh
0637ff72d0 - Use INSTALL_TARGET=install-strip instead of STRIP_CMD 2015-01-18 22:48:14 +00:00
Tijl Coosemans
60945f0277 Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it.  Bump PORTREVISION on their dependent
ports except the ones that depend on these:

audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt

In these cases the same trick as in the recent gettext update is used.
The ports install a symlink with the old library version.  When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.

Also remove the devel/pcre dependency from USE_GNOME=glib20.  It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it.  The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20.  Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.

PR:		195724
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-12-08 16:48:38 +00:00
Baptiste Daroussin
a6abc3b420 Cleanup plist 2014-10-20 06:35:58 +00:00
Sunpoet Po-Chuan Hsieh
000a88cbf4 - Strip shared library in post-install: 2014-06-18 15:52:50 +00:00
Dmitry Marakasov
beb2a5a284 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-16 12:32:13 +00:00
Sunpoet Po-Chuan Hsieh
6636d0b1ea - Update LICENSE 2013-12-13 00:54:49 +00:00
Sunpoet Po-Chuan Hsieh
23c7b466a7 - Strip shared library
- Fix packaging with pkgng [1]
- Cleanup Makefile

Reported by:	pkg-fallout [1]
2013-11-30 00:17:44 +00:00
Sunpoet Po-Chuan Hsieh
19d965192e - Support STAGEDIR 2013-11-25 11:33:30 +00:00
Baptiste Daroussin
183c2ed74f Add NO_STAGE all over the place in preparation for the staging support (cat: audio) 2013-09-20 14:36:35 +00:00
Sunpoet Po-Chuan Hsieh
1010c68c45 - Convert to new LIB_DEPENDS format
- Move PORTDOCS upward
2013-09-03 19:31:29 +00:00
Baptiste Daroussin
49ac0257b5 Eliminate USE_GNOME=pkgconfig from audio
While here:
- trim headers
- convert USE_GMAKE -> USES=gmake
- convert USE_GNOME=gnomehack -> USES=pathfix
- convert USE_PERL5 -> USES=perl5
2013-09-02 10:06:03 +00:00
Sunpoet Po-Chuan Hsieh
20c1eacf2b - Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo) 2013-08-25 16:14:58 +00:00
Sunpoet Po-Chuan Hsieh
fa1716b118 - Remove leading indefinite article from COMMENT 2013-08-21 17:17:25 +00:00
Christian Weisgerber
1f2b1eac8e * Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.

PR:		179072
2013-06-09 19:30:58 +00:00
Sunpoet Po-Chuan Hsieh
2628c2e8ef - Add LICENSE
- Move OPTIONS_* upward

Feature safe:	yes
2012-12-04 20:39:18 +00:00
Sunpoet Po-Chuan Hsieh
98c7023971 - Cleanup Makefile header
- Convert to new options framework
2012-10-07 12:12:21 +00:00
Christian Weisgerber
bcd6fbdee4 libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
2012-07-19 20:15:37 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Sunpoet Po-Chuan Hsieh
0d5e39c89e - Use LOCAL/sunpoet as backup MASTER_SITES
Approved by:	pgollucci (mentor)
2010-10-01 01:14:18 +00:00
Sunpoet Po-Chuan Hsieh
e475c19a24 - Update MAINTAINER to my FreeBSD.org address
Approved by:	pgollucci (mentor)
2010-09-22 17:10:26 +00:00
Dmitry Marakasov
45d0fc436e libfishsound provides a simple programming interface for decoding and encoding
audio data using the Xiph.org codecs (FLAC, Speex and Vorbis).

libfishsound by itself is designed to handle raw codec streams from a lower
level layer such as UDP datagrams. When these codecs are used in files, they
are commonly encapsulated in Ogg to produce Ogg FLAC, Speex and Ogg Vorbis
files.

libfishsound is a wrapper around the existing codec libraries and provides a
consistent, higher-level programming interface. It has been designed for use in
a wide variety of applications; it has no direct dependencies on Ogg
encapsulation, though it is most commonly used in conjunction with liboggz to
decode or encode FLAC, Speex or Vorbis audio tracks in Ogg files, including Ogg
Theora and Annodex.

WWW:	http://www.xiph.org/fishsound/

PR:		147332
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2010-08-05 22:55:13 +00:00