Update to kino-0.7.5. I did this in February, but forgot to commit.
Numerous changes listed in ChangeLog back to old version. Some changes include: Changes in version 0.7.5: Changes by Dan Dennedy: - gtkenhancedscale.c: small cosmetic touchups - page_trim.cc: bugfix player not getting updated duration when selecting a new scene in Overwrite mode while playing. - preferences_dialog.cc: bugfix re-opening preferences when using the window manager close button. - page_export_pipe.cc: add support for dual pass output (Flags contains "double-pass"). (please ChangeLog for others) Add a comment to Makefile to remind how to set MASTER_SITES for updates. Use USE_DIRS xdg-1.1. Needs gnumake. Define hotplug-script-dir location. Does not need libgnome as a direct dependency here. Switched from various XPM to PNG images.
This commit is contained in:
parent
c8dd007415
commit
369a511bfe
4 changed files with 61 additions and 31 deletions
|
@ -9,4 +9,4 @@ of video/audio, and save it to a playlist. This program uses many
|
|||
keyboard commands for fast navigating and editing inside the movie.
|
||||
Kino can load playlists and save the composite playlist as a new DV
|
||||
AVI file. Kino can save a single frame of video (a still) in numerous
|
||||
file formats.
|
||||
file formats. Currently only support OSS audio.
|
||||
|
|
|
@ -1,18 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.4 2005/04/11 21:13:36 tvierling Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2005/05/04 00:52:37 jeremy-c-reed Exp $
|
||||
#
|
||||
|
||||
DISTNAME= kino-0.7.1
|
||||
# XXX You must update MASTER_SITES download number when updating
|
||||
# XXX or you will download old file with new filename.
|
||||
DISTNAME= kino-0.7.5
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://kino.schirmacher.de/filemanager/download/31/
|
||||
MASTER_SITES= http://kino.schirmacher.de/filemanager/download/42/
|
||||
|
||||
MAINTAINER= reed@reedmedia.net
|
||||
HOMEPAGE= http://kino.schirmacher.de/
|
||||
COMMENT= Non-linear editor for Digital Video data
|
||||
|
||||
USE_X11= yes
|
||||
USE_DIRS+= xdg-1.1
|
||||
USE_GNU_TOOLS+= make
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_X11= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
# maybe need to do CONF_DIRS for this? Is this important?
|
||||
CONFIGURE_ARGS+= --with-hotplug-script-dir=${PREFIX}/share/examples/kino/hotplug/usb
|
||||
# or should the following be used to not use default PREFIX/lib/hotplug/kino ?
|
||||
#CONFIGURE_ARGS+= --with-hotplug-usermap-dir=${PREFIX}/libdata/hotplug/kino
|
||||
|
||||
# Use FFMPEG libavcodec for DV video decoding instead of libdv.
|
||||
# XXX maybe should be an option
|
||||
#CONFIGURE_ARGS+= --with-avcodec
|
||||
|
@ -23,13 +32,14 @@ GNU_CONFIGURE= yes
|
|||
.include "../../devel/GConf2/buildlink3.mk"
|
||||
.include "../../net/ORBit2/buildlink3.mk"
|
||||
.include "../../x11/gtk2/buildlink3.mk"
|
||||
# maybe configure should not use old glib?
|
||||
## maybe configure should not use old glib?
|
||||
# objdump of kino shows NEEDED of both libglib-2.0.so.0 and libglib.so.13
|
||||
.include "../../devel/glib/buildlink3.mk"
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
.include "../../devel/libbonobo/buildlink3.mk"
|
||||
.include "../../devel/libbonoboui/buildlink3.mk"
|
||||
.include "../../devel/libglade2/buildlink3.mk"
|
||||
.include "../../devel/libgnome/buildlink3.mk"
|
||||
#.include "../../devel/libgnome/buildlink3.mk"
|
||||
.include "../../devel/libgnomeui/buildlink3.mk"
|
||||
.include "../../devel/pango/buildlink3.mk"
|
||||
.include "../../devel/popt/buildlink3.mk"
|
||||
|
|
62
kino/PLIST
62
kino/PLIST
|
@ -1,6 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2004/06/11 19:24:05 jeremy-c-reed Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2005/05/04 00:52:37 jeremy-c-reed Exp $
|
||||
bin/kino
|
||||
etc/hotplug/usb/kino-jogshuttle
|
||||
include/kino/audio_filters.h
|
||||
include/kino/audio_transitions.h
|
||||
include/kino/frame.h
|
||||
|
@ -11,22 +10,13 @@ include/kino/kino_extra.h
|
|||
include/kino/playlist.h
|
||||
lib/hotplug/kino/usb.usermap
|
||||
man/man1/kino.1
|
||||
share/kino/editor_fast.xpm
|
||||
share/kino/editor_fast_i.xpm
|
||||
share/kino/editor_movie.xpm
|
||||
share/kino/editor_movie_i.xpm
|
||||
share/kino/editor_pause.xpm
|
||||
share/kino/editor_play.xpm
|
||||
share/kino/editor_play_i.xpm
|
||||
share/kino/editor_record.xpm
|
||||
share/kino/editor_scene.xpm
|
||||
share/kino/editor_scene_i.xpm
|
||||
share/kino/editor_step.xpm
|
||||
share/kino/editor_step_i.xpm
|
||||
share/kino/editor_stop.xpm
|
||||
share/kino/film.png
|
||||
share/kino/film.xpm
|
||||
share/kino/film_on.xpm
|
||||
share/applications/Kino.desktop
|
||||
share/examples/kino/hotplug/usb/kino-jogshuttle
|
||||
share/kino/about.jpeg
|
||||
share/kino/capture.png
|
||||
share/kino/edit.png
|
||||
share/kino/export.png
|
||||
share/kino/fx.png
|
||||
share/kino/help/commands.html
|
||||
share/kino/help/edit.html
|
||||
share/kino/help/export.html
|
||||
|
@ -40,36 +30,66 @@ share/kino/help/terms.html
|
|||
share/kino/help/time.html
|
||||
share/kino/help/trim.html
|
||||
share/kino/help/ui.html
|
||||
share/kino/insert_after-16.png
|
||||
share/kino/insert_after.png
|
||||
share/kino/insert_before-16.png
|
||||
share/kino/insert_before.png
|
||||
share/kino/join.xpm
|
||||
share/kino/kino.glade
|
||||
share/kino/kino.jpeg
|
||||
share/kino/kino.png
|
||||
share/kino/link.xpm
|
||||
share/kino/link_off.xpm
|
||||
share/kino/magick.glade
|
||||
share/kino/photo-camera.xpm
|
||||
share/kino/play_record.xpm
|
||||
share/kino/publish_project.png
|
||||
share/kino/publish_still.png
|
||||
share/kino/scripts/exports/extract_chapters
|
||||
share/kino/scripts/exports/ffmpeg2theora.sh
|
||||
share/kino/scripts/exports/ffmpeg_divx.sh
|
||||
share/kino/scripts/exports/ffmpeg_dvd.sh
|
||||
share/kino/scripts/exports/ffmpeg_dvd_dual.sh
|
||||
share/kino/scripts/exports/ffmpeg_mp3.sh
|
||||
share/kino/scripts/exports/ffmpeg_vcd.sh
|
||||
share/kino/scripts/exports/mencoder.sh
|
||||
share/kino/scripts/exports/rawplay.sh
|
||||
share/kino/scripts/help.sh
|
||||
share/kino/scripts/publish/frame.sh
|
||||
share/kino/scripts/publish/project.sh
|
||||
share/kino/split.xpm
|
||||
share/kino/stock_media-begin-16.png
|
||||
share/kino/stock_media-end-16.png
|
||||
share/kino/stock_media-fwd-16.png
|
||||
share/kino/stock_media-next-16.png
|
||||
share/kino/stock_media-next-frame-16.png
|
||||
share/kino/stock_media-pause-16.png
|
||||
share/kino/stock_media-play-16.png
|
||||
share/kino/stock_media-prev-16.png
|
||||
share/kino/stock_media-prev-frame-16.png
|
||||
share/kino/stock_media-rec-16.png
|
||||
share/kino/stock_media-repeat-alt.png
|
||||
share/kino/stock_media-rew-16.png
|
||||
share/kino/stock_media-stop-16.png
|
||||
share/kino/timeline.png
|
||||
share/kino/trim.png
|
||||
share/kino/trim_in.xpm
|
||||
share/kino/trim_out.xpm
|
||||
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/kino.mo
|
||||
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/kino.mo
|
||||
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/kino.mo
|
||||
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/kino.mo
|
||||
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/kino.mo
|
||||
share/pixmaps/kino.png
|
||||
@comment in xdg-dirs: @dirrm share/pixmaps
|
||||
@dirrm share/kino/scripts/publish
|
||||
@dirrm share/kino/scripts/exports
|
||||
@dirrm share/kino/scripts
|
||||
@dirrm share/kino/help
|
||||
@dirrm share/kino
|
||||
@dirrm share/examples/kino/hotplug/usb
|
||||
@dirrm share/examples/kino/hotplug
|
||||
@dirrm share/examples/kino
|
||||
@comment in xdg-dirs: @dirrm share/applications
|
||||
@dirrm lib/hotplug/kino
|
||||
@dirrm lib/hotplug
|
||||
@dirrm include/kino
|
||||
@dirrm etc/hotplug/usb
|
||||
@dirrm etc/hotplug
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/06/10 07:34:42 jeremy-c-reed Exp $
|
||||
$NetBSD: distinfo,v 1.2 2005/05/04 00:52:37 jeremy-c-reed Exp $
|
||||
|
||||
SHA1 (kino-0.7.1.tar.gz) = f72df46324fb358ae4cda0dc1254cdb85a5161d4
|
||||
Size (kino-0.7.1.tar.gz) = 769247 bytes
|
||||
SHA1 (kino-0.7.5.tar.gz) = 8bdf342a79666db7c93d0916d2362b666717c9c6
|
||||
Size (kino-0.7.5.tar.gz) = 1227042 bytes
|
||||
|
|
Loading…
Reference in a new issue