~woodrow-shen/totem/mybranch

« back to all changes in this revision

Viewing changes to src/bacon-message-connection.c

Tags: 2.24.3-3
* totem-mozilla.docs: ship README.browser-plugin which explains how to 
  disable the plugin for some MIME types.
* rules: remove the hack that only let totem-xine support VCDs and 
  DVDs, now that GStreamer supports them. Closes: #370789.
* 01_fake_keypresses.patch: new patch. Completely disable the broken 
  XTEST code that generates fake keypresses. Closes: #500330.
* 90_autotools.patch: regenerated.
* Build-depend on nautilus 2.22 to be sure to build the extension for 
  the correct version.
* totem-xine depends on libxine1-x.
* Standards version is 3.8.1.
* Upload to unstable.
* 04_tracker_build.patch: new patch, stolen upstream. Fix build with 
  latest tracker version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 *
14
14
 * You should have received a copy of the GNU General Public License
15
15
 * along with this program; if not, write to the Free Software
16
 
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
16
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301  USA.
 
17
 *
 
18
 * The Totem project hereby grant permission for non-gpl compatible GStreamer
 
19
 * plugins to be used and distributed together with GStreamer and Totem. This
 
20
 * permission are above and beyond the permissions granted by the GPL license
 
21
 * Totem is covered by.
 
22
 *
 
23
 * Monday 7th February 2005: Christian Schaller: Add excemption clause.
 
24
 * See license_change file for details.
17
25
 *
18
26
 */
19
27
 
20
 
#include "config.h"
21
 
 
22
28
#include <sys/types.h>
23
29
#include <sys/stat.h>
24
30
#include <fcntl.h>
25
31
#include <stdio.h>
26
32
#include <string.h>
27
33
#include <unistd.h>
 
34
#include <sys/types.h>
28
35
#include <sys/socket.h>
29
36
#include <sys/un.h>
30
37
#include <errno.h>