Commit graph

137040 commits

Author SHA1 Message Date
jmcneill
ae34145bba Added multimedia/mkv2mp4 version 0.0alpha11 2009-01-23 15:01:38 +00:00
jmcneill
40a1727cd1 + mkv2mp4 2009-01-23 15:01:10 +00:00
jmcneill
2278c59f20 Import mkv2mp4 based on SVN revision r11. I think I'll nominate it for
the 'ugliest package name of the month' award (py25-mkv2mp4-0.0alpha11), but
it is in fact quite handy.

mkv2mp4 is a commandline utility, written in Python, which allows conversion
of video files in the Matroska container (*.mkv file extension) containing
H.264 video to be converted into a format which the Xbox 360 can play.

It differs from other similar tools in that no video transcoding is
performed; the video is passed through untouched and the just the audio is
transcoded if necessary.  This means that the conversion is much faster
(the whole process being quicker than realtime on reasonably modern
machines), and more importantly that there is no degradation in video quality
(which makes it very suitable for HD video).
2009-01-23 15:00:05 +00:00
jmcneill
91855bf6ac Added multimedia/gpac version 0.4.5 2009-01-23 14:58:20 +00:00
jmcneill
c287233851 + gpac 2009-01-23 14:55:38 +00:00
jmcneill
908b0a5a7d Import gpac version 0.4.5.
GPAC features encoders and multiplexers, publishing and content distribution
tools for MP4 and 3GPP or 3GPP2 files and many tools for scene descriptions
(BIFS/VRML/X3D converters, SWF/BIFS, SVG/BIFS, etc...). MP4Box provides all
these tools in a single command-line application.
2009-01-23 14:54:23 +00:00
obache
63e0edcb05 Update DLOPEN_REQUIRE_PTHREADS pattern again.
Even on NetBSD>=5, need to link pthread if using pthread_create()/join().
2009-01-23 14:21:38 +00:00
obache
2a38e48e8c -uim-1.5.4 2009-01-23 14:02:03 +00:00
obache
b501344547 Mention to m17nlib, prime, uim-fep and xim options. 2009-01-23 13:52:58 +00:00
obache
edc05f571e + uim-elisp uim-qt4-immodule 2009-01-23 13:47:01 +00:00
obache
e31ee92b6d Added inputmethod/uim-elisp version 1.5.5 2009-01-23 13:44:38 +00:00
obache
ef534387f2 Import uim-elisp-1.5.5 as inputmethod/uim-elisp.
Based on from Yamashiro, Jun in tech-pkg-ja@.

Emacs LISP files for inputmethod/uim.
2009-01-23 13:44:20 +00:00
obache
0af190be1a Added inputmethod/uim-qt4-immodule version 1.5.5 2009-01-23 13:43:19 +00:00
obache
a636046496 Import uim-qt4-immodule-1.5.5 as inputmethod/uim-qt4-immodule.
Based on from Yamashiro, Jun in tech-pkg-ja@.

Qt4 immodule for inputmethod/uim.
2009-01-23 13:42:55 +00:00
obache
8ae9d09cdd Updated inputmethod/uim to 1.5.5 2009-01-23 13:41:06 +00:00
obache
fea944a8e0 Update uim to 1.5.5.
Based on patch from Yamashiro, Jun in tech-pkg-ja@.

While here, deprecate curses and x11 option then introduce uim-fep and xim
option to exactly enable/disable those features.

Overview of changes from 1.5.4 to 1.5.5
=======================================
* Enhancements
  - uim-anthy
  - uim-anthy-utf8
    * Learn transposing Katakana/Hiragana string (bug #18630)

  - misc Japanese IM
    * AZIK roma-kana table update
    * Don't use "nwa", "nwi", "nwu", "nwe", "nwo" roma-kana sequences
      by default

  - uim-pref-gtk
  - uim-pref-qt
    * Reduced startup time

* Fixes
  - GTK+ bridge
  - uim.el
  - uim-skk
  - uim-look
    * Plug memory leaks

  - uim-dict-gtk
    * Fix warning with GTK+-2.14.x


Overview of changes from 1.5.3 to 1.5.4
=======================================
* Enhancements
  - Generic IM
    * Cache candidates to improve the performance
    * Add an option to show candidate window automatically when
      multiple candidates are found

  - uim-tutcode
    * New symbol (kigou) input mode

  - GTK+ bridge
  - Qt{3,4} bridge
  - XIM bridge
    * Improve the performance upon activating the window with large
      number of candidates

* Fixes
  - uim.el
    * Plug memory leak.
    * Ignore 'd' command if valid uim-default-im-engine is defined

  - uim-fep
    * Fix compilation with Solaris' cc

  - uim-skk
    * Fix handling in non-matching upper case character in
      skk-proc-state-direct.

  - uim-pref-gtk
    * Fix warning with GTK+-2.14.x


Overview of changes from 1.5.2 to 1.5.3
=======================================
* Fixes
  - Qt4 bridge (experimental)
    * [CRITICAL] Fix bug with Qt4 >= 4.4.1, which makes applications
      infinite loop at the startup
    * [CRITICAL] Fix uim-helper handling which could cause unexpected crashes
    * Fix key press with shift, control, alt, and meta keys

  - uim-xim
    * Fix some minor protocol errors

  - uim.el
    * Improve minibuffer editing

  - uim-tutcode
    * Fix out-of-range error when candidates are longer than
      tutcode-heading-label-char-list

* Others
  - uim-toolbar-gtk-systray
    * Adjust ythickness of the buttons

  - uim-pref-gtk
    * Add vertical scrollbar for the setting pane


Overview of changes from 1.5.1 to 1.5.2
=======================================
* Enhancements
  - Enable input method rotation by hotkeys

  - uim-trycode
    * Updated the composition table to 2008-04-18 version

* Fixes
  - uim.el
    * [CRITICAL] Fix breaking minor-mode-map-alist in some cases.
    * [CRITICAL] Fix uim-el-helper-agent
    * Fix displaying candidates when a right-hand neighbor
       character of the cursor is a horizontal-tab

  - uim-xim
    * Fix Japanese kana-keyboard input hack to distinguish 'kana_RO'
      key and backslash key

  - uim-canna
    * Don't disable libuim functionality even when canna server is
      stopped.

  - uim-elatin
    * Fix problem when only elatin IM is loaded.

  - uim-prime
    * Fix crash when input mode is forced to set as app-mode by
      toolbar menu while "Enable vi-cooperative mode" is off.
2009-01-23 13:40:32 +00:00
sborrill
18ee1c9423 Added net/proxytunnel 1.9.0 2009-01-23 13:37:01 +00:00
sborrill
068660b4dd Add proxytunnel 2009-01-23 13:36:23 +00:00
sborrill
cd9a534e86 Import proxytunnel 1.9.0
ProxyTunnel is a program that connects stdin and stdout to a server
somewhere on the network, through a standard HTTPS proxy. We mostly use it
to tunnel SSH sessions through HTTP(S) proxies, allowing us to do many
things that wouldn't be possible without ProxyTunnel.
2009-01-23 13:35:30 +00:00
obache
b5f9ee16a8 Fixes DLOPEN_REQUIRE_PTHREADS patterns.
NetBSD-3 was lost by previous commit,
and NetBSD-5_BETA does not require pthread.
(TODO: 4.99.*...)
2009-01-23 13:07:25 +00:00
gdt
e897213685 add comment about why 1.3.37 is broken, from GNURadio list. 2009-01-23 13:00:11 +00:00
dmcmahill
2b2b00a57f Updated cad/gerbv to 2.2.0 2009-01-23 12:02:12 +00:00
dmcmahill
a8dd50ee57 Update to gerbv-2.2.0.
========================================================================
Release Notes for gerbv-2.2.0
========================================================================
The following is a summary off the changes which went into gerbv-2.2.0.
For a complete list of changes, refer to ChangeLog.

- libgerbv:  fixed a bug in the min/max calculation.
- libgerbv:  improved the ability to parse drill files with
             user specified formats.
- libgerbv:  Compile with -no-undefined to make it easier to build
             windows DLL's.
- configure: Improve detection of tools when cross-compiling.
- libgerbv:  Improved example programs.
- gerbv:     Changed desktop categories to be more consistent with
             the rest of gEDA.
- common:    Fixed compilation with SunPRO compilers
- libgerbv:  Fixed calculation of pick and place bounding box
- gerbv:     Added a rendering benchmark
- gerbv:     Various rendering speed improvements
- common:    Made an install be relocatable.  This is always needed
             for proper win32 operation and helps in some cases
             on other operating systems.  As part of this, improve
             how init.scm is located at startup.
- gerbv:     Improved the project file load/save dialog.
2009-01-23 12:00:43 +00:00
sketch
cce651087b Change to WRKSRC before compiling, fixes builds with read-only pkgsrc tree. 2009-01-23 11:27:16 +00:00
obache
4939c4ccab Added NetBSD>=4 to the list of platforms which need pthreads linked into
the application if it uses dlopen().

This pattern should be changed if confirmed fixed in NetBSD-current.
2009-01-23 11:23:28 +00:00
sketch
b4201b3c7c Pass --with-distro=none on Solaris to disable check, package builds fine. 2009-01-23 11:21:09 +00:00
sketch
4bd23fc406 Couple of hacks to get Sun Studio compile working. 2009-01-23 11:13:38 +00:00
seb
d1e4150692 Note update of devel/p5-Class-MOP to version 0.76
and devel/p5-Moose to version 0.65
2009-01-23 11:04:39 +00:00
seb
4bf8fa29ae Update from version 0.64 to version 0.65.
Pkgsrc changes:
- Adjust dependency on devel/p5-Class-MOP
- Remove build dependency on devel/p5-Test-LongString

Upstream changes:
0.65 Thu, January 22, 2008
    * Moose and Moose::Meta::Method::Overridden
      - If an overridden method called super(), and then the
        superclass's method (not overridden) _also_ called super(),
        Moose went into an endless recursion loop. Test provided by
        Chris Prather. (Dave Rolsky)

    * Moose::Meta::TypeConstraint
      - All methods are now documented. (gphat)

    * t/100_bugs/011_DEMOLISH_eats_exceptions.t
      - Fixed some bogus failures that occurred because we tried to
        validate filesystem paths in a very ad-hoc and
        not-quite-correct way. (Dave Rolsky)

    * Moose::Util::TypeConstraints
      - Added maybe_type to exports. See docs for details. (rjbs)

    * Moose
      - Added Moose::Util::TypeConstraints to the SEE ALSO
        section. (pjf)

    * Moose::Role
      - Methods created via an attribute can now fulfill a "requires"
        declaration for a role. (nothingmuch)

    * Moose::Meta::Method::*
      - Stack traces from inlined code will now report its line and
        file as being in your class, as opposed to in Moose
        guts. (nothingmuch).
2009-01-23 11:03:48 +00:00
seb
045dcb268f Update from version 0.75 to version 0.76.
Pkgsrc changes:
- Add patch on Makefile.PL so that the generated Makefile does not
require gmake

Upstream changes:
0.76
    * Class::MOP::Method::Generated
      - Added new private methods to support code generation, which
        are being used by Moose and can be used by MooseX
        authors. (mst)
      - Generated methods are now generated with a #line directive
        reflecting the source of the generated method. (nothingmuch)

    * Class::MOP::Class
      - Clarified documentation of methods that return
        Class::MOP::Method objects. (doy)

    * Class::MOP
      - Clarified documentation of the metaclass cache methods. (Sartak)

    * Tests
      - Add test showing how the xs Class::MOP::is_class_loaded can
        be made to operate differently to the pure perl version (t0m)
2009-01-23 11:03:27 +00:00
jmmv
ba823ce1e4 Fix build problems; QEMU_TOOL seems to have disappeared, so check for
QEMU_IMG instead.  From Juergen Buchmueller in private mail.
2009-01-23 08:15:27 +00:00
dsainty
82a2ee5b15 Any package that determines libraries to link via:
$PYTHON -c "from distutils import sysconfig; print sysconfig.get_config_var('SHLIBS');"

... where bdb.buildlink.mk has been used and it satisfied the requirement from
Pkgsrc (E.g. via databases/db4) would fail to build because the required -ldb4
library was not itself buildlinked.

To rectify this, pull in bdb.buildlink.mk in python??/buildlink3.mk under the
same conditions as it is pulled in in the package's own makefile.

No revision bump required, this almost certainly only affects packages and
environments that simply wouldn't build at all prior to the fix.

Fixes the build of py-ORBit on Linux (Python 2.4 or 2.5), and PR39377.
2009-01-23 03:05:53 +00:00
abs
d5c0831403 Updated devel/cpuflags to 1.36 2009-01-23 00:05:03 +00:00
abs
711b527384 Updated devel/cpuflags to 1.36
Use `` rather than $() so we can work with Solaris sh
2009-01-23 00:04:45 +00:00
roy
3453ba5700 Update wpa_supplicant to 0.6.7 2009-01-22 21:23:27 +00:00
roy
4b60a03ed2 Bump to 0.6.7 and enable all the build time options we can.
Provide an option knob for building against dbus.

New features in 0.6.7
 * added support for Wi-Fi Protected Setup (WPS)
 * added support for EAP-AKA
 * added support for using driver_test over UDP socket
 * updated management frame protection to use IEEE 802.11w/D7.0
2009-01-22 21:19:17 +00:00
schwarz
ef6511fc74 Do not use GNU m4 shipped with the OS on systems prior to Mac OS 10.5.
10.4 shipped with gm4 1.4.2, 10.3 came with 1.4.
This is not recent enough for some packages (specifically devel/autoconf),
so use pkgsrc's gm4 instead.
Fixes PR#40329.
2009-01-22 20:14:04 +00:00
taca
4fc2557b0c Note update of www/squid30 package to 3.0.12. 2009-01-22 17:24:36 +00:00
taca
0291c67556 Update www/squid pacakge to 3.0.12(3.0.STABLE12).
Changes to squid-3.0.STABLE12 (21 Jan 2009):

	- Bug 2533: Solaris (sparc) 64-bit build breaks with gcc/g++
	- Bug 2542: ICAP filters break download resume
	- Bug 2556: HTCP fails without icp_port
	- Bug 2564: logformat '%tl' field not working as advertised
	- Port from 3.1: TestBed basic build consistency checks
	- Policy: Change half_closed_clients default to off
	- Policy: Removed -V command line option, deprecated by 2.6
	- ... and several other minor code cleanups
2009-01-22 17:23:47 +00:00
taca
eea2cdd3a1 +samba-3.0.34, xf86-video-intel-2.6.1. 2009-01-22 17:11:48 +00:00
martti
c8b7ac91e7 rrdtool 2009-01-22 16:47:43 +00:00
martti
b1f04cafc2 Updated databases/rrdtool12
* rrd_graph: fix TICK for negative numbers
* rrd_cgi: fix segfault in error reporting routine
2009-01-22 16:47:30 +00:00
martti
039cf81c94 Updated databases/rrdtool to 1.3.6
* many small updates to the POD documents.
* improved win32 source
* OSX compilation fixes
* rrd_fetch: fix memory leak
* rrd_cgi: fix segfault in error reporting routine
* rrd_graph: fix TICK for negative numbers
* rrd_graph: fix image size reporting for LP64BE architectures
* rrd_resize: fix GROW for mmap (it was totally broken)
2009-01-22 16:47:02 +00:00
taca
357ed0c3ea Add lang-id (Indonesian) and lang-ko (Korean) used by drupal6-translations. 2009-01-22 16:18:40 +00:00
is
ec5dbd8d5a If transfig is installed during the build, but gs is not, building
fails. As we don't want to install the docs but from a seperate package,
just disable all doc-building tools to be on the safe side. PR 40452
2009-01-22 15:14:23 +00:00
jmcneill
8e1126977a Added multimedia/mediainfo version 0.7.8 2009-01-22 13:43:02 +00:00
jmcneill
1d4db765c1 + mediainfo 2009-01-22 13:42:36 +00:00
jmcneill
107a33b0b0 Import mediainfo version 0.7.8.
MediaInfo supplies technical and tag information about a video or audio file.

What information can I get from MediaInfo?
  - General: title, author, director, album, track number, date, duration...
  - Video: codec, aspect, fps, bitrate...
  - Audio: codec, sample rate, channels, language, bitrate...
  - Text: language of subtitle
  - Chapters: number of chapters, list of chapters
What format (container) does MediaInfo support?
  - Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4,
    DVD (VOB)... (Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
  - Audio: OGG, MP3, WAV, RA, AC3, DTS, AAC, M4A, AU, AIFF...
  - Subtitles: SRT, SSA, ASS, SAMI...
What can I do with it?
  - Read many video and audio file formats
  - Different methods of viewing information (text, sheet, tree, HTML...)
  - You can customise these views
  - Exporting information as text, CSV, HTML...
  - Internationalisation: Any language display on any version of your
    operating system
  - Localisation capability (but volunteers needed)
2009-01-22 13:42:02 +00:00
drochner
4a2f3efb95 update to 0.2.0.33
changes:
-Security fix:
 Fix a heap-corruption bug that may be remotely triggerable on
 some platforms.
-many bugfixes
2009-01-22 12:50:57 +00:00
drochner
dc9741a821 make this build with 64-bit time_t
(There are some unclean typecasts in the code, but the cases I've
seen are harmless -- as long as poll intervals, cert lifetimes etc
don't reach into y2037 which would be problematic in any case.)
2009-01-22 12:46:51 +00:00