jeremy
a8bf115817
REVISION bump all ruby ports due to a change in the pkgspec.
...
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9. While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed. This also fixes the
following minor issues:
Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.
Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS. This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.
Switch to new style *_DEPENDS, with the version specification
at the end. The remaining cases where this is not done is
because a specific version is used.
Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.
Some conversion of spaces to tabs for consistency.
OK landry@
2010-11-24 21:35:13 +00:00
sthen
78f3198600
Fixes from upstream, from Brad:
...
- Proper place for log mutex initialization. Fixed a leak.
- Using binary mode when checking configfile. New configfile would not be
written only when switching binaries for different platforms.
Also sync WANTLIB.
2010-11-22 11:15:55 +00:00
espie
b181d31917
missed a few depends
2010-11-22 09:30:38 +00:00
espie
895c8407ca
fix typo
2010-11-19 22:28:08 +00:00
jasper
a727f252b3
- adjust after recent schroedinger update
...
from brad
2010-11-19 08:59:32 +00:00
jasper
b3a96aeaf3
- update schroedinger to 1.0.10
...
from brad
2010-11-19 08:58:39 +00:00
espie
bc8dc9adb1
new depends
2010-11-19 07:23:05 +00:00
jeremy
4bd4f509d7
Switch MODRUBY_REV to MODRUBY_LIBREV in PLIST.
...
OK landry@
2010-11-16 18:16:12 +00:00
espie
e929ba7078
fix some WANTLIB we missed
2010-11-11 19:46:30 +00:00
espie
2ba610ccec
zap WANTLIB
2010-11-11 11:19:10 +00:00
jasper
3542c8096f
- we have sched_get_priority_{min|max} now.
...
from brad, ok dcoppa@
2010-11-09 13:26:31 +00:00
espie
9fca460376
LIB_DEPENDS -> WANTLIB
2010-11-07 20:15:42 +00:00
jasper
cd5d1c7ad0
- remove unneeded patches that we have sched_get_priority_* now.
...
from brad (MAINTAINER)
2010-11-07 18:45:38 +00:00
jakemsr
98b338b5ba
let it build on sparc64
...
from Brad
2010-11-06 23:28:23 +00:00
jakemsr
36eed127e1
update to x264-snapshot-20101023-2245
...
works with upcoming mplayer update as well as current ports
from Brad (MAINTAINER)
2010-11-06 23:05:48 +00:00
espie
e99803c88e
gconf2 module goes wantlib
2010-11-06 20:48:11 +00:00
eric
2392cb69e3
+oggz
2010-11-05 13:00:09 +00:00
eric
5650d046fc
Oggz comprises liboggz and the tool oggz, which provides commands to
...
inspect, edit and validate Ogg files. The oggz-chop tool can also be
used to serve time ranges of Ogg media over HTTP by any web server that
supports CGI.
liboggz is a C library for reading and writing Ogg files and streams.
It offers various features over the reference libogg, including
support for seeking, validation and timestamp interpretation. Ogg is
an interleaving data container developed by Monty at Xiph.org,
originally to support the Ogg Vorbis audio format but now used for
many free codecs including Dirac, FLAC, Speex and Theora.
ok pea@
2010-11-05 12:54:51 +00:00
jasper
8204cd9b5a
- regen PLIST after doxygen update
...
- tighten build dependency on doxygen
2010-11-04 20:14:20 +00:00
ckuethe
d2955bc608
update to libvpx 0.9.5, from brad. tested with an upcoming update of mplayer
...
ok edd@
2010-10-31 21:05:38 +00:00
steven
212e84d6c8
another libtoolize user:
...
use openbsd libtool and add a build dependency on gnu libtool
2010-10-28 11:39:53 +00:00
steven
08cec9fd54
this builds fine with openbsd libtool so set USE_LIBTOOL=yes
...
however auto* needs libtoolize or some other libtool macros, therefore add
a build dependency on gnu libtool
2010-10-28 10:02:04 +00:00
steven
d43917358a
indicate reason for gnu libtool
2010-10-27 15:46:06 +00:00
sthen
982cbea466
sync WANTLIB, pointed out by landry@
2010-10-25 10:11:22 +00:00
landry
13536f4687
unbreak: readd vorbisenc and vorbisfile to WANTLIB
2010-10-25 07:46:43 +00:00
sthen
efacceb213
lib_depends, revision
2010-10-24 21:40:38 +00:00
ajacoutot
ff07e285bc
Remove USE_X11.
2010-10-24 20:58:58 +00:00
sthen
3b2bbaacc0
Add MODPY_WANTLIB, adjust MODPY_LIB_DEPENDS to new-style LIB_DEPENDS,
...
update all ports to match. Plists don't change -> no bump.
Looks ok to jasper.
2010-10-24 15:53:55 +00:00
naddy
94f1552a62
proactively fix for gmake 3.82
2010-10-24 13:48:14 +00:00
naddy
087e79ddae
proactively fix for gmake 3.82
2010-10-24 13:15:26 +00:00
sthen
667238695e
+get_flash_videos
2010-10-19 08:09:45 +00:00
sthen
d15e70f9db
import ports/multimedia/get_flash_videos, suggestions/ok jasper@
...
Download or play videos from various Flash-based video hosting
sites, without having to use the Flash player. You may optionally
install rtmpdump to allow download from additional sites.
2010-10-19 08:09:16 +00:00
sthen
68ea630eea
no need to list MAINTAINER twice
2010-10-19 01:07:41 +00:00
espie
4cc3f43b65
USE_GROFF=Yes
2010-10-18 21:25:07 +00:00
sthen
0f1d6ff7ef
Update to newer swf player url.
2010-10-18 13:52:30 +00:00
ajacoutot
425c13bf87
Update to gstreamermm-0.10.8.
2010-10-16 14:12:14 +00:00
dcoppa
f92b090310
Recognize the f4a / f4v extensions.
...
From Brad (maintainer)
2010-10-15 14:13:03 +00:00
dcoppa
ae21ac8e65
Recognize the f4a / f4v extensions.
...
From Brad
2010-10-15 14:11:57 +00:00
jasper
e34499f593
- fix WANTLIB after cairo update.
2010-10-11 08:11:24 +00:00
kili
85b68606e8
Don't pick up and use doxygen (wasting time) when it's installed.
...
From brad, who sent me this version a couple of days when i did
some testing ov libvpx and whined about my valuable cpu cycles.
2010-10-07 18:59:47 +00:00
ajacoutot
1e06632cc8
Typo.
2010-10-05 04:53:50 +00:00
ckuethe
7fc6b66146
+libvpx
2010-10-04 23:56:50 +00:00
ckuethe
c5ea56e937
import of the Google/ON2 VP8 codec, from brad
2010-10-04 23:56:16 +00:00
jasper
aee1a5b061
this also needs libtoolize to build, so set to gnu libtool..
2010-10-02 07:40:05 +00:00
landry
b1c400f6ea
Add gnu libtool to BUILD_DEPENDS and bump. Autofoo needs libtool m4 macros.
2010-09-30 19:42:14 +00:00
ajacoutot
e77d8c968f
Revert, not needed, see Makefile.inc
2010-09-30 15:48:06 +00:00
jasper
b4f46a4927
- explicitly disable introspection
2010-09-30 15:45:50 +00:00
ajacoutot
850feff7c5
Missed in previous.
2010-09-30 13:46:30 +00:00
ajacoutot
60acd64f36
Merge -gdk into -main now that gdk-pixbuf has been moved away from gtk+2.
...
jasper agrees
2010-09-30 13:46:06 +00:00
landry
8ba6a112a1
Bump -main after gtk+2/gdk-pixbuf split
2010-09-30 07:44:20 +00:00
ajacoutot
f26c46c3b3
Fix build with new GTK+2.
2010-09-30 07:23:47 +00:00
ajacoutot
21da929ec9
Fix DEPENDS after gtk+2 and gdk-pixbuf split.
...
ok jasper@
2010-09-30 07:21:18 +00:00
landry
19500bb237
Set USE_LIBTOOL=gnu. This needs libtoolize. While here switch to
...
REVISION/EPOCH and bump.
2010-09-28 19:27:30 +00:00
landry
8c914f8469
Fix WANTLIB after librsvg update.
2010-09-28 08:51:20 +00:00
sthen
a50c23ba42
- add a fix for live streaming from upstream
...
- fix perl 5.12 warnings
2010-09-27 20:20:35 +00:00
steven
5dc3942cc5
don't require gnu libtool
2010-09-25 13:34:57 +00:00
jeremy
179a735c55
Remove myself as MAINTAINER of multimedia/subtitleripper
...
OK landry@
2010-09-24 15:27:46 +00:00
landry
01b2b2bedf
Force the use of gnu libtool, build error with ports libtool.
2010-09-22 06:55:44 +00:00
edd
7641a88e39
link mediatomb
2010-09-21 13:29:46 +00:00
edd
03c5a5a736
import mediatomb upnp streaming server. OK sthen@
2010-09-21 13:28:31 +00:00
ajacoutot
c05c853ee1
Set the cdrom DEFAULT_DEVICE to a more appropriate value.
2010-09-20 16:11:12 +00:00
sthen
ae601a0d5a
Garbage collect some patches for Xine-lib which are not necessary.
...
From Brad.
2010-09-20 07:58:13 +00:00
sthen
cb59b0cbf1
remove 0-byte files, spotted by Brad
2010-09-13 20:35:51 +00:00
sthen
0c0d6dd0d0
update xine-lib to 1.1.19 and switch to new-style LIB_DEPENDS/WANTLIB
...
from Brad, thanks landry@ for testing in bulk build
2010-09-13 20:12:16 +00:00
jakemsr
d957ca2d31
* no more anonymous unions in video(4)
...
* bump REVISION-main
2010-09-12 22:33:57 +00:00
jasper
fab4167387
- move distfiles/ to a proper mirroring location.
2010-09-12 16:49:08 +00:00
ajacoutot
d57a0f66b5
+plugins-gl
2010-09-08 21:46:28 +00:00
ajacoutot
31f25c1160
Import gstreamer-plugins-gl-0.10.2
...
This module contains integration libraries and plug-ins for using OpenGL
within GStreamer pipelines.
<...>
ok jasper@
2010-09-08 21:45:59 +00:00
ajacoutot
15ab9c6381
Make it possible to tweak CPPFLAGS and LDFLAGS in children ports.
...
ok jasper@
2010-09-08 21:44:36 +00:00
ajacoutot
4e59fe6082
Update to gstreamer-plugins-bad-0.10.20.
...
More info at:
http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.20.html
ok jasper@
2010-09-03 15:49:45 +00:00
ajacoutot
071043374c
Update to gstreamer-plugins-ugly-0.10.16.
...
More info at:
http://gstreamer.freedesktop.org/releases/gst-plugins-ugly/0.10.16.html
ok jasper@
2010-09-03 15:49:07 +00:00
ajacoutot
f578c99c43
Update to gstreamer-plugins-good-0.10.25.
...
More info at:
http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.25.html
ok jasper@
2010-09-03 15:48:14 +00:00
kevlo
ab3960fb06
add avinfo
2010-09-01 10:26:49 +00:00
kevlo
ce0397e16d
Initial import of avinfo-1.0.a15
...
Avinfo is an utility for audio-video information extraction.
ok ajacoutot@
2010-09-01 10:26:04 +00:00
jasper
39295ee441
- add missing build dependency
2010-08-31 12:30:45 +00:00
fgsch
6097dbaf9c
Bump revision after python's default change.
2010-08-30 17:46:56 +00:00
ajacoutot
ad8468e1a7
Merge -soup into -main.
2010-08-26 21:33:27 +00:00
ajacoutot
4e8015d176
Remove the -gnome subpackage. It uses gnomevfs2 which is deprecated.
...
Add a missing run_depends on gvfs for -main.
2010-08-26 21:33:03 +00:00
jakemsr
4228e3f2fa
* set $HOME during do-build, so the manual gets built when USE_SYSTRACE
...
is set
* switch to REVISION, bump
ok sthen@
2010-08-26 01:44:26 +00:00
sthen
adfaa8987d
- chase the library change in multimedia/schroedinger; oil->orc
...
- add various other missing WANTLIB (and LIB_DEPENDS in some cases)
- while there move PKGNAME=..pX to REVISION, and move some ports
to new-style LIB_DEPENDS
original diff from Brad, extensive checking by me (clean build of everything
related to liboil).
2010-08-25 23:27:21 +00:00
sthen
3c215cda37
update schroedinger to 1.0.9; from Brad.
...
this changes a lib dependency from liboil to liborc; dependent ports
will be fixed up shortly.
2010-08-25 23:25:36 +00:00
sthen
a7f643f9ea
add missing wantlibs, new-style lib_depends/revision, bump
2010-08-25 20:45:52 +00:00
jasper
a76eb02d00
- update libdv to 1.0.0
2010-08-23 07:51:22 +00:00
jasper
7c443278ff
- instead of commenting the goo to use -pthread, actually use it.
...
shrinks patch a bit
2010-08-21 12:22:41 +00:00
kevlo
c7408a5903
add audiopreview
2010-07-31 08:54:08 +00:00
kevlo
7603380685
Initial import of audiopreview 0.6
...
Audiopreview is a command-line tool that can play previews of your
audio files as well as video files, and even internet media streams.
It will play your whole media library without any problem and can
also be used as a regular media player.
ok ajacoutot@
2010-07-31 08:53:22 +00:00
sthen
1499deb94c
regen patches
2010-07-30 19:57:12 +00:00
ajacoutot
1b5a16d72f
Fix COMMENT lenght (max is 60) as reported by naddy@
2010-07-26 16:33:29 +00:00
ajacoutot
d5962c44cf
Remove powerpc hack, it seems to work fine now.
...
from Brad.
2010-07-26 16:06:55 +00:00
sthen
04841acf9c
plugins-{base,good} require gstreamer-0.10.30; tighten LIB_DEPENDS pkgspec
...
and bump. pointed out by Brian on ports. ok ajacoutot@
2010-07-24 09:25:01 +00:00
ajacoutot
35fcf34ff3
Better COMMENT for plugins subpackages.
2010-07-24 07:35:08 +00:00
ajacoutot
182f00f47a
Update to py-gstreamer-0.10.19.
...
Convert to new DEPENDS.
2010-07-22 19:22:08 +00:00
ajacoutot
be634bd7f4
Convert to new DEPENDS and REVISION.
2010-07-22 19:19:26 +00:00
ajacoutot
26180c9b03
Update to gstreamer-plugins-good-0.10.24.
...
Requires automake-1.10.
Enable orc support.
Convert to new DEPENDS and EPOCH.
2010-07-22 19:17:33 +00:00
ajacoutot
4d007da247
Update to gstreamer-plugins-base-0.10.30.
...
Enable orc instead of liboil, as advised.
Convert to new DEPENDS.
2010-07-22 19:16:16 +00:00
ajacoutot
9c0c404c5e
Update to gstreamer-0.10.30.
2010-07-22 19:14:49 +00:00
benoit
ed02b2e5e7
- update mkvtoolnix to 4.0.0
...
- update patches
- use new WANTLIB/LIB_DEPENDS style
initial diff from brad, ok ajacoutot@
2010-07-17 22:52:50 +00:00
landry
1f87aea5cc
Add the needed auto-fu to set the necessary #define ARCH_64_BITS on
...
sparc64 too. Fixes build on sparc64, which was broken since a good while..
ok jakemsr@
2010-07-09 23:12:07 +00:00
espie
5c20918a08
new-style LIB_DEPENDS
2010-07-09 11:59:59 +00:00
ajacoutot
4b19a677fa
Remove wrong lib_depends on gstreamer-plugins-ugly, as spotted by
...
landry@ and espie@.
Explicitely set configure args.
2010-07-08 22:14:47 +00:00
espie
af6e367162
soup is not in gnome sub
2010-07-05 07:33:38 +00:00
espie
1d994a6758
actual location of those libs was bogus
2010-07-04 17:18:21 +00:00
jakemsr
4e025a90ef
convert to sndio, provide previously missing headers, provide previously
...
missing cvs tags
sndio bits reviewed by ratchov@
2010-07-01 10:10:09 +00:00
ckuethe
6836dc303e
fix HOMEPAGE. remove extra blank line at end of human-readable output.
...
verbose dump of IFO structure if -vvv is specified. ok jim@
2010-06-28 19:22:50 +00:00
ajacoutot
12ed023b5a
Remove the Real plugin. No need for it anymore now that FFmpeg has been
...
updated.
from Brad.
2010-06-24 20:50:40 +00:00
sthen
5f8e9b0b96
update to 1.0.0, from Brad (taking maintainer)
...
(CVS ate the change to PLIST; bumping PKGNAME in case anyone built
this already).
2010-06-18 23:25:49 +00:00
sthen
32f8d596c5
update to 1.0.0, from Brad (taking maintainer)
2010-06-18 21:34:56 +00:00
espie
77820d6a84
requires automoc too
2010-06-18 14:27:14 +00:00
espie
8f6c56eaa6
stupid
2010-06-18 14:02:01 +00:00
espie
755766b593
integrated phonon (from qt4) is not enough for kde4.
...
to be linked to the build once I figure out the consequences.
2010-06-18 12:53:38 +00:00
giovanni
97ee82dd2f
Update to 0.10.18
...
ok ajacoutot@
2010-06-17 15:30:18 +00:00
sebastia
e05e99aa77
build with gcc3 on sparc
...
OK landry@ sthen@
MAINTAINER OKed x264
2010-06-15 10:07:41 +00:00
landry
b08a5a69e5
Remove sparc64-specific patch now that it switched to gcc4.
...
From Brad.
2010-06-11 20:05:57 +00:00
sthen
7dc2a2ca04
fix rtsp modes, from upstream repo.
2010-06-04 23:04:32 +00:00
ajacoutot
d7ccb5d170
Update to gstreamer-plugins-bad-0.10.19.
...
Fix dvdnav/dvdread depends.
2010-06-02 16:56:46 +00:00
ajacoutot
3cf6851a73
Bundled dvdread was removed about 10 months ago, so fix pkgconfig file
...
accordingly.
ok jakemsr@
2010-06-02 16:55:38 +00:00
ajacoutot
a1bbe6c268
Move --disable-shave were supported.
...
no binary change.
2010-06-02 13:08:32 +00:00
ajacoutot
b18ad78dde
Update to gstreamer-plugins-ugly-0.10.15 ; require latest x264.
2010-06-02 12:25:59 +00:00
ajacoutot
6380332861
Update to gstreamer-plugins-good-0.10.23
...
support for WebM/VP8
2010-06-02 12:06:54 +00:00
sthen
cc28cad353
Fix typo in slist= generation for akamai. From upstream repo.
2010-06-01 15:05:38 +00:00
jasper
234fd01631
- hookup vitunes
2010-05-31 16:57:04 +00:00
laurent
fa60d4a9cc
curse based media player and playlist manager with vi-like bindings,ok jasper@
2010-05-31 10:11:11 +00:00
sthen
35cc2c3bc8
update to 2.78, and roll RUN_DEPENDS into BUILD_DEPENDS to avoid the
...
bad idiom of RUN_DEPENDS=${BUILD_DEPENDS}.
2010-05-28 15:46:02 +00:00
sthen
30c8d05947
- add the manpage back in (generated from the script itself, so a
...
couple of RUN_DEPENDS move to BUILD_DEPENDS).
- cherrypick a couple of diffs from git (notably, automatically add
the correct swfVfy url to rtmpdump; if you've set this manually in
/etc/get_iplayer/options you can remove it).
- improve COMMENT, update HOMEPAGE.
2010-05-27 23:33:45 +00:00
jakemsr
3634adb631
update to ffmpeg2theora-0.26, for newer ffmpeg
2010-05-26 23:18:45 +00:00
jakemsr
510e7450dc
update to gst-ffmpeg-0.10.10
...
for compatability with newer ffmpeg
2010-05-26 22:39:02 +00:00
jakemsr
d0822f515d
make it work with newer ffmpeg, update wantlib/lib_depends
2010-05-26 22:33:36 +00:00
jakemsr
b666a5d2b5
update to libquicktime-1.0.5
...
* newer ffmpeg
* use sndio in lqtplay
2010-05-26 22:31:23 +00:00
jakemsr
d43c66a699
wantlib changes due to ffmpeg update
2010-05-26 22:18:22 +00:00
jakemsr
064038d07a
update to DVDStyler-1.8.0.3
...
lots of bug fixes and new features since 1.7.0, including use
of newer ffmpeg. see News link on HOMEPAGE for details.
2010-05-26 21:56:03 +00:00
jakemsr
51ce2b6bbe
update to x264-snapshot-20100511-2245
...
this is an ABI/API change. there will be fallout, but patches
exist and will be committed rsn ...
mostly from MAINTAINER
2010-05-26 21:18:17 +00:00
sthen
36ffe09c56
Add patches from upstream git repo. Fixes another cdn
2010-05-26 20:24:23 +00:00
sthen
b9c2edde22
update to infradead.org's v2.77, fixes flash streams following CDN changes
2010-05-26 20:13:06 +00:00
jasper
7df172872c
- fix build on gcc2
...
from sebastian reitenbach, maintainer timed-out.
2010-05-26 14:44:03 +00:00
landry
e98c821a0d
Remove .section .note.GNU-stack from this asm file, we already mark by
...
default the executable as not needing an executable stack, and it
confuses gas on hppa.
unbreaks both ports on hppa, no regression on other archs.
With hints from kettenis@
2010-05-22 15:13:39 +00:00
espie
198aeda2f3
syntax
2010-05-22 14:15:16 +00:00
naddy
f809bf4af6
fix fallout from the removal of dkio.h from ioctl.h
2010-05-20 15:24:24 +00:00
matthieu
d97b0fd33c
Fix inclusion of X headers after libXext 7.1 update. ok naddy@.
2010-05-10 20:46:38 +00:00
jasper
2af0e4ef6a
- fix build on a clean box
...
ok landry@ (MAINTAINER)- fix build on a clean box
ok landry@ (MAINTAINER)- fix build on a clean box
ok landry@ (MAINTAINER)- fix build on a clean box
ok landry@ (MAINTAINER)- fix build on a clean box
ok landry@ (MAINTAINER)- fix build on a clean box
ok landry@ (MAINTAINER)- fix build on a clean box
ok landry@ (MAINTAINER)- fix build on a clean box
ok landry@ (MAINTAINER)- fix build on a clean box
ok landry@ (MAINTAINER)
2010-05-10 20:22:20 +00:00
sthen
8a2cb30b90
cherrypick a couple of patches from github, including one which fixes iphone mode.
2010-05-01 21:17:25 +00:00
ajacoutot
8ceec1ddcb
Remove patches that we longer need as sunaudio is disabled now.
...
spotted by jakemsr@
2010-04-28 15:26:14 +00:00
ajacoutot
9c21964381
Add --disable-silent-rules to CONFIGURE_ARGS.
2010-04-28 08:18:16 +00:00
ajacoutot
bc2627e1cb
Regen WANTLIB.
2010-04-28 08:03:46 +00:00
ajacoutot
18f38d7de1
Update to gstreamer-plugins-good-0.10.22.
2010-04-28 08:03:23 +00:00
ajacoutot
5fb6d674be
Update to gstreamer-plugins-base-0.10.29.
2010-04-28 08:03:03 +00:00
ajacoutot
59ddacda63
Update to gstreamer-0.10.29.
2010-04-28 08:02:37 +00:00
jakemsr
a7bf435011
sndio supported by default; drop ossaudio(3), artsd and esd support.
2010-04-26 02:09:03 +00:00
ajacoutot
bb308edbd6
This part of CONFIGURE_ENV is now set in bsd.port.mk(5).
2010-04-24 09:56:34 +00:00
landry
c02dce8f31
Update to coherence 0.6.6.2, see
...
http://coherence.beebits.net/changeset/1527 for a list of interesting
new features.
2010-04-21 08:36:58 +00:00
sthen
abab707be8
Remove unused patch hunk (ifndef'd out), from Brad. No package change.
2010-04-20 11:32:14 +00:00
sthen
dd588a776b
update to 0.99.6, from Brad
2010-04-18 20:59:39 +00:00
benoit
e00348f92d
- unbreak port
...
- fix in configure from naddy@
with tweaks and ok by ajacoutot@
2010-04-17 13:14:01 +00:00
ajacoutot
56dfb2afad
+mm
2010-04-13 11:51:03 +00:00
ajacoutot
edce6b01a3
Import gstreamermm-0.10.7.
...
gstreamermm provides C++ bindings for the GStreamer streaming multimedia
library. With gstreamermm it is possible to develop applications that
work with multimedia in C++.
<...>
2010-04-13 11:50:26 +00:00
jolan
4adf7b76bd
update to 20100213
2010-04-08 05:46:53 +00:00
kili
3a63024a08
Adjust @conflict marker for gstreamer-plugins-bad; libgstshapewipe.so
...
has been moved with version 0.10.18, not 0.10.8.
ok ajacoutot@
2010-04-06 09:21:21 +00:00
benoit
2899108e9e
- update mkvtoolnix to 3.2.0
...
- update patches
with tweaks and ok by ajacoutot@, thanks !
2010-04-05 20:27:03 +00:00
sthen
6e3317b590
move to autoconf 2.64, from Brad
2010-04-03 19:52:41 +00:00
sthen
0fbeaaa2a3
use newer autoconf, from Brad
2010-04-03 00:21:14 +00:00
ajacoutot
b9b195187c
No need to specify the no_* FLAVOR for avahi, this is the default now.
...
naddy thinks there may be some gratuitous bumps but let's be safe.
reads good to sthen@, ok jasper@
2010-03-29 07:52:26 +00:00
ajacoutot
46fde7d029
Enable JPEG2000 support.
...
from Brad
"i dont want to be part of the bad plugins!" && ok jasper@
2010-03-26 08:13:31 +00:00
ajacoutot
cd46003b19
Unbreak by updating to devede-3.16.6.
...
breakage spotted by naddy@
2010-03-23 21:48:41 +00:00
sthen
a91c11822b
Add the X11 header path to CPPFLAGS so as to properly detect
...
the OpenGL headers and actually enable the OpenGL video output
plugin. From Brad.
2010-03-21 21:31:52 +00:00
ajacoutot
933779c4b2
Update to gstreamer-plugins-ugly-0.10.14.
...
survived a bulk and tests from jasper@
2010-03-21 11:26:33 +00:00
ajacoutot
7003ea3d35
Update to gstreamer-plugins-bad-0.10.18.
...
libgstshapewipe is now part of good.
survived a bulk and tests from jasper@
2010-03-21 11:26:01 +00:00
ajacoutot
e6d22215fb
Update to gstreamer-plugins-good-0.10.21.
...
libgstshapewipe has moved from bad to good.
survived a bulk and tests from jasper@
2010-03-21 11:24:46 +00:00
ajacoutot
cef3c3c355
Update to gstreamer-plugins-base-0.10.28.
...
survived a bulk and tests from jasper@
2010-03-21 11:23:40 +00:00
ajacoutot
9b5fcee652
Update to gstreamer-0.10.28.
...
survived a bulk and tests from jasper@
2010-03-21 11:22:16 +00:00
ajacoutot
7419baae4a
Update to devede-3.16.4.
2010-03-21 10:48:10 +00:00
ajacoutot
ac031508e6
typo in COMMENT.
...
from Markus Bergkvist
2010-03-21 09:44:47 +00:00
sthen
3a07e0b89d
remove some files I missed earlier
2010-03-21 01:52:18 +00:00
sthen
5e4406d4aa
update to 1.1.18.1, from Brad
2010-03-21 01:41:15 +00:00
ajacoutot
bb0c27b4c7
Remove myself from maintainer.
2010-03-20 16:56:57 +00:00
espie
d8f314a02c
fix a nasty build issue, where plugins-bad would pick up exempi, miscompile
...
gstmetadata, and yield a broken package: after installation, gst-inspect
would dump core systematically, thus bricking gstreamer entirely.
as discussed with jasper@ and aja@.
2010-03-05 08:53:11 +00:00
sthen
311c7b0eb6
Fix playback of 24-bit FLAC files. From Brad. ok ajacoutot@
...
(ports is not fully open)
2010-03-03 08:29:18 +00:00
sthen
5abdaeca29
- update to 2.71, fixes things following some bbc changes
...
- better DESCR
ok jasper@
(reminder, ports is not fully open, do not commit without specific permission)
2010-02-26 18:48:06 +00:00
espie
100f0c7870
SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
...
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
sthen
52500bb238
Remove workarounds now that _SC_NPROCESSORS_ONLN/_SC_NPROCESSORS_CONF
...
have been added to libc. Needs new libc before building. From Brad; ok jasper
2010-01-15 09:07:27 +00:00
sthen
3b468d61b7
update get_iplayer to 2.58
2010-01-12 12:46:15 +00:00
jakemsr
8df3585b3b
- add sndio recording support
...
- drop sun audio support
- allow non-filenames for audio input names
with feedback from ratchov@
2010-01-11 08:49:27 +00:00
sthen
0c62683fdf
update to 2.56;
...
* Fix flvstreamer/rtmpdump version detection.
* Improved episode name extraction from meta-data to include episode
number where appropriate.
* Added episode and series numbers to caches.
* Added freevo as a metadata format.
* Added --email options to allow for scheduled html search results to be
sent by email (Credit: Stroller).
2010-01-08 14:30:30 +00:00
sthen
cbf426fd8a
Argh, another 'cvs rm' that I missed; these files should be removed
...
with the update to xine-lib 1.1.17 (sndio support is now included
upstream). Reminded by Brad.
2010-01-06 09:14:17 +00:00
sthen
85b522fe1e
Update to 1.1.7 from Brad; I missed a 'cvs rm' too :(
2010-01-05 11:52:06 +00:00
sthen
c5176ff065
Update to xine-lib 1.1.7 and disable win32 codec support, from Brad.
...
oops, missed a 'cvs add'.
2010-01-05 11:50:18 +00:00
sthen
ef99599f5b
Update to xine-lib 1.1.17 and disable win32 codecs. From Brad.
2010-01-05 11:48:51 +00:00
sthen
4b7179e3b9
Update to 2.55, adds --pvrscheduler option to run the PVR at regular
...
intervals, various other bugfixes/improvements.
2010-01-04 11:15:35 +00:00
sthen
e0db87e993
update to 2.53 with various improvements and cleanups
...
N.B. deprecated options have been removed in this update.
2009-12-31 14:53:33 +00:00
sthen
564c470a9d
update to 2.52, parse embedded mp3 flashaudio programmes that don't have
...
the 'encoding' attribute set.
2009-12-27 19:32:52 +00:00
benoit
694d91fbf2
- update mkvtoolnix to 3.0.0
...
- regen PLIST
- update patch
ok ajacoutot@
2009-12-23 12:11:29 +00:00
ajacoutot
cdff106084
Use @unexec-delete instead of @unexec for the *-update-* goos.
...
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 15:43:14 +00:00
sthen
393f57cb85
Update to 2.51, fixes url encoding for prepend-type proxies, and fixes a bug
...
if only iphone mode is specified.
2009-12-21 21:52:27 +00:00
sthen
1629fe7104
update to 2.50, fixes iphone mode and world service aac audio following bbc changes.
2009-12-20 22:18:43 +00:00
sthen
4aa2f85888
update to 0.1.17, sync with bbc changes. (note, get_iplayer is probably
...
a better choice for most people..)
2009-12-17 15:19:48 +00:00
kili
3e1e41797d
Bump this one, too.
2009-12-15 21:53:53 +00:00
kili
f4d41d75a9
Bump pkgname. ok espie.
2009-12-15 21:47:59 +00:00
espie
454b086de5
and this one too
2009-12-14 13:55:32 +00:00
espie
c7e398e0c6
fix merge disaster: to merge subpackages together, it's not enough to put
...
@conflict markers, the @pkgpath markers should also indicate what's going on.
2009-12-14 11:36:26 +00:00
sthen
a95cdc49cd
update to 1.1.1, from Brad, maintainer timeout
2009-12-13 22:01:32 +00:00
ajacoutot
9bd8840f08
Remove jack support as it is useless for this applications (and never
...
really worked.
ok jasper@
2009-12-08 21:48:09 +00:00
ajacoutot
a434ba5a4f
Remove the gettext macros diffs, they aren't needed anymore.
...
from Brad
PLIST_DB said no bump needed...
2009-12-06 13:08:30 +00:00
ajacoutot
960930f9c5
Enable DTS support.
...
from Brad
2009-12-05 23:21:01 +00:00
landry
79bf393e39
Add a pair of patches to resindvd plugin to set DEFAULT_DEVICE to
...
/dev/rcd0c instead of /dev/dvd.. no better workaround atm, but at
least gstreamer-enabled apps have more chances to play dvds.
(btw, you have to be in operator group to access the device)
Note that gstreamer-ugly also provides some more or less working
plugins for dvd playing, but resindvd is supposed to be the way to go.
ok ajacoutot@ with some grumblings
2009-12-02 22:20:11 +00:00
ajacoutot
1ffca5cad1
Major update to py-gstreamer-0.10.17.
...
Months (years?) of changes, refer to the source for changelog.
tested on a bulk by jasper@
feedback and sparc64+macppc testing from landry@
"commitski" jasper, ok landry@
2009-11-29 09:18:42 +00:00
ajacoutot
03faae0e4f
MODPY_RUNDEP is not needed anymore.
...
Don't install .la files for modules.
2009-11-29 09:18:11 +00:00
ajacoutot
e938b280b3
Major update to GStreamer plugins-ugly 0.10.13.
...
Months (years?) of changes, refer to the source for changelog.
Simplify DESCR.
tested on a bulk by jasper@
feedback and sparc64+macppc testing from landry@
"commitski" jasper, ok landry@
2009-11-29 09:17:54 +00:00
ajacoutot
664c8aafcd
Major update to GStreamer plugins-good 0.10.17.
...
Months (years?) of changes, refer to the source for changelog.
Simplify DESCR.
Remove -esd subpackage (idea from landry, and ok espie@ naddy@)
Remove sunaudio support (solaris) and enable ossaudio to have mixing
capabilities (audio still handled with sndio by default).
tested on a bulk by jasper@
feedback and sparc64+macppc testing from landry@
"commitski" jasper, ok landry@
2009-11-29 09:17:38 +00:00
ajacoutot
df52562347
Major update to GStreamer plugins-base 0.10.25.
...
Months (years?) of changes, refer to the source for changelog.
Simplify DESCR.
tested on a bulk by jasper@
feedback and sparc64+macppc testing from landry@
"commitski" jasper, ok landry@
2009-11-29 09:17:17 +00:00
ajacoutot
ecb4d03e67
Major update to GStreamer plugins-bad 0.10.17.
...
Months (years?) of changes, refer to the source for changelog.
Simplify DESCR.
-mplex subpackage renamed to -mjpeg.
tested on a bulk by jasper@
feedback and sparc64+macppc testing from landry@
"commitski" jasper, ok landry@
2009-11-29 09:16:51 +00:00
ajacoutot
8e36ff1602
Major update to GStreamer 0.10.25.
...
Months (years?) of changes, refer to the source for changelog.
Remove unneeded build dependency on python.
Rework DESCR.
tested on a bulk by jasper@
feedback and sparc64+macppc testing from landry@
"commitski" jasper, ok landry@
2009-11-29 09:16:33 +00:00
ajacoutot
8df1df8e3f
Prepare for upcoming GStreamer update.
...
Better HOMEPAGE.
2009-11-29 09:16:17 +00:00
ajacoutot
6d82bb34e4
Update to devede-3.15.0.
2009-11-27 18:14:48 +00:00
sthen
0fc37ed272
update to 2.49, also bump flvstreamer RUN_DEPENDS to 1.9 (the new
...
flvstreamer fixes some problems with Flash Media Server 3.5.x)
2009-11-21 23:15:02 +00:00
ajacoutot
71587de771
Remove leftover.
...
from Mikolaj Kucharski
2009-11-17 15:23:08 +00:00
sthen
17aff117b9
Update to 2.48
2009-11-14 18:42:35 +00:00
jolan
376e685142
update to 20091024
2009-11-13 01:09:00 +00:00
sthen
239f0ef081
update to 2.46
2009-11-09 19:47:41 +00:00
sthen
c10eaa9a85
update to 2.45, fixing a bug which caused iPlayer HD to fail with some CDNs.
2009-11-06 14:35:46 +00:00
sthen
6f9b9339f2
+atomicparsley
2009-11-06 14:29:40 +00:00
sthen
689c3e98c7
import ports/multimedia/atomicparsley:
...
AtomicParsley is a lightweight command line program for reading,
parsing and setting metadata into MPEG-4 files supporting these
styles of metadata:
* iTunes-style metadata into .mp4, .m4a, .m4p, .m4v, .m4b files
* 3gp-style assets (3GPP TS 26.444 version 6.4.0 Release 6 specification
conforming) in 3GPP, 3GPP2, MobileMP4 & derivatives
* ISO copyright notices at movie & track level for MPEG-4 & derivatives
* uuid private user extension text & file embedding for MPEG-4 & derivatives
2009-11-06 14:29:14 +00:00
sthen
8ff6c4a593
update to 1.1.5, from Brad.
2009-11-03 14:32:33 +00:00
sthen
353bf7634d
- update to 2.43
...
- take maintainer
2009-10-25 20:01:12 +00:00
naddy
4c7b2ff6ee
bump PKGNAME, not DISTNAME
2009-10-18 16:48:39 +00:00
landry
49282eb4e7
Teach users that they _have_ to give Moovida the paths to their media
...
files to properly work. It can't detect files all alone, and scanning
the entire filesystem would be stupid anyway.
2009-10-17 09:07:33 +00:00
landry
c90872dc95
link moovida to the build
2009-10-15 15:45:27 +00:00
landry
9f4650538c
Add files for core/ subdirectory of Moovida, which provides the main
...
Moovida package.
2009-10-15 15:44:41 +00:00
landry
a26611ee02
Import Moovida (formerly known as Elisa) 1.0.7 :
...
Moovida is an open source cross-platform media center solution designed
to be simple for people not particularly familiar with computers. With
Moovida you can enjoy:
- Watch your pictures with previews and nicely animated slideshows.
- Watch your movies and video clips as well as online ones.
- Manage your music collection by artists or albums covers.
- Moovida finds automatically medias on your network, from network
drives, Windows Mediaplayer, using Coherence uPNP framework.
Work done entirely at p2k9, horray for Budapest!
forcedly looked over by & ok ajacoutot@
(core/ subdir is coming afterwards..)
2009-10-15 15:41:55 +00:00
landry
e12090c169
+py-tagpy & coherence
2009-10-15 08:52:31 +00:00
landry
23493debb1
Import Coherence 0.6.4:
...
Coherence acts as a DLNA/UPnP MediaServer and exports local and remote
media files via its backends to other UPnP clients.
See http://coherence.beebits.net/ for features & details.
Based on a submission from djm@ (who prodded me to take maintainership)
with tweaks/fixes by me. Yet another dependency of Moovida/Elisa..
2009-10-15 08:50:49 +00:00
jasper
b94bb3ef7c
- add plugins-farsight
2009-10-14 15:47:09 +00:00
jasper
e7a6e6961e
import gstreamer-plugins-farsight 0.12.11
...
This is a set of plugins for Gstreamer that will be used by Farsight for
Audio/Video conferencing.
ok aja@
"It's Not Torture If You Do It To Yourself"...
2009-10-14 15:46:56 +00:00
ajacoutot
1b5889dec6
Merge confelements subpackage into -main.
...
Gstreamer should now work out of the box for most usages... at last...
2009-10-14 13:59:23 +00:00
landry
36e832dc85
Enable libmms support in gstreamer-plugins-bad, yet another dependency
...
of Moovida/Elisa.. tweak DESCR accordingly.
ok ajacoutot@
2009-10-14 13:52:21 +00:00
landry
278a5f3773
+libmms
2009-10-14 13:48:14 +00:00
landry
21a0e25512
Import libmms-0.4:
...
LibMMS is a common library for parsing mms:// and mmsh:// type network
streams. These are commonly used to stream Windows Media Video content
over the web.
ok ajacoutot@
2009-10-14 13:46:48 +00:00
sthen
150b12074a
update to 0.1.16, sync with BBC changes
2009-10-12 17:16:51 +00:00
sthen
25e128603e
minor update to 2.41
2009-10-10 10:42:42 +00:00
ajacoutot
f681dee36d
Several cleanings, typos and consistencies.
2009-09-28 19:52:14 +00:00
ajacoutot
e14a280b8c
Use gettext module.
2009-09-28 19:50:59 +00:00
ajacoutot
7aa1d0aaad
Fix dependencies after gstreamer-plugins-* merge.
...
looks good to landry@, ok jasper@
2009-09-28 18:32:02 +00:00
ajacoutot
968830d157
Merge several (most usefull) plugins into -main.
...
This will help with getting good functionnality working without hunting
for dependencies.
feedback from Brad, sthen@, jasper@ and landry@, thanks!
looks good to landry@, ok jasper@
2009-09-28 18:26:38 +00:00
sthen
57cdbfee3e
Bugfix update to 2.40
2009-09-27 23:47:14 +00:00
ajacoutot
c0ddfe35c3
Disable sound by default so that this program would work out-of-the-box.
2009-09-22 12:11:02 +00:00
sthen
126faefd18
update to 2.37, list myself as MAINTAINER.
2009-09-21 22:30:58 +00:00
ajacoutot
17d50effb0
This does not need python to run.
2009-09-13 10:14:22 +00:00
jasper
2e6da560dc
- move distfiles to another site
2009-09-10 22:12:55 +00:00
sthen
32450b2f60
Update to 2.31; various fixes and improvements
2009-09-10 17:09:48 +00:00
ajacoutot
777f4a330d
autopoint(1) uses HOME, make sure it exists.
...
prodded by landry@
2009-09-08 08:00:18 +00:00
sthen
3872d65a58
Update get_iplayer to 2.26
2009-09-05 15:54:25 +00:00
jolan
12be6fa738
update to 20090830
2009-09-03 20:53:46 +00:00
sthen
cb168cfbac
- update to 2.22; minor bugfixes and improvements.
...
- set PKG_ARCH=*
- note that upstream moved to Linux FHS /var/lib/get_iplayer/options;
we patch to retain hier(7)-compatible /etc/get_iplayer/options
2009-08-30 12:58:14 +00:00