To tablet or not to tablet, to tablet or not to tablet, to tablet or…

3

Well, I’ve found the answer :)

(To be continued…)

Bits from the Debian Multimedia Maintainers

1

This brief announcement was published in the debian-devel-announce mailing list and I repeat it here for your information.

Hi!

Since there has been a lot happening in the Debian Multimedia world during the Squeeze release, so we figured we should give you an update on that.

Who are we?

In the dark old ages, there were two teams involved in multimedia: the Debian Multimedia and Debian Multimedia Packages teams. Please note that neither of them is related to debian-multimedia.org (which is maintained by Christian Marillat, and is known to break current ffmpeg-based applications like mplayer and vlc in Debian Squeeze.). During late 2008, both teams were merged into one, the Debian Multimedia Maintainers team, to avoid effort fragmentation. Since then, there has been a lot of work done:

Consumer Multimedia in Debian

Consumer Multimedia is about playing and, well, consuming multimedia.

Squeeze will feature:

  • FFmpeg 0.5.2, finally uncrippled thanks to zack! No mp3/h264 encoder, though. (still in NEW).
  • mplayer 1.0rc3, finally with mencoder enabled.
  • VLC 1.1.3
  • VDPAU hardware acceleration in ffmpeg/mplayer (but feedback is welcome!)
  • Guayadeque 0.2.5
  • gmusicbrowser 1.0.2

Squeeze will not feature:

  • FFmpeg 0.6 (But already available in experimental)
  • Hardware acceleration with VA-API (packages also in experimental, for support on Intel hardware).

Producer Multimedia in Debian

Producer multimedia is software for producing multimedia. Squeeze will
feature:

End user applications:

  • Ardour 2.8.11
  • Audacity 1.3.12
  • Composite 0.006
  • Csound 5.12. The QuteCsound frontend is also available.
  • FluidSynth 1.1.1
  • Hydrogen 0.9.4.1
  • Internet DJ Console 0.8.3
  • Jokosher 0.11.5
  • LiVES 1.3.4
  • mhWaveEdit 1.4.20
  • morituri 0.1.1
  • QTractor 0.4.6
  • Rosegarden 10.04.2
  • SooperLooper 1.6.14
  • Traverso 0.49.1
  • X Jack Video Monitor 0.4.13
  • Yoshimi 0.058.1

Platforms and technologies:

  • JACK versions 0.118 and 1.9.6 (aka, jackd1 and jackd2). You can choose to install any of them (but only one at a time).
  • LV2 plugins are supported. Ardour has support for them, and there are a bunch of them provided in Debian.
  • LADSPA plugins are still supported.
  • DSSI updated to 1.0.0, many plugins are available.
  • FireWire sound devices are supported with libffado, and is supported by JACK.

Squeeze will not feature:

  • JACK session support.
  • Ardour 3 (it’s not out yet, so it did not make it in time for squeeze).
  • SuperCollider. There is a package in the works, but did not make it to Squeeze.
  • Toonloop: This live stop-motion animation editor has been packaged only recently.
  • NASPRO: Convenient library to implement LV2 dynamic manifest plugins. It’s available in Sid.
  • Mixxx: 1.7 series had RC bugs, and 1.8 was too late for squeeze.

Debian Multimedia Blend

There is also an effort to start a Debian Multimedia Blend to give a better overview about what multimedia applications are available in Debian. There is a short list for a quick overview as well as a long package list separated in sections to give a more detailed overview (including translations, screenshots, popularity of package etc). You are invited to help improving the tasks either directly in SVN or by sending patches to Andreas Tille <tille@debian.org> or debian-multimedia@lists.debian.org (see below). Note that not all of the packages listed in the tasks pages are maintained by the Debian Multimedia team, since they are aimed at producing useful package sets instead of showing only our own packages.

For those who want to squash some bugs in multimedia packages there is also the bugs page generated by the Blends tools, or our team bug page.

Other activity

The team has seen a lot of growth since the merger. Of the current 52 members of the Alioth team, 20 were added during 2009 and 18 in 2010, many of whom are involved in upstream development as well as the debian packaging. The number of packages has also grown, with 112 of the current 205 git repositories in our team area having its first commit during 2010.

Where to reach us

The Debian Multimedia Maintainers can be reached at pkg-multimedia-maintainers@lists.alioth.debian.org, should you have any questions. We have also decided to repurpose the old debian-multimedia@lists.debian.org address for user and more general discussion. We would like to invite everyone interested in multimedia to join us there. Interested developers/packagers can also join us at the first address. Some of the team members are also in the #debian-multimedia channel on OFTC.

Regards,

Alessio Treglia on behalf of the Debian Multimedia Maintainers

Manage your font collection with Font Manager

13

Already available in both Maverick and Debian sid, it provides many interesting features.

I’m talkin’ about Font Manager, a small application written in C and Python by Jerry Casiano, which allows users to easily install, remove and compare font files on own system.

Here are few nice screenshots:

To install the application, as usual type:

sudo apt-get install font-manager

Let me know what you think! ;)

Links

What a beautiful day

0

I have two nice news to tell you today!

  1. Nautilus Pastebin has been entered Debian’s unstable archive (PTS page).
  2. Yesterday morning I opened my mailbox and the first email began with the following:

    Hi,

    Congratulations! This e-mail confirms that Canonical would like to offer you sponsorship in the form of accommodation and travel to the Ubuntu Developers Summit in Dallas for the Ubuntu 10.04 Lucid Lynx release – http://wiki.ubuntu.com/UDS

I can’t describe what I feel, I just want to thank Canonical for giving me this opportunity.

Nautilus Pastebin, how to send your files to a “pastebin” with one mouse click

5

I am very fond of those websites that allow users to upload files for a public viewing (called pastebin), usually I upload logs, links and other text files with pastebinit, a simple command-line tool, already available in Debian’s and Ubuntu’s archives, and I thought:

“Why don’t find a not-CLI solution to make it in a more fast and comfortable way?”

So I decided to write nautilus-pastebin, an extension for the GNOME file manager, which allows users to send files just a right-click away.

How does it work?

Simply: right-click on a file, select «Pastebin» and, if the Internet connection is active, after few seconds you will see a bubble like that one in this screenshot:

The extension doesn’t only show that notification, it also retrieves the MIME type in order to try to adjust the syntax highlighting parameter according to the configuration of the selected pastebin and finally copies the paste URL to the clipboard, allowing you to paste it in a browser tab, IRC channel or wherever you want.

The global configuration file is located into /etc path, but if you want to select another pastebin to use you may do it by creating a file like the following one:

[generals]
pastebin = $GLOBAL_CONFIGFILE_SECTION

The file must be named as nautilus-pastebin.conf and saved under ~/.config/nautilus-pastebin/.

If problems occured during the past operation, you may see a message like the following:

Where can I download it? And how can install it?

You can find all the information that you need by opening the projects page, for the installation, after uncompressing the tarball, you can:

  1. Use the setup.py script.
  2. Copy:
    1. scripts/nautilus-pastebin.py to /usr/lib/nautilus/extensions-2.0/python/
    2. data/nautilus-pastebin.conf to /etc/ or in ~/.config/nautilus-pastebin/
    3. data/nautilus-pastebin.png to /usr/share/pixmaps/

After the installation, you may need to restart Nautilus:

killall nautilus

Some pastebins of the preconfigured ones don’t work well and I need some time to improve and extend the support for other websites.

If you wanted to contribute to the development by sending me patches, configurations or suggestions I would be very happy!

Links:

Ubuntu Customization Kit, welcome to the Universe!

2

As you could see, yesterday Ubuntu Customization Kit has been entered in to the Universe repository.

I want to give a special thanks! to Luca Falavigna for all the support (and for the upload too).

Installation Report Generator 0.2.0 is out!

0

In the last period I have no spare time to write something of interesting (:D), I just want to announce new release of Installation Report Generator 0.2 (available in Jaunty), which provides new plugin support.

For further informations, the ChangeLog is available here.

Installation Report Generator now is in the Universe

3

Installation Report Generator has just been entered in the Universe and I want to thank Luca Falavigna for all the feedbacks and the help he gives me everyday.

If you want to install it on Intrepid (or Hardy), follow the instructions available here.

New project: Installation Report Generator

5

That’s a screenshot:

This application, written in Python + GTK, collect informations about user’s hardware and software configuration, then compile an installation report according with the notebook page template of Ubuntu-it’s wiki.

For installation instructions and other informations about the project, please read this.

Realtek’s modules, new version has been released

6

If you read my previous article about r8169 module but it wasn’t the best solution for your Realtek ethernet adapter, now it’s the time to be happy! :D

Realtek has released new version of r81* modules and now we’ll proceed to compile and install the right module we need, but please note that I have a RTL8101E PCI Express Fast Ethernet controller, so I tested this procedure on Ubuntu 8.04 «Hardy Heron» only with r8101 module.

(more…)

Go to Top

Switch to our mobile site