summaryrefslogtreecommitdiff
path: root/multimedia
AgeCommit message (Collapse)AuthorFilesLines
2005-03-12Fix included (and installed) perl scripts to use the right interpreter.jmmv3-3/+113
While here, pull in a patch from CVS (which already is in 0.8.8) to make tunesbrowser be able to play aac files. Bump PKGREVISION to 2. Closes PR pkg/29653 by Antoine Reilles.
2005-03-10Add bswap conditional for Interix.tv2-5/+14
2005-03-06$PKG_SYSCONFDIR support. Bump PKG_REVISION.markd4-6/+25
2005-03-05add PLIST for libfb output plugin, which is built on Linux.grant1-0/+2
2005-03-05disable building of experimental skins2 on all platforms, not justgrant1-2/+2
NetBSD.
2005-03-05the ffserver program uses dlopen(), so include dlopen.buildlink3.mkgrant3-5/+16
and ensure -ldl is passed when linking ffserver where appropriate. fixes build on Linux.
2005-03-02Bump DIST_SUBDIR due to distfile changes. No functional change.minskim2-66/+66
Noted by Kibum Han in PR pkg/29532.
2005-02-27Bumpd the PKGREVISION for the following packages:veego1-2/+2
emulators/compat13 emulators/compat14 emulators/compat14-crypto emulators/twin lang/blackdown-jdk13 multimedia/transcode because of a broken PLIST_SRC handling introduced in mk/bsd.pkg.mk rev 1.1593 and fixed in rev 1.1596. compat13 was bumped to nb2 so we don't have different package version on different archs (alpha had an nb1 before but all other had no PKGREVISION).
2005-02-27Add back lib/transcode/export_xvid.so to PLIST which was removed in rev 1.2.veego3-6/+9
This file is just an symlink to export_xvid4.so created by the Makefile and not part of an .la File. Move lib/transcode/libxvidcore.so.4 to PLIST.i386, because the link is only created on i386. Bump PKGREVISION. Old HOMEPAGE and MASTER_SITES are no longer valid. Change it to the new pages for transcode 0.6.14, but only two MASTER_SITES have the old file. ToDo: Update to 0.6.14.
2005-02-27Explicitly set PREFIX; some files were installed in the wrong place (/share).wiz1-1/+2
2005-02-24Add RMD160 digests.agc66-66/+159
2005-02-24Add a check for Xv and if we don't have it then add --disable-xvdmcmahill1-3/+4
2005-02-23Since updating Xaw3d to 1.5E, fxtv breaks (during startup) whenwiz3-18/+16
compiled with -O2 -- remove it. While here, do some minor cleanups in the package Makefile. Bump PKGREVISION so that working versions can be identified.
2005-02-23Sort.wiz1-2/+2
2005-02-22use -DDEV_DSP="\"${DEVOSSSOUND}\"" not -DDEV_DSP=\\\"${DEVOSSSOUND}\\\"abs1-2/+2
2005-02-22regen to get line numbers correct.wiz5-21/+21
2005-02-21Use the extended PLIST_SRC support which now also reads:veego3-34/+30
PLIST.${MACHINE_ARCH:C/i[3-6]86/i386/g} PLIST.${OPSYS}-${MACHINE_ARCH:C/i[3-6]86/i386/g} and remove the package hack for MD PLIST files. Split PLIST into PLIST.common and PLIST.common_end to fix an error while removing the package. Also remove the trailing space at the two plist manpage entries, which caused an warning during package installation.
2005-02-21Sign over maintainership to tech-pkg@hubertf3-6/+6
2005-02-21Fix quoting.uebayasi1-2/+2
2005-02-19Update to 0.5.38.wiz3-20/+28
Package changes: Sync dependencies with requirements, and sort them to make checking easier. New in 0.5.38: This release has only grabber fixes, but plenty of them - in particular tv_grab_pt and tv_grab_fr are now working again. New in 0.5.37: tv_grab_se_swedb: New Grabber for Sweden! tv_check: major changes. now handles DST properly. output always in local timezone, GMT supported in guide added --days parameter. 7 day limitation removed fix/improve MyReplayTV timeslot detection tv_grab_fr: rewritten to be less sensitive to data source changes tv_grab_nl: fixes to handle bad pages and odd start times tv_grab_uk_rt: added channel ids tv_grab_es: fixed bug that could cause programme to be skipped tv_grab_no: changed to handle data source changes tv_grab_uk_rt: added POD documentation tv_grab_dk: added icon support. misc fixes tv_grab_na_dd: fixed config file problem preventing UTC time --quiet now disables the status bar retain config file if config mode aborted xmltv.exe: return non-zero ERRORLEVEL if script stops with error cache handling: make location of cache.conf more flexible
2005-02-19|fmt.wiz1-8/+9
2005-02-18This build depends on texi2html.reed1-1/+3
(Noticed in kristerw's amd64-2.0 pkgsrc bulk build.)
2005-02-18Fix CFLAGS " quoting issueabs1-2/+2
2005-02-17Update to version 1.0.2salo4-9/+8
Changes: - all: bug fix: Fixed compilation with the upcoming new versions of libebml and libmatroska. - mkvmerge: bug fix: mkvmerge did not accept XML chapter files created with older mkvtoolnix versions due to deprecated chapter elements. Such elements are now skipped. - mkvmerge: bug fix: Fixed negative audio displacement for a couple of formats. - mmg: bug fix: Again the window handling. Hopefully this is better than the other attempts. - mmg: bug fix: One was able to crash mmg by pressing 'ok' in the muxing dialog right after muxing finished, especially if the 'abort' button was hit before. This mostly happened on Linux.
2005-02-17Update to version 0.7.5salo4-14/+12
Changes: - fix the segment family UID - no more TrackAngle and new TrackTranslate elements - rename ChapterLink* to ChapterTranslate* - add KaxChapterLinkEditionUID - fix the KaxSegmentFamily flags - added KaxSegmentFamily, KaxChapterLink, KaxChapterLinkCodec and KaxChapterLinkID - Move all of the (re-)activated Matroska v1 elements out of "#if == 2" blocks. - support for KaxMaxBlockAdditionID and fix default values - BlockAdditions is in Matroska 1 now - added the button track type - Use malloc() and free() instead of new[] and delete[] where the lib might deal with pointers that have been allocated by the app, or where the app has allocated the memory. Reason: new[]ed memory cannot be realloc()ed. - remove support for the gap flag in the Block - add almost automatic handling of SilentTracks - added KaxTrackFlagForced - added KaxTrackAngle and various fixes - TrackOverlay is now multiple - added KaxClusterSilentTracks and KaxClusterSilentTrackNumber
2005-02-17Fix quoting.uebayasi1-2/+2
2005-02-16Added libassetml-1.2.1reed1-1/+2
Library for sharing image and audio files between projects
2005-02-16New package: libassetmlreed5-0/+71
AssetML defines an XML file for multimedia metadata, such as name, description, categories, and file type. Applications using the libassetml library can query these XML files to share and reuse content like image and audio files. This package also provides the assetml-query tool for browsing the AssetML database. http://www.ofset.org/assetml/ (This will be used by childsplay and gcompris. Anyone want to work on them?)
2005-02-09Use tar.bz2 file. Closes PR 29288 by Antoine Reilles.wiz2-6/+6
2005-02-09Update to 0.8.9:jmmv3-8/+15
Changes since 0.8.8: * Probe fixes * Thread and queue fixes fixes * Documentation updates * Important GstBin state change fix - see #166371 if you subclass Bugs fixed since 0.8.8: * 94464 : [threads] gst_scheduler_add_scheduler() doesn't ref passe... * 123775 : [PATCH] [api] setting state on element should force highe... * 142588 : [threads] if all elements have been removed from a bin, s... * 150546 : [api] Error for calling gst_pad_push in a get function is... * 162276 : [build] gstregistry.h and gstxmlregistry.c don't build wi... * 163234 : [PATCH] plugin loading isn't thread-safe * 163383 : [PATCH] ogm plugins won't register * 163801 : [PATCH] mem leak in xml registry loading * 164062 : [PATCH] tee capsnego is broken * 164261 : [PATCH] GST parsing doesn't recognise urls without a file... * 165272 : [PATCH] Problem compiling gstreamer 0.8.8 * 165365 : [PATCH] gst_string_wrap() segfaults on NULL strings * 165922 : add locking in opt * 166269 : Typo in current .po file msgid string * 166362 : data discarded by probes is leaked * 166371 : GstBin derived classes not notified of state change
2005-02-07Update to 1.0alpha4:wiz3-9/+48
Changes since the alpha3 release: * first draft of the Theora I Format Specification * API documentation generated from theora.h with Doxygen * fix a double-update bug in the motion analysis * apply the loop filter before filling motion vector border in the reference frame * new utility functions: theora_packet_isheader(), theora_packet_iskeyframe(), and theora_granule_frame() * optional support for building without floating point * optional support for building without encode support * various build and packaging fixes * pkg-config support * SymbianOS build support
2005-02-05Add kristerw@'s patches from multimedia/mkvtoolnix.salo4-1/+47
Fixes build with gcc2.
2005-02-05Remove me as maintainer of this package because I now longer use it.tron1-2/+2
2005-02-03Use INFO_FILES for registering the mjpeg-howto.info documentation files.reed2-6/+4
And remove from PLIST. This fixes problem when INFO_DIR is using a custom directory such as share/info. Do not bump PKGREVISION, because couldn't package in first place when this problem occurred. This will cause a warning: install-info: warning: no info dir entry in `/usr/pkg/share/info/mjpeg-howto.info' TODO: so add a START-INFO-DIR-ENTRY/END-INFO-DIR-ENTRY pair dir entry.
2005-01-29Change some string manipulations to equivalent operations thatkristerw4-1/+47
gcc 2.95 understand.
2005-01-27Update win32-codecs to 050115. Changes unknown. Update necessaryben3-15/+19
because older distfile versions are removed. This addresses PR#29137
2005-01-26Explicitly disable xvid. Fixes build if xvidcore is already installed.jmmv1-1/+2
2005-01-23Build Python with thread support by default and turn the existingrecht1-2/+2
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-18update to 1.0.3drochner2-5/+5
This release fixes very minor bugs. It is source and binary compatible with the previous version.
2005-01-16Fix C99-isms to make this pkg build with gcc 2.95.kristerw2-1/+24
2005-01-15Remove gst-player. According to the original developers, this programjmmv5-102/+1
hasn't been maintained for a long time and is buggy, so they are removing all references to it from its home page. Plus it never worked very well here. Agreed by maintainer.
2005-01-13Explicitly disable multiple drivers. This fixes the build under Linux,jmmv3-15/+26
where OpenGL was not detected properly but was included in the PLIST. Also avoids the installation of the v4l plugin, which resulted in extra files in that system. Bump PKGREVISION to 1.
2005-01-08Accept cdrtools-ossdvd as replacement for cdrecord.wiz1-2/+2
2005-01-07xine doesn't use xvidcore, so remove the dependency.drochner2-4/+2
This also makes the pkg build on non-i386.
2005-01-06update to 0.4.1drochner7-52/+15
changes: -needs gtk+-2.4 -some fixes and ui improvements
2005-01-06update to 1.0drochner8-75/+37
changes: -security issue regarding the AIFF demuxer (CAN-2004-1300) -Xv plugin dynamically linked again -some fixes
2005-01-06update for new patch and changed DIST_SUBDIRdrochner1-43/+44
2005-01-06some skins have changed on the distribution site - use new DIST_SUBDIRdrochner1-2/+2
2005-01-06SSE(2) support is always present on amd64 - ifdef out the sysctldrochner2-1/+25
2005-01-06Fix buffer overflow reported in CAN-2004-1300, bump package revision.tron4-6/+20