- libdvdread: allow package building with libdvdcss if WITH_DVDCSS is set [1]
- libdvdread/libdvdnav: fix endianness handling [2]
Submitted by: olgeni [1], richo <richo@psych0tik.net> [2] (via mail to ports@)
PR: ports/162197 [1]
k3bscsicommand_bsd.cpp:96: error: 'struct scsi_sense_data' has no member named 'flags'
k3bscsicommand_bsd.cpp:97: error: 'struct scsi_sense_data' has no member named 'add_sense_code'
k3bscsicommand_bsd.cpp:98: error: 'struct scsi_sense_data' has no member named 'add_sense_code_qual'
[..]
Reported by: pointyhat
Feature safe: yes
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
-Turn over maintainership
-Bump ports that depend on libdvdread since shared lib
version rolls back from .5 to .4
-Fix multimedia/ogle build with this version
PR: 127849
Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
This is port update for newer 1.0.2 version of k9copy.
Previous port version don't build on 4.x due to missing
stdint.h so in this version of port every include of stdint.h
wrapped with ifdef falling back to inttypes.h where stdint.h
isn't availible and inttypes.h present. So now k9copy should
be buildable on 4.x. I cant check it cause I do not have
any 4.x box around.
PR: ports/91356
Submitted by: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
XK9Copy is a small utility which allows the copy of DVD on Linux.
The DVD video stream is compressed by the program Vamps.
1. Copy without menus :
In this case, dvdauthor is used to create a new DVD structure. It is possible
to choose the order in which the video sequences are played.
2. Copy with menus :
As dvdauthor does not make it possible to integrate the original menus,
K9Copy reproduces the original structure of the DVD. The navigation packs as
well as IFO files are modified to point on the compressed MPEG stream.
Features
* The video stream is compressed to make the DVD fit on 4.7 Gb recordable DVD
* DVD Burning
* Creation of ISO images
* Possibility of selecting the audio tracks and subtitles to be copied
* Title preview (video only)
* Possibility of preserving the original menus
WWW: http://k9copy.free.fr
PR: ports/90795
Submitted by: Alexander V. Ribchansky <triosoft@triosoft.com.ua>