[SCM] Simple and fast multimedia library for C++ branch, master, updated. 5a9818c435a2c3ac6f382fc96980f2f12b9c6b33

Christoph Egger Christoph.Egger at gmx.de
Sun Jun 1 09:42:54 UTC 2008


The following commit has been merged in the master branch:
commit 5a9818c435a2c3ac6f382fc96980f2f12b9c6b33
Author: Christoph Egger <Christoph.Egger at gmx.de>
Date:   Sun Jun 1 11:42:20 2008 +0200

     * Split the non-dev package to build separate .debs for every library

diff --git a/debian/control b/debian/control
index fff4231..8855f90 100644
--- a/debian/control
+++ b/debian/control
@@ -11,20 +11,59 @@ Standards-Version: 3.7.3
 Package: libsfml1-dev
 Section: libdevel
 Architecture: any
-Depends: libsfml1 (= ${binary:Version})
+Depends: libsfml-audio1 (= ${binary:Version}), libsfml-graphics1 (= ${binary:Version}), libsfml-network1 (= ${binary:Version}), libsfml-system1 (= ${binary:Version}), libsfml-window1 (= ${binary:Version}), 
 Description: Simple and fast cross-platform multimedia library - Development Files
  SFML is an modern multimedia library offering a wide range of subsystems
  useful to produce an multimedia app. It offers OpenGL integration for
  Hardware accelerated Graphics, Windowing and Input support, Audio and
  Network facilities and supports GNU/Linux MS Windows and Mac OS X.
 
-Package: libsfml1
+Package: libsfml-audio1
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Simple and fast cross-platform multimedia library
+Description: Simple and fast cross-platform multimedia library - Audio part
  SFML is an modern multimedia library offering a wide range of subsystems
  useful to produce an multimedia app. It offers OpenGL integration for
  Hardware accelerated Graphics, Windowing and Input support, Audio and
  Network facilities and supports GNU/Linux MS Windows and Mac OS X.
 
+Package: libsfml-graphics1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Simple and fast cross-platform multimedia library - Graphics part
+ SFML is an modern multimedia library offering a wide range of subsystems
+ useful to produce an multimedia app. It offers OpenGL integration for
+ Hardware accelerated Graphics, Windowing and Input support, Audio and
+ Network facilities and supports GNU/Linux MS Windows and Mac OS X.
+
+Package: libsfml-network1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Simple and fast cross-platform multimedia library - Network part
+ SFML is an modern multimedia library offering a wide range of subsystems
+ useful to produce an multimedia app. It offers OpenGL integration for
+ Hardware accelerated Graphics, Windowing and Input support, Audio and
+ Network facilities and supports GNU/Linux MS Windows and Mac OS X.
+
+Package: libsfml-system1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Simple and fast cross-platform multimedia library - System part
+ SFML is an modern multimedia library offering a wide range of subsystems
+ useful to produce an multimedia app. It offers OpenGL integration for
+ Hardware accelerated Graphics, Windowing and Input support, Audio and
+ Network facilities and supports GNU/Linux MS Windows and Mac OS X.
+
+Package: libsfml-window1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Simple and fast cross-platform multimedia library - Window part
+ SFML is an modern multimedia library offering a wide range of subsystems
+ useful to produce an multimedia app. It offers OpenGL integration for
+ Hardware accelerated Graphics, Windowing and Input support, Audio and
+ Network facilities and supports GNU/Linux MS Windows and Mac OS X.
diff --git a/debian/libsfml-audio1.dirs b/debian/libsfml-audio1.dirs
new file mode 100644
index 0000000..2eb689b
--- /dev/null
+++ b/debian/libsfml-audio1.dirs
@@ -0,0 +1,2 @@
+/usr
+/usr/lib
diff --git a/debian/libsfml-audio1.install b/debian/libsfml-audio1.install
new file mode 100644
index 0000000..0a35773
--- /dev/null
+++ b/debian/libsfml-audio1.install
@@ -0,0 +1 @@
+usr/lib/lib*-audio.so.*
diff --git a/debian/libsfml-graphics1.dirs b/debian/libsfml-graphics1.dirs
new file mode 100644
index 0000000..2eb689b
--- /dev/null
+++ b/debian/libsfml-graphics1.dirs
@@ -0,0 +1,2 @@
+/usr
+/usr/lib
diff --git a/debian/libsfml-graphics1.install b/debian/libsfml-graphics1.install
new file mode 100644
index 0000000..6ef1a46
--- /dev/null
+++ b/debian/libsfml-graphics1.install
@@ -0,0 +1 @@
+usr/lib/lib*-graphics.so.*
diff --git a/debian/libsfml-network1.dirs b/debian/libsfml-network1.dirs
new file mode 100644
index 0000000..2eb689b
--- /dev/null
+++ b/debian/libsfml-network1.dirs
@@ -0,0 +1,2 @@
+/usr
+/usr/lib
diff --git a/debian/libsfml-network1.install b/debian/libsfml-network1.install
new file mode 100644
index 0000000..7978b21
--- /dev/null
+++ b/debian/libsfml-network1.install
@@ -0,0 +1 @@
+usr/lib/lib*-network.so.*
diff --git a/debian/libsfml-system1.dirs b/debian/libsfml-system1.dirs
new file mode 100644
index 0000000..2eb689b
--- /dev/null
+++ b/debian/libsfml-system1.dirs
@@ -0,0 +1,2 @@
+/usr
+/usr/lib
diff --git a/debian/libsfml-system1.install b/debian/libsfml-system1.install
new file mode 100644
index 0000000..d8bdd95
--- /dev/null
+++ b/debian/libsfml-system1.install
@@ -0,0 +1 @@
+usr/lib/lib*-system.so.*
diff --git a/debian/libsfml-window1.dirs b/debian/libsfml-window1.dirs
new file mode 100644
index 0000000..2eb689b
--- /dev/null
+++ b/debian/libsfml-window1.dirs
@@ -0,0 +1,2 @@
+/usr
+/usr/lib
diff --git a/debian/libsfml-window1.install b/debian/libsfml-window1.install
new file mode 100644
index 0000000..cddc49e
--- /dev/null
+++ b/debian/libsfml-window1.install
@@ -0,0 +1 @@
+usr/lib/lib*-window.so.*
diff --git a/debian/libsfml1.dirs b/debian/libsfml1.dirs
deleted file mode 100644
index 0bf940b..0000000
--- a/debian/libsfml1.dirs
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib
diff --git a/debian/libsfml1.install b/debian/libsfml1.install
deleted file mode 100644
index d0dbfd1..0000000
--- a/debian/libsfml1.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/lib*.so.*

-- 
Simple and fast multimedia library for C++



More information about the Pkg-games-commits mailing list