Commit graph

8728 commits

Author SHA1 Message Date
Tijl Coosemans
14e2af0516 audio/rhythmbox: drop :keepla
multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libaacs:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
multimedia/libbluray:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
- Use OPTIONS_SUB
- Replace patch with post-patch command

Bump dependent ports
2014-07-18 11:02:58 +00:00
Tijl Coosemans
6965435601 Remove old CFLAGS defined with := instead of +=
Reported by:	des
2014-07-18 09:38:01 +00:00
Guido Falsi
45917fd2f8 - Import bugfix from upstream [1]
- While here, remove check for unsupported release

PR:		191921 [1]
Submitted by:	jiashiun@gmail.com
MFH:		2014Q3
2014-07-17 16:06:31 +00:00
Tijl Coosemans
366ea1e72b - Add USES=libtool and INSTALL_TARGET=install-strip
- Remove -pthread from LDFLAGS because the library doesn't use threading
2014-07-17 16:01:21 +00:00
Tijl Coosemans
1043ee77ce Add USES=libtool and INSTALL_TARGET=install-strip 2014-07-17 15:07:22 +00:00
Tijl Coosemans
4cc6d78538 - USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip
2014-07-17 15:04:49 +00:00
Tijl Coosemans
27f41055df - USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip
2014-07-17 15:03:59 +00:00
Tijl Coosemans
4c0cc2c6bf Add USES=libtool and INSTALL_TARGET=install-strip 2014-07-17 15:01:43 +00:00
Baptiste Daroussin
d22728a7e8 Fix some non default LIB_DEPENDS
With hat:	portmgr
2014-07-16 08:26:25 +00:00
Vanilla I. Shu
c622fd296f Stagify. 2014-07-16 06:40:06 +00:00
Vanilla I. Shu
c869722fb0 Stagify. 2014-07-16 06:35:27 +00:00
Vanilla I. Shu
0211371089 Stagify. 2014-07-16 06:19:06 +00:00
Adam Weinberger
fa4bf2ee1d Add DOCS option for ports with PORTDOCS in plist. 2014-07-16 03:00:46 +00:00
Tijl Coosemans
3f78baafc1 Add USES=libtool 2014-07-15 21:29:23 +00:00
Tijl Coosemans
a61f36035c - Add USES=libtool and INSTALL_TARGET=install-strip
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS
2014-07-15 21:13:33 +00:00
Tijl Coosemans
6fad0de9b7 - Add USES=libtool and INSTALL_TARGET=install-strip
- Auto-detect CPU features
2014-07-15 20:56:44 +00:00
Tijl Coosemans
15948b2172 - Add USES=libtool and INSTALL_TARGET=install-strip
- Remove SSE option because it doesn't have any effect
- Disable mmx when the MMX option is off
- Remove a patch for gcc 3.4
2014-07-15 20:14:43 +00:00
Tijl Coosemans
05455d52e2 Add USES=libtool and INSTALL_TARGET=install-strip 2014-07-15 20:11:04 +00:00
Tijl Coosemans
e237c4c757 - USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip
- Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS
2014-07-15 19:40:17 +00:00
Tijl Coosemans
95d970b60b - Convert multimedia/smpeg* to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
2014-07-15 18:58:59 +00:00
Tijl Coosemans
ea30a4802a - Replace gtkmm24 LIB_DEPENDS with USE_GNOME=gtkmm24
- Add USES=libtool and INSTALL_TARGET=install-strip
2014-07-15 18:06:28 +00:00
Vanilla I. Shu
7fa6b0dae2 1: Stagify.
2: USES=tar:bzip2.

Approved by:	portmgr@ (blanket)
2014-07-15 16:36:12 +00:00
Adam Weinberger
eb87f41c94 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 16:27:54 +00:00
Vanilla I. Shu
cde80172d8 remove NO_STAGE. 2014-07-15 14:56:31 +00:00
Vanilla I. Shu
a685dad2eb Stagify. 2014-07-15 14:24:34 +00:00
Gabor Pali
9d73ec3dbc - Fix LIB_DEPENDS lines
Obtained from:	FreeBSD Haskell
2014-07-15 13:08:09 +00:00
Kurt Jaeger
9654a51616 multimedia/universal-media-server: 4.0.0-a1 -> 4.0.0-b1
PR:		191859
Submitted by:	dreamcat4@gmail.com (maintainer)
2014-07-14 21:08:14 +00:00
Baptiste Daroussin
ffb7170399 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-14 18:42:04 +00:00
Tijl Coosemans
9dab03575c - Let clang realign the stack on a 16 byte boundary on i386 to fix a crash
at libavcodec/x86/h264_deblock.asm:504 due to unaligned memory access
- Remove a patch that is no longer needed now

(Similar to r358825)

Reported by:	Joseph Olatt <joji@eskimo.com> (on freebsd-questions)
2014-07-14 12:21:36 +00:00
Grzegorz Blach
0276fbec7c - Update to 0.4.1 2014-07-14 09:23:34 +00:00
Nicola Vitale
6916ad4197 - Update to 0.01.46 2014-07-14 03:49:43 +00:00
Juergen Lock
49d10a164b - Fix build with MUSEPACK knob.
- Replace another occurence of /usr/local with LOCALBASE.

PR:		191836
Submitted by:	mikhail.rokhin@gmail.com
2014-07-12 18:03:24 +00:00
Kurt Jaeger
6f950ce1ed multimedia/universal-media-server: new port
DLNA/UPnP home media server

WWW: http://sourceforge.net/projects/unimediaserver/
	and
     http://www.universalmediaserver.com/

PR:		191646
Submitted by:	dreamcat4@gmail.com
2014-07-12 15:22:00 +00:00
Pawel Pekala
5487c0e8cb Update to version 14.7.0 2014-07-12 15:14:36 +00:00
Tijl Coosemans
b2c93db5af Add a global OPUS_DESC 2014-07-11 14:12:30 +00:00
Tijl Coosemans
732067f980 - Add USES=libtool to devel/upnp and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip
- Add a patch to fix definitions of ITHREAD_MUTEX_*

Approved by:	portmgr (implicit, bump unstaged port)
2014-07-11 10:26:02 +00:00
Dmitry Marakasov
6b56786852 - Switch to USES=libtool
- Fix shebangs

Approved by:	portmgr blanket
2014-07-09 03:31:57 +00:00
Veniamin Gvozdikov
4f6a59b821 new port: multimedia/qt4-mobility
Additional Qt APIs for mobile devices and desktop platforms

WWW: http://qt-project.org/wiki/Category:Developing_with_Qt::QtMobility/
2014-07-08 19:49:10 +00:00
Dmitry Marakasov
b2f8dc697d - Switch to USES=libtool
- Strip libraries
2014-07-08 10:27:55 +00:00
John Marino
6f02dc66e0 multimedia/kplayer-kde4: Stage, fix on F10+, use explicit linking
Apparently the clang parser was having trouble with the nested ternary
operator on C++ which was the cause of the FreeBSD 10+ failures. Expanding
it to a condition ladder pleased clang.

A couple of libraries were used but not explicitly specified to the
linker before: libsolid and libX11, so let's correct that too.
2014-07-08 06:21:34 +00:00
Danilo Egea Gondolfo
5f6b8070f9 - Update from 1.4.1 to 1.4.2 2014-07-07 23:45:28 +00:00
John Marino
223bc2a99d multimedia/dvdrip: stage, split out RAR as an option
The archivers/rar port is a FreeBSD BLOB which DragonFly can't use.  In
fact, only i386 and 32-bit enabled amd64 platforms on FreeBSD can use it.
Rather than have dvdrip break by default on all the platforms that don't
support RAR, change to an non-default option.

While here:
 * use shebangfix to adjust perl
 * Don't define RUN_DEPENDS based on BUILD_DEPENDS (bad practice)
 * Use modern OPTIONS configuration
2014-07-07 17:12:50 +00:00
Jimmy Olgeni
168f57451a Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category M.

CR:		D306
Approved by:	portmgr (bapt)
2014-07-07 15:31:01 +00:00
William Grzybowski
efa47cc987 multimedia/py-guessit: update to 0.8 2014-07-07 12:35:24 +00:00
Juergen Lock
d3b3b80a46 Update to 3.16.0.1 .
Submitted by:	hselasky (maintainer)
2014-07-06 15:30:26 +00:00
Baptiste Daroussin
8159dc9da5 Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-06 15:21:23 +00:00
Baptiste Daroussin
ce3481a8c2 Support stage 2014-07-06 15:17:32 +00:00
William Grzybowski
866516f16d multimedia/tunapie: use WX 3.0
Approved by:	portmgr (bapt, blanket)
2014-07-06 12:48:16 +00:00
William Grzybowski
7728c0f45a multimedia/photofilmstrip: use WX 3.0
Approved by:	portmgr (bapt, blanket)
2014-07-06 02:27:12 +00:00
John Marino
673e8151c0 multimedia/gxine: explicitly link libm (dports) 2014-07-05 23:20:57 +00:00