summaryrefslogtreecommitdiff
path: root/multimedia/totem
AgeCommit message (Collapse)AuthorFilesLines
2010-01-15update to 2.28.5drochner2-6/+6
changes: minor UI fixes
2009-12-09update to 2.28.4drochner2-6/+6
changes: -UI improvements -bugfixes
2009-11-15update to 2.28.3drochner2-7/+6
changes: -bugfixes -Fix YouTube plugin for latest website changes
2009-10-30update to 2.28.2drochner3-7/+9
changes: bugfixes
2009-10-25Configure checks for the gstreamer soup plugin, so depend onwiz1-1/+3
gst-plugins0.10-soup.
2009-10-21update to 2.28.1drochner8-62/+56
This switches to the gnome-2.28 release branch.
2009-09-07make the youtube browser work again, seems that there was a protocoldrochner2-1/+26
change (just lifted some parameters from youtube-dl) ride on today's PKGREVISION bump
2009-09-07make the "jamendo" plugin work with gtk2-2.16.6 -- the UI loaderdrochner4-5/+18
seems to be picky about duplicate object names now bump PKGREVISION
2009-08-26bump revision because of graphics/jpeg updatesno1-1/+3
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-09update to 2.26.3drochner3-7/+18
changes: bugfixes
2009-06-14Remove @dirrm entries from PLISTsjoerg1-89/+1
2009-05-20Tag as gnu-gpl-v2 and add a comment that it has an additional exceptionwiz1-2/+2
clause. Per discussion on tech-pkg.
2009-05-19Add URL for upstream bug report.wiz2-3/+5
2009-05-19Remove unneeded patch. Add comment to another one.wiz3-15/+5
2009-05-19Update to 2.26.2. Don't set LICENSE yet, it's GPL2 with an exception clause.wiz3-7/+10
2.26.2: * Add support for autohref, makes trailers on the Apple website work again * Add the cache subtitles directory to the subtitle file selection dialogue's shortcuts * Fix failure to save downloaded subtitles * Fix resolve_uri returning an empty URI when trying to resolve with a base at the root of a webserver
2009-04-07update to 2.26.1drochner5-10/+23
changes: * Use Ctrl+S instead of Shift+S for the screenshot capture * Parse session management options on the command-line * Reset the seekbar when a file is closed * Make the default drag action for the video widget be a copy * Reset the icon properly when deactivating the thumbnail plugin * Make sure all files are played when playing in shuffled mode, and repeat mode is switched off * Fix Rewind() and Stop() functions in the QuickTime compat plugin * Don't remove renamed files from the playlist Subtitles download plugin: * Fix the OpenSubtitles plugin not loading * Sort languages names in alphabetical order pkgsrc change: remove the hard dependency on gst-plugins0.10-resindvd, add a MESSAGE giving hints which plugins might be useful
2009-03-22Remove msgfmtstrip scripts and targets using them, now that thewiz2-32/+5
infrastructure supports this properly (thanks joerg!).
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-03-16Update totem to 2.26.0.jmcneill6-25/+122
2.26.0: * Make sure all the Python plugins are translated * Fix the language selection in the OpenSubtitles plugin 2.25.92: * Set PulseAudio application properties * Fix possible crasher in eggdesktopfile * Add support for MXF videos * Fix repeat not working in the browser plugin 2.25.91: * Document internal API for plugin writers * Fix a few focus problems * Accept human-friendly inputs in the "Skip To" dialogue * Add a huge number of languages to the subtitle downloader plugin * Make looping smoother when only one file is being played in repeat * Make the gallery creation progress window work as expected * Fix a possible crasher when getting metadata in the xine-lib backend * Many build fixes * Make Totem more robust when Python fails to initialise 2.25.90: * Add a UPNP/DLNA plugin * Add a plugin to allow creating galleries of screenshots for video files * Add a plugin to allow copying DVDs and VCDs through Brasero, as well as creating new DVDs from the playing video * Add support for Repeat and Shuffle through LIRC * Add support for a number of playlist types * Update audio and video files types supported by the properties window to not include playlists * Fix recent files not working when the playlist was empty * Avoid resetting colour balance sliders when set at the maximum or the minimum * Fix the screensaver not being disabled in some cases * Add number of build and UI fixes 2.25.3 (changes since 2.24.3): * Interface changes: - Make the left-click seek directly to the destination - Hide colour balance sliders that aren't available - Make modifiers work as expected when drag'n'dropping files - Use "Movie Player" everywhere in the interface - Add an arrow to the sidebar button - Convert British English messages to American English - Show the fullscreen popups when seeking with the keyboard - Better behaviour when changing the type of playlist to be saved - Fix playlist problems when removing an file that was deleted from the filesystem * Subtitle handling: - Add plugin to download text subtitles from OpenSubtitles.org - Allow selecting a text subtitle from the View menu, or by dropping the file onto the video widget - Add the subtitle and languages menus to the fullscreen popup * Browser plugin: - Remove the "basic" web browser plugin, we now use the same API as VideoLAN for our default plugin - Fix relative paths not resolving in some cases - Fix repeat=true only playing files twice * Plugins: - Add Jamendo plugin - Add support for streaming TV from MythTV - Fix YouTube movie playback following website changes - Make the local search and YouTube search sidebars look more alike - Add proper mute support for remote controls - Fix the metadata-updated signal to be useful * Build: - Remove libgnome dependency - Remove NVTV support - Use g_timeout_add_seconds() when possible * GStreamer backend: - Require the rsndvdbin plugin for DVD playback - Add zoom support - Fix some files not giving us metadata with the video indexer - Fix the video window getting bigger than the screen - When streaming, the pause button stops * Other: - Add ability to create a gallery image using the video thumbnailer
2009-02-21Update to 2.24.4:wiz4-10/+29
2.24.4: * Fix building with --disable-easy-codec-installation * Small fix to the man page
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-1/+3
changed runtime dependencies now.
2008-12-18Allow browser plugin to build on NetBSD. Not built by this package, sojmcneill2-1/+17
no need to bump PKGREVISION.
2008-10-28Update totem* to 2.24.3. Make totem-nautilus use totem/Makefile.common.wiz3-9/+10
2.24.3: * Fix YouTube plugin for recent website changes * Allow clicking on the seekbar to get to the selected position * Fix some keys not being usable in the sidebar * Fix possible hangs in the YouTube plugin
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-10-16update to 2.24.2drochner5-10/+52
This switches to the gnome-2.24 release branch. also pull in Python, enables the youtube plugin
2008-06-20Add DESTDIR support.joerg1-1/+3
2008-04-30Drop maintainershipjmmv1-2/+2
Stop lying and drop maintainership of these packages. I have not maintained them for a very long time already, so leave room for fresh blood to take over them.
2008-04-29update to 2.22.2drochner2-6/+6
changes: * Fix check for the soup plugin in the YouTube plugin * Fix a warning in the GStreamer backend
2008-04-15update to 2.22.1drochner7-66/+100
This switches to the gnome-2.22 release branch.
2008-03-07Accept totem-xine again (fix problem introduced by bl3bump).wiz1-2/+2
Addresses PR 38189 by charlie.
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz2-4/+4
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-11update to 2.20.3drochner2-7/+7
changes: minor fixes
2007-11-05update to 2.20.1drochner6-28/+108
This switches to the new gnome-2.20 branch.
2007-09-25Fix comment (GConf2 -> GConf).hira1-2/+2
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz2-8/+8
Bump PKGREVISION.
2007-09-20Adapt for librsvg rename. Bump PKGREVISION.wiz1-2/+2
2007-09-20Adapt eel dependencies; bump PKGREVISION.wiz1-1/+2
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz1-1/+2
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz2-5/+5
2007-06-26API depends of multimedia/totem/buildlink3.mk allows both totem andjoerg1-2/+2
totem-xine, ABI depends only the former. This creates conflicts when pkg_add picks the latter to fulfill the API depends. Allow both packages for the ABI depends as well and bump the revisions of the two affected packages.
2007-06-15update to 2.18.2drochner3-8/+7
changes: * Handle the Stop button from keyboards as well * Avoid crashing on exit when LIRC is used * Fix RTSPtext parsing for one-line URLs * Avoid errors on startup when no sound cards are present * Fix the browser plugin with the xine-lib backend * Report version 10.0 in the Complex plugin
2007-06-05Bump PKGREVISION for opencdk shlib major bump.wiz1-1/+2
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz1-2/+2
affected packages.
2007-04-20Remove obsolete patch.wiz1-9/+0
2007-04-11update to 2.18.1drochner5-37/+68
This moves this pkg to the new stable gnome branch, too much to list here.
2007-03-23update to 2.16.6drochner2-6/+6
changes: bugfixes, minor cleanup
2007-03-21Bump PKGREVISION for gnome-keyring ABI bump.wiz1-1/+2