Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11038283
D5728.id13809.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
7 KB
Referenced Files
None
Subscribers
None
D5728.id13809.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_symbols
===================================================================
--- /dev/null
+++ abi_symbols
@@ -0,0 +1,57 @@
+libticables2.so.7:ticables_cable_check
+libticables2.so.7:ticables_cable_close
+libticables2.so.7:ticables_cable_get
+libticables2.so.7:ticables_cable_get_d0
+libticables2.so.7:ticables_cable_get_d1
+libticables2.so.7:ticables_cable_get_device_info
+libticables2.so.7:ticables_cable_get_post_recv_hook
+libticables2.so.7:ticables_cable_get_post_send_hook
+libticables2.so.7:ticables_cable_get_pre_recv_hook
+libticables2.so.7:ticables_cable_get_pre_send_hook
+libticables2.so.7:ticables_cable_get_raw
+libticables2.so.7:ticables_cable_open
+libticables2.so.7:ticables_cable_probe
+libticables2.so.7:ticables_cable_put
+libticables2.so.7:ticables_cable_recv
+libticables2.so.7:ticables_cable_reset
+libticables2.so.7:ticables_cable_send
+libticables2.so.7:ticables_cable_set_d0
+libticables2.so.7:ticables_cable_set_d1
+libticables2.so.7:ticables_cable_set_device
+libticables2.so.7:ticables_cable_set_post_recv_hook
+libticables2.so.7:ticables_cable_set_post_send_hook
+libticables2.so.7:ticables_cable_set_pre_recv_hook
+libticables2.so.7:ticables_cable_set_pre_send_hook
+libticables2.so.7:ticables_cable_set_raw
+libticables2.so.7:ticables_error_free
+libticables2.so.7:ticables_error_get
+libticables2.so.7:ticables_free_usb_device_info
+libticables2.so.7:ticables_free_usb_devices
+libticables2.so.7:ticables_get_delay
+libticables2.so.7:ticables_get_device
+libticables2.so.7:ticables_get_model
+libticables2.so.7:ticables_get_port
+libticables2.so.7:ticables_get_timeout
+libticables2.so.7:ticables_get_usb_device_info
+libticables2.so.7:ticables_get_usb_devices
+libticables2.so.7:ticables_handle_del
+libticables2.so.7:ticables_handle_new
+libticables2.so.7:ticables_handle_show
+libticables2.so.7:ticables_is_usb_enabled
+libticables2.so.7:ticables_library_exit
+libticables2.so.7:ticables_library_init
+libticables2.so.7:ticables_model_to_string
+libticables2.so.7:ticables_options_set_delay
+libticables2.so.7:ticables_options_set_timeout
+libticables2.so.7:ticables_port_to_string
+libticables2.so.7:ticables_probing_do
+libticables2.so.7:ticables_probing_finish
+libticables2.so.7:ticables_probing_show
+libticables2.so.7:ticables_progress_get
+libticables2.so.7:ticables_progress_reset
+libticables2.so.7:ticables_string_to_model
+libticables2.so.7:ticables_string_to_port
+libticables2.so.7:ticables_string_to_usbpid
+libticables2.so.7:ticables_supported_cables
+libticables2.so.7:ticables_usbpid_to_string
+libticables2.so.7:ticables_version_get
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,3 @@
+libc.so.6
+libglib-2.0.so.0
+libusb-1.0.so.0
Index: files/69-libticables.rules
===================================================================
--- /dev/null
+++ files/69-libticables.rules
@@ -0,0 +1,21 @@
+# credit: Peter Wu
+# source: https://gist.github.com/Lekensteyn/f45b5aa91a80388a62f7
+
+ACTION!="add", GOTO="libticables_end"
+
+# serial device (assume TI calculator)
+#KERNEL=="ttyS[0-3]", TAG+="uaccess"
+# parallel device (assume TI calculator)
+#SUBSYSTEM=="ppdev", TAG+="uaccess"
+# SilverLink
+SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="e001", TAG+="uaccess"
+# TI-84+ DirectLink
+SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="e003", TAG+="uaccess"
+# TI-89 Titanium DirectLink
+SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="e004", TAG+="uaccess"
+# TI-84+ SE DirectLink
+SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="e008", TAG+="uaccess"
+# TI-Nspire DirectLink
+SUBSYSTEM=="usb", ATTR{idVendor}=="0451", ATTR{idProduct}=="e012", TAG+="uaccess"
+
+LABEL="libticables_end"
\ No newline at end of file
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,20 @@
+name : libticables
+version : 1.3.5
+release : 1
+source :
+ - https://downloads.sourceforge.net/project/tilp/tilp2-linux/tilp2-1.18/libticables2-1.3.5.tar.bz2 : 0c6fb6516e72ccab081ddb3aecceff694ed93aec689ddd2edba9c7c7406c4522
+license : GPL-2.0-or-later
+component : programming.library
+summary : TiLP link cable library
+description: |
+ This library is part of the TiLP project.
+builddeps :
+ - pkgconfig(libusb-1.0)
+setup : |
+ autoreconf -i
+ %configure --enable-libusb10
+build : |
+ %make
+install : |
+ %make_install
+ install -Dm644 $pkgfiles/69-libticables.rules $installdir/usr/lib/udev/rules.d/69-libticables.rules
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,55 @@
+<PISI>
+ <Source>
+ <Name>libticables</Name>
+ <Packager>
+ <Name>Jan Baudisch</Name>
+ <Email>dev@baudisch.xyz</Email>
+ </Packager>
+ <License>GPL-2.0-or-later</License>
+ <PartOf>programming.library</PartOf>
+ <Summary xml:lang="en">TiLP link cable library</Summary>
+ <Description xml:lang="en">This library is part of the TiLP project.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>libticables</Name>
+ <Summary xml:lang="en">TiLP link cable library</Summary>
+ <Description xml:lang="en">This library is part of the TiLP project.
+</Description>
+ <PartOf>programming.library</PartOf>
+ <Files>
+ <Path fileType="library">/usr/lib/udev/rules.d/69-libticables.rules</Path>
+ <Path fileType="library">/usr/lib64/libticables2.so.7</Path>
+ <Path fileType="library">/usr/lib64/libticables2.so.7.0.0</Path>
+ <Path fileType="localedata">/usr/share/locale/fr/LC_MESSAGES/libticables2.mo</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>libticables-devel</Name>
+ <Summary xml:lang="en">Development files for libticables</Summary>
+ <Description xml:lang="en">This library is part of the TiLP project.
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">libticables</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/tilp2/export1.h</Path>
+ <Path fileType="header">/usr/include/tilp2/stdints1.h</Path>
+ <Path fileType="header">/usr/include/tilp2/ticables.h</Path>
+ <Path fileType="header">/usr/include/tilp2/timeout.h</Path>
+ <Path fileType="library">/usr/lib64/libticables2.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/ticables2.pc</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2019-03-13</Date>
+ <Version>1.3.5</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Jan Baudisch</Name>
+ <Email>dev@baudisch.xyz</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 10:26 PM (1 d, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5831501
Default Alt Text
D5728.id13809.diff (7 KB)
Attached To
Mode
D5728: Inclusion of libticables
Attached
Detach File
Event Timeline
Log In to Comment